RE: Not finding my servlet ....

2003-07-21 Thread Shapira, Yoav
Howdy, >I have Tomcat installed and running. I'm trying to get it to "see" >a test sevlet but it can't seem to find it. I started looking at the If you post the exact error you'll likely get the cause and solution very quickly ;) >example code that comes with the 4.1.24 release. I can call >the

Re: Not finding my servlet ....

2003-07-21 Thread Simon Pabst
Tomcat Contexts are configured in server.xml If docBase is a relative path it points to a sub-directory of tomcat/webapps If you want to have your application directory somewhere else you need to use an absolute pathname for docBase. The docBase directory should contain the following subdirectori

Not finding my servlet ....

2003-07-20 Thread Jeff Howard
Hi All, I have Tomcat installed and running. I'm trying to get it to "see" a test sevlet but it can't seem to find it. I started looking at the example code that comes with the 4.1.24 release. I can call the HelloWorldExample servlet from my html code and it executes fine. I went through all of th