Re: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Jeff Kyser
I use tiles, and map all the JSPs (in my WEB-INF directory) to tile definitions. Works fine... -jeff On Monday, September 29, 2003, at 01:22 PM, Fenderbosch, Eric wrote: Is there a how-to on hiding JSPs in WEB-INF? I keep getting 404 errors after moving them there. I google'd the problem,

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Fenderbosch, Eric
, September 29, 2003 14:24 To: Struts Users Mailing List Subject: Re: How-to hide JSPs in WEB-INF (OT?) I use tiles, and map all the JSPs (in my WEB-INF directory) to tile definitions. Works fine... -jeff On Monday, September 29, 2003, at 01:22 PM, Fenderbosch, Eric wrote: Is there a how

Re: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Carey Nation
snippage Is there a how-to on hiding JSPs in WEB-INF? I keep getting 404 errors after moving them there. I google'd the problem, but didn't really find a how-to, but did find a couple posts that say this might be impossible with WebLogic 6.1. Can anyone confirm or deny that? snippage The

Re: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Jeff Kyser
that have a better idea where my problems are. First generic struts, then add validator, then add tiles. -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 14:24 To: Struts Users Mailing List Subject: Re: How-to hide JSPs in WEB-INF (OT?) I use

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Fenderbosch, Eric
, September 29, 2003 14:35 To: Struts Users Mailing List Subject: Re: How-to hide JSPs in WEB-INF (OT?) Okay, then map all your action forwards to /WEB-INF JSP pages in your struts-config file. that will work too. -jeff On Monday, September 29, 2003, at 01:26 PM, Fenderbosch, Eric wrote: I'll keep

Re: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Carey Nation
WEB-INF isn't the root of your application is it? You have the input as /WEB-INF/... Shouldn't it be /myapp/WEB-INF/mypage.jsp? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Karr, David
-Original Message- From: Fenderbosch, Eric [mailto:[EMAIL PROTECTED] Is there a how-to on hiding JSPs in WEB-INF? I keep getting 404 errors after moving them there. I google'd the problem, but didn't really find a how-to, but did find a couple posts that say this might be

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Fenderbosch, Eric
that WebLogic would handled it. Thanks for the security constraint tip. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 15:51 To: Struts Users Mailing List Subject: RE: How-to hide JSPs in WEB-INF (OT?) -Original Message- From

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Chen, Gin
Ahh.. Interesting.. But doesn't that stop the welcome-file too? -Tim -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 3:51 PM To: Struts Users Mailing List Subject: RE: How-to hide JSPs in WEB-INF (OT?) -Original Message- From

RE: How-to hide JSPs in WEB-INF (OT?)

2003-09-29 Thread Karr, David
Yup. However, there is a possible trick (which I haven't tried) which is related to this. You could still set your welcome file to index.do (along with the security constraint for JSPs) if you just create a plain file named index.do, whose contents are irrelevant. Apparently, the container