Websphere 5 allows you to place JSPs under the WEB-INF directory. So did Websphere 4.
It's not a trick but, as Nathan said, part of the specification. The reason some containers didn't support it for version 2.2 is that the spec was a little ambiguous. It has been clarified in 2.3 as being permitted. Steve > -----Original Message----- > From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] > > Right, I'm running Websphere and we couldn't get it to work. However, I > just upgraded to version 5. Does anyone know if changes in v5 allow the > web-inf trick to work? > > From: Karr, David [mailto:[EMAIL PROTECTED] > > Unfortunately, not all web containers will support this. There was > apparent disagreement on the interpretation of the specification in this > area. > > > From: Nathan Pitts [mailto:[EMAIL PROTECTED] > > > > If you put all your jsp's inside a the WEB-INF directory, they will > > not be accessible directly -- only through an action. I think this is > > part of the jsp specification that nothing can be directly served out of > > this special directory..Otherwise, a user could pull up configuration > > files that reside there -- web.xml for example.....For example, I have > > a directory structure containing jsp's under WEB-INF/jsp in my current > > web application....Hope this helps! > > --nathan > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]