I am working on struts1.1 using jdeveloper as IDE. I want to do the url Rewriting for hiding the jsp pages and parameters like for url domain/pageName.jsp/categoryId=1 url should be displayed as domain/pageName/CategoryName
Kindly help me.
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can do servlet mapping, here is a good tutorial for it: http://www.hscripts.com/tutorials/jsp/webxml/servlet-mapping-tag.php You have to define servlet mapping for each of your JSP files |
|||||||||||
|