You could place the JSP files under the WEB-INF directory. This prevents them from being directly accessible. The Struts action can forward/redirect to such pages.
Sri > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard O. Hammer > Sent: Tuesday, May 10, 2005 9:12 AM > To: Java Users Group > Subject: [Juglist] hiding some pages > > Working with JSP, Struts, and Tomcat 5, I would like to have > some web pages which will be sent to the browser under > specific programmatic circumstances, such as a login failure, > but which cannot be reached by a user who types the URL of > the login-failure page into the browser. But I don't know > either the correct way or a neat way to do this. > > Can somebody enlighten me on this? How would you do it? > > Thank you, > Rich Hammer > > _______________________________________________ > Juglist mailing list > [email protected] > http://trijug.org/mailman/listinfo/juglist_trijug.org > _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
