apologies, URL should be
//localhost:8080/webdev/servlet/YourServlet

-----Original Message-----
From: David Harris [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 12:36 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Tomcat config and servlets


try

myhome/jakarta-tomcat/webapps/webdev/WEB-INF/classes

with URL //localhost:8080/webdev/servlets/YourServlet
(replace machine name and port if required.)

not
myhome/jakarta-tomcat/webdev/WEB-INF/classes


-----Original Message-----
From: Thang Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 12:25 PM
To: [EMAIL PROTECTED]
Subject: Tomcat config and servlets


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

Reply via email to