Hi; I'm using Tomcat 4.03 with Red Hat 7.3.
I'm having trouble setting up a <Context> for a web application and I was hoping someone could give me a clue to what I missed in reading the manual. First I set up a "test" web app like this: <Context path="/Projects" docBase="/home/srussell/Projects" debug="0" reloadable="true"/> It worked. Then, I did the same thing, but for a different directory: <Context path="/zoora" docBase="/zoora" debug="0" reloadable="true"/> Did *NOT* work ( 404 cannot find error ) yet when I set the docBase to "/zoora/mysubdir" it worked. Is Tomcat 4.03 blind to directories right off of root ? I am the owner of /zoora. It and all of its subdirs are chmoded to 777. Any ideas? Thanks in advance =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
