how to set an 'alias' for a JSP page in web.xml
791392Jul 1 2005 — edited Jul 1 2005Hi
Suppose I have a JSP page called SimplePage.jsp and I want to refer to it by someother name while running the application how do I do this in the web.xml file. I have used <servlet-mapping> to do this in the case of a servlet. However I am not sure how to do this with a JSP
Could somebody show me how to do this. I would be very much grateful.
All help appreciated and acknowledged.
thanks in advance
ilango