I have installed Tomcat 4.1.24 on a Domino 6.0.2 CF1 server running Windows 2000. The JDK is 1.3.1_08. The Tomcat task starts, and I can access the servlets that I'm trying to run of I use http to connect to the server. BUT, whenever I try to make a https connection to the my servlet (
https://servername/servlet/SimpleServlet) I get a 404 file not found. SSL is set up and working on the server. I can successfully SSL connect to the root of the server (
https://servername). But when I try to get to my servlets, I have no luck. I CAN run my servlets locally on the server if i specify port 8080. But when i try to get to my servlets from anjother machine, there is no joy. Can anyone lend a hand with this. I gotta get it working soon. Thanks in advance.
Jon