purpledawn
Programmer
I am running Tomcat 4.1.27 with Apache 2.0.47, using the jk2 2.0.43 connector and j2sdk 1.4.2 I connected Tomcat to Apache using the instructions at
I can open localhost/examples/servlet/HelloWorldExample
If I move HelloWorldExample.class into the ROOT contexts WEB-INF folder, I can open it using
localhost:8080/servlet/Hello...
but I cannot open it using
localhost/servlet/Hello...
The Tomcat Root Context section in server.xml has been uncommented, but that hasn't helped.
I NEED this to work, but I really don't know how to get this new Tomcat version to do it. What am I missing? Can anyone point me to documentation where this is covered?
I can open localhost/examples/servlet/HelloWorldExample
If I move HelloWorldExample.class into the ROOT contexts WEB-INF folder, I can open it using
localhost:8080/servlet/Hello...
but I cannot open it using
localhost/servlet/Hello...
The Tomcat Root Context section in server.xml has been uncommented, but that hasn't helped.
I NEED this to work, but I really don't know how to get this new Tomcat version to do it. What am I missing? Can anyone point me to documentation where this is covered?