Hi, Though this is not related to struts but I'm having little difficulty in accessing jsp pages that are in web-inf\jsps\ directory.
When I accessed (using http://localhsot:8080/myapp/x1.jsp) x1.jsp which is in web-inf\jsps\ Tomcat4.0 is giving 404 error. Does Tomcat expect .jsp files in webapps\myapp\ directory? If I want to maintain jsp files in webapps\myapp\web-inf\jsps directory How should I access these .jsp files from browser even after trying by accessing http://localhost:8080/myapp/jsps/x1.jsp, Does any extra jsp configuration setup required? Please let me know? As i read the Tomcat4 doesn't serve any file which is in web-inf directory unless it is from another page or request. Many Than, RYK -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

