> Did you setup the ajp13 connector in the tomcat server.xml file?
I uncommented it as I saw in a tutorial in one of the recent posts. I see that I have the isapi_redirect log in the tomcat\logs directory but it's empty. What should the worker.properties file contain? Maybe I have it wrong. This is what I have: workers.tomcat_home=c:\tomcat workers.java_home=c:\jdk1.3.1_04 ps=/ worker.list = worker1 worker.worker1.type = ajp13 worker.worker1.host = localhost worker.worker1.port = 8009 and the uriworkermap.prop: /*.jsp=worker1 /examples/*.jsp=worker1 /examples/servlet/*=worker1 But when I go to http://localhost/examples I get that the page cannot be found. thanks, Lior --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
