RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Dave J Dandeneau
Have you tried WEB-INF instead of web-inf. I was having a similiar problem, and that fixed it. Thanks, dave dandeneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: 404 error when placing

RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Tom Lister
I thought that although you cannot access directly, you are allowed to forward from a servlet/jsp. And that this is an option for securing pages. Does this have any bearing on my earlier post re trying to access WEB-INF/javadoc/index.html? :-) Regards [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Andrew B Forman
aim: ph0rman -Original Message- From: Tom Lister [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:40 AM To: 'Struts Users Mailing List' Subject: RE: 404 error when placing JSPs beneath WEB-INF I thought that although you cannot access directly, you are allowed to forward

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread holger.wiechert
Hi, I just came a good step closer. The version of the struts-config.xml I sent was not correct. It should have the WEB-INF in upper case of course: After all that different versions on NT (with its strange file namings), I ended up with this when sending. However, the correct version is:

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Ted Husted
BEA is of the opinion that accessing JSPs even from an internal forward should be disallowed. Though, I'm told that Sun disagrees. Tom Lister wrote: I thought that although you cannot access directly, you are allowed to forward from a servlet/jsp. And that this is an option for securing

RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Dave J Dandeneau
Does anyone know how WebSphere 4.0 treats jsps under the WEB-INF? dave -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:14 PM To: Struts Users Mailing List Subject: Re: 404 error when placing JSPs beneath WEB-INF BEA is of the opinion

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Edward Q. Bridges
note that it should be: WEB-INF not web-inf nota bene: even though windows* is not case sensitive in terms of paths, java *is* even when running on windows. --e-- On Tue, 18 Dec 2001 12:13:30 -0500, [EMAIL PROTECTED] wrote: 2) struts-config.xml ... action path=/startIt

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Ted Husted
Andrew B Forman wrote: we're following Ted's suggestion for putting jsps in WEB-INF and it's been working well so far. the only downside i've seen is that jBuilder5's webapp format isn't open-minded to jsps being under WEB-INF. Just for the record, I don't actually do this myself anymore.

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Bryan Field-Elliot
I've tried this with Struts but found it to be unwieldly in the struts-config.xml file. Do you make an action, and a forward, for every single real JSP page? Kind of a pain in the buttocks if you ask me, but I see where you're going with the idea of centralizing access control, exception

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Ted Husted
At least a forward. That way we can just refer to the logical name in the link tag. It is also a convenient way to pass any parameters, so you can have forward name=item path=/pages/item/form.jsp/ forward name=itemEdit path=/do/item/Form?action=edit/ Saves a

RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Tom Goemaes
BEA Weblogic doesnt allow you to put these under the WEB-INF! I tried... so not /WEB-INF/jsp/ but /jsp/ and you have to put a security constraint on that url so for example only the 'system' user can access it ... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,