Re: Re: Hiding JSP Pages

2008-06-25 Thread Wes Strater
Hassan Schroeder wrote: On Fri, Jun 13, 2008 at 8:06 AM, W Strater <[EMAIL PROTECTED]> wrote: 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 Tomca

Re: Hiding JSP Pages

2008-06-14 Thread Johnny Kewl
- Original Message - From: "W Strater" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 5:06 PM Subject: Hiding JSP Pages 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

Re: Hiding JSP Pages

2008-06-13 Thread Hassan Schroeder
On Fri, Jun 13, 2008 at 8:06 AM, W Strater <[EMAIL PROTECTED]> wrote: > 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. That /is/ the co

Hiding JSP Pages

2008-06-13 Thread W Strater
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