Hi

My url is http://localhost:8080/workout/servlet/DbOpen  where the webapp is
workout. 

I pretty much just used the web.xml from tomcat3, and perhaps that is the
problem.  I didn't include any filters or resources or anything.

The logs show no errors and the manager shows the app as running.  

....later
Your reply got me thinking about the url, and so I changed the servlet map
to /servlet/DbOpen, which seems to get to do the trick.  Thanks for your
help.

Frank
-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 08, 2003 10:58 AM
To: Tomcat Users List
Subject: RE: moving from tomcat3 to tomcat4


Howdy,

>I'm a little late with this.  I have an app running under tomcat3 and
am
>trying to move it to tomcat4.1.18.

If you can, use 4.1.27.

>I moved the directory structure  to WEB-INF, added a context to
server.xml
>and a mapping to my web.xml file, but I get a file not found error when
I
>run the app and it tries the first servlet.  Here is a snippet of my
>web.xml

What URL are you using to access the servlet?  Are there any errors in
the tomcat logs?

Your web.xml and server.xml snippets look fine.  Is the web.xml
compliant with servlet specification 2.3 DTD?

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to