<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 servlet spec says you're not supposed to be able to directly serve
anything in WEB-INF.  That's your 404.  So you'll have to do something
indirect (like the tile suggestion) to be able to put them there.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to