With the new jk connector IIS 6 and tomcat finally talk to one another. I can get the examples to show up and run (192.168.1.13/examples/jsp/index.html). I put a hello.jsp page into the wwwroot folder where all of pages are stored. I cannot get the hello.jsp page to show up. I get
HTTP Status 404 - /hello.jsp type Status report message /hello.jsp description The requested resource (/hello.jsp) is not available. Apache Tomcat/4.1.27-LE-jdk14 I think the problem is the context. I read the context information and made some changes. I uncommented the <Context path="" docBase="ROOT" debug="0"/> line in the server.xml file, restarted the apache tomcat and www services. I still get the error. I changed the uriworkermap.properties to the following and restarted both services and still no hello.jsp. # # Default worker to be used through our mappings # default.worker=ajp13 # # Sites to be redirected to Tomcat # /*.jsp=$(default.worker) /examples=$(default.worker) /examples/*=$(default.worker) What am I doing wrong? Like I said earlier the examples work, but I can't get anything in the wwwroot folder to show up. Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
