I managed to install Tomcat 4.1.12 on Mac os X 1.2 However I was unable to run my applications.
I am testing the tomcat by add test directory under webapps with only one file, index.html, in it. I restarted the server and typin http://localhost:8090/test/index.html. It gives me an error: "The requested resource (/test/index.html) is not available." Should tomcat automatically load the application at startup? I also tried to add <Context path="/test" docBase="test" debug="0" reloadable="true" crossContext="true" /> To server.xml. That wouldn't work either? Did I miss something? I am new to Tomcat. Please help Thanks a lot, RD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
