I want to configure my
tomcat server 6.x in such a way,
user request like following
htttp://xxx.com/product/product.jsp
and the response would be 404 - page not found ,
it means like any
jsp page request to server result in page not found error though the page exist on the server at mentioned location.
or in other way
i want that all the request must processed by Action class which extends DispatchAction class not by container itself.
Thank You Mihir Parekh