Hi,
I have this basic question and hope you can help me with. Currently
with the default setting of Tomcat ((btw, I am using tomcat 3.1 running
on HP machine), if I put my servlets under this directory, then my
tomcat can find these servlets
myhome/jakarta-tomcat/webapps/examples/WEB-INF/classes
Now, I have a different application which I put all the servlets for
this application under this new directory
myhome/jakarta-tomcat/webdev/WEB-INF/classes
The tomcat seems not able to locate these servlets. How can I solve
this problem? I tried various ways but I have no basic understanding
of how to configure tomcat correctly. How can I change the default
setting? Thanks much in advance.
TN