Plus, why are you still using ajp12? Ajp13 is better. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018
-----Original Message----- From: David Thielen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:07 AM To: 'Tomcat Users List' Subject: Tomcat on IIS - almost working I am now getting the error: [Wed Jun 26 08:03:18 2002] [jk_isapi_plugin.c (820)]: HttpExtensionProc error, could not get a worker for name ajp12 I added the following to server.xml: <Context path="/" docBase="C:/InetPub/wwwroot" debug="0" reloadable="true"/> And added the following to uriworkermap.properties: /*.jsp=ajp12 All as specified in http://www.verysimple.com/scripts/support_tc_iis.html Any ideas? thanks - dave > ----- Original Message ----- > From: "Andrew Conrad" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Tuesday, June 25, 2002 3:54 PM > Subject: RE: Tomcat, IIS, and > > > > Hey David, > > > > here is where you can find what the workers.properties and > > uriworkermap.properties look like and the reg settings. Look about half > > way down the page. > > > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html > > > > if you need more help, you can take a look at this helpfile. > > > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm > > > > > > - Andrew > > > > > > > > > > -----Original Message----- > > From: David Thielen [mailto: ] > > Sent: Tuesday, June 25, 2002 4:36 PM > > To: [EMAIL PROTECTED] > > Subject: Tomcat, IIS, and > > > > Hi; > > > > I've installed Tomcat 4.0 and it runs fine in standalone mode. > > > > I've followed the following instructions for connection to IIS: > > http://www.verysimple.com/scripts/support_tc_iis.html > > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html > > > > And the dll won't load. I think the problem is that the install did not > > give me the files: > > workers.properties > > uriworkermap.properties > > > > (Also the install did not give me a suggested .reg file for setting the > > registry). > > > > Does anyone have a sample standard of these two files I can use? And any > > idea why they did not install? > > > > thanks - dave > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
