The files look pretty good. Have you added the necessary registry keys?
John > -----Original Message----- > From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 11:18 AM > To: Tomcat Users List > Subject: Re: Tomcat 4.0.5 / IIS 5 > > > > > 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 > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
