I am trying to hide the JSP so they can only be accessed via a forward. I have
been able to put them in a subdirectory of WEB-INF using other containers but
have not been able to do that with Tomcat 5.5.
We are not using Struts but it is the same approach where our business
logic is servlet/acti
I know that the servlet invoker is not popular but that is what I have to deal
with.
All of the servlets are invoked as
http://localhost:8080/servlets/com.domain.servlets.ServletName where the
/servlets is the web app name.
I would like to acheive to things.
1) Ensure that only servlets withi