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.
I'm a little late with this. I have an app running under tomcat3 and am
trying to move it to tomcat4.1.18.
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 ser
I had a problem with my Hosts file, I had my server mapped to localhost. I changed it
as follows
Hosts
www.testdomain 192.168.1.200 Mendelsohn
httpd.conf
ServerName www.testdomain.com
...
WebAppConnection testWarp warp www.testdomain.com:8008
WebAppDeploy examples testWarp /examples/
WebApp