RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Kevin Peters
been working like a charm for us. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: Accessing JSP's under WEB-INF You _should_ have an index.jsp page that simply forwards to your index

Re: Accessing JSP's under WEB-INF

2003-01-30 Thread James Mitchell
TED]> Sent: Thursday, January 30, 2003 10:38 AM Subject: RE: Accessing JSP's under WEB-INF That's annoying, is this container specific? -Dave > -Original Message- > From: Kevin Peters [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 9:33 AM > To: 

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
That's annoying, is this container specific? -Dave > -Original Message- > From: Kevin Peters [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 9:33 AM > To: 'Struts Users Mailing List' > Subject: RE: Accessing JSP's under WEB-INF > >

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Kevin Peters
9:36 AM To: 'Struts Users Mailing List' Subject: RE: Accessing JSP's under WEB-INF > I´ve done this, but when he´s try to access the first page (index.jsp) > he says: > Configuration error: Cannot perform access control without an > authenticated principal > It´s beca

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Wendy Smoak
> I´ve done this, but when he´s try to access the first page (index.jsp) > he says: > Configuration error: Cannot perform access control without an > authenticated principal > It´s because of the web.xml file that has the tag . > How can I fix this? Change the welcome file to index.html and make

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread David Graham
James Mitchell" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Accessing JSP's under WEB-INF Date: Wed, 29 Jan 2003 15:52:51 -0500 Aside from the fact

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread James Mitchell
Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 2:57 PM > To: Struts Users Mailing List > Subject: Re: Accessing JSP's under WEB-INF > > You can download the struts-example that was modified to demonstrate this > from the following URL: > >

RE: Accessing JSP's under WEB-INF

2003-01-29 Thread White, Joshua A (AG, COMM)
iling List Subject: Re: Accessing JSP's under WEB-INF You can download the struts-example that was modified to demonstrate this from the following URL: http://www.open-tools.org/struts-atlanta/downloads -- James Mitchell - Original Message - From: "White, Joshua A (AG,

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread James Mitchell
You can download the struts-example that was modified to demonstrate this from the following URL: http://www.open-tools.org/struts-atlanta/downloads -- James Mitchell - Original Message - From: "White, Joshua A (AG, COMM)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread alexj
you may have a forward /secureroot/mypage.jsp defined into your struts-config - Original Message - From: "White, Joshua A (AG, COMM)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 8:51 PM Subject: Accessing JSP's under WEB-INF > Hello all, > > I would like

RE: Accessing JSP's under WEB-INF

2003-01-29 Thread Jarnot Voytek Contr AU HQ/SC
your forward path would be "/WEB-INF/securedocroot/whatever.jsp" -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: White, Joshua A (AG, COMM) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 1:51 PM > To: [EMAIL PROTECTED] > Subject: A