Hi,
In my web application I have servlets mapped to .html. Every servlet forwards to a .jsp. Is there a way in Tomcat to allow servlets to forward to the .jsps but disallow the .jsps to be hit directly (i.e. so users can't hit the .jsp without first hitting the servlet by typing it into the address bar of the browser, etc.)? Thanks.
Sam
Start Free Trial