RE: Apache not automatically starting Tomcat

2002-08-15 Thread Short, Dave

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]




jk2.properties
Description: Binary data


workers2.properties
Description: Binary data

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


RE: Apache not automatically starting Tomcat

2002-08-15 Thread Short, Dave

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]




RE: Apache not automatically starting Tomcat

2002-08-15 Thread Ashish Kulkarni

Hi,
I am running tomcat4.0.4 and apache2.0.39 on
windows2000 and using mod_jk to connect them, right
now everything is working fine, but is it possible to
configure apache to start tomcat, if yes how and where
can i find the required worker2.properties and
jk2.properties file for windows2000

Ashish

--- Short, Dave [EMAIL PROTECTED] wrote:
 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]
 
 

 ATTACHMENT part 2 application/octet-stream
name=jk2.properties


 ATTACHMENT part 3 application/octet-stream
name=workers2.properties
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Apache not automatically starting Tomcat

2002-08-15 Thread Short, Dave

Not sure if these will work for 4.0.4...



-Original Message-
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]]
Sent: August 15, 2002 8:51 AM
To: Tomcat Users List
Subject: RE: Apache not automatically starting Tomcat


Hi,
I am running tomcat4.0.4 and apache2.0.39 on
windows2000 and using mod_jk to connect them, right
now everything is working fine, but is it possible to
configure apache to start tomcat, if yes how and where
can i find the required worker2.properties and
jk2.properties file for windows2000

Ashish

--- Short, Dave [EMAIL PROTECTED] wrote:
 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]
 
 

 ATTACHMENT part 2 application/octet-stream
name=jk2.properties


 ATTACHMENT part 3 application/octet-stream
name=workers2.properties
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




jk2.properties
Description: Binary data


workers2.properties
Description: Binary data

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]