Kenny, Here are the steps I used. Make sure TOMCAT_HOME and CATALINA_HOME are set (reboot if necessary).
0. Install Java 1.3 1. Download jakarta-tomcat-4.1.8.exe from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.8/bin/ and install into c:\tomcat. 2. Set the TOMCAT_HOME (c:\tomcat) as system environment variable and reboot. 3. Install Apache 2.0.39 into c:\apache2. 4. Download mod_jk2.dll from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/win32 / 5. Copy mod_jk2.dll to c:\apache2\modules. 6. Add the following line to the c:\apache2\conf\httpd.conf file: LoadModule jk2_module modules/mod_jk2.dll 7. Copy the attached workers2.proterties to c:\apache2\conf (change the paths accordingly). 8. Copy the attached jk2.properties and to c:\tomcat\conf (change the paths accordingly). 9. Run Apache (It will start the tomcat inprocess) Dave -----Original Message----- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: August 15, 2002 7:59 AM To: [EMAIL PROTECTED] Subject: Fw: Apache not automatically starting Tomcat Dave: I put the two files you sent in the proper directories (workers2.properties in Apache's conf and jk2.properties in Tomcat's conf), restarted Apache, but still no start of Tomcat. I'm testing it by going to http://localhost/examples; when I manually start Tomcat, that page displays as expected. Is there anything else I need to do to get Tomcat to auto-start? Thanks, Kenny ----- Original Message ----- From: "Short, Dave" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 9:44 AM Subject: RE: Apache not automatically starting Tomcat > Yes, Apache should automatically start Tomcat (it works for me). Use the > attached files. > > workers2.properties goes in the Apache\conf directory. > jk2.properties goes in the Tomcat\conf directory. > > Be sure to adjust paths accordingly. > > Dave > > > > -----Original Message----- > From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] > Sent: August 15, 2002 7:21 AM > To: [EMAIL PROTECTED] > Subject: Apache not automatically starting Tomcat > > > I have Apache 2.0.39 with Tomcat 4.1.8 working except Apache is not > auto-starting Tomcat (as I thought it is supposed to do with these > versions). Could someone tell me if 1) Apache should auto-start Tomcat; 2) > What needs to be done to configure the auto-start. > > If I manually start Tomcat, everything works as expected. Thanks, > Kenny > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
