Re: Hiding Implementation using Tomcat 5

2004-06-03 Thread Harry Mantheakis
Hello You can register your JSPs (just like you can servlets) in the deployment descriptor, and then map them to a URL pattern of your choice. Have a look at this link: http://edocs.bea.com/wls/docs70/webapp/components.html#145275 If you only register a JSP (but do not define a mapping for it)

Hiding Implementation using Tomcat 5

2004-06-02 Thread Lachlan Hunt
Hi, I'm in the process of rebuilding the website for the company I work for, with JSP using Tomcat 5. Is there a way to hide the implementation from the URI, so that the extension does not need to be typed to get the resource. eg. If I have a file: /foo/bar.jsp How can I set up the server,