Apache won't start

2003-03-14 Thread Gregory Vandenbroucke
Hi all, I'm stuck with the following problem: I'm trying to connect Apache to tomcat using mod_jk, but everytime I try to start apache after having launched tomcat it gives me a the requested operation failed. I followed the instructions given on

RE: Apache won't start

2003-03-14 Thread graghupathy
did you do the AddModule -Original Message- From: Gregory Vandenbroucke [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 11:32 To: '[EMAIL PROTECTED]' Subject: Apache won't start Hi all, I'm stuck with the following problem: I'm trying to connect Apache to tomcat using mod_jk

RE: Apache won't start

2003-03-14 Thread Gregory Vandenbroucke
thread Could this be the reason why Apache won't start? Kind regards, Gregory Vandenbroucke. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 14 mars 2003 12:41 To: [EMAIL PROTECTED] Subject: RE: Apache won't start did you do the AddModule

Re: Apache won't start with LoadModule included

2002-08-17 Thread Robert L Sowders
:Apache won't start with LoadModule included I've now rebuilt my server again this time trying JSDK 1.4.0, Apache 2.0.40, Tomcat 4.1.9 LE, and mod_jk2 (the latest version of each). Everything works individually but when I add the LoadModule directive for mod_jk2 in Apache's config file

Apache won't start with LoadModule included

2002-08-16 Thread Kenny G. Dubuisson, Jr.
I've now rebuilt my server again this time trying JSDK 1.4.0, Apache 2.0.40, Tomcat 4.1.9 LE, and mod_jk2 (the latest version of each). Everything works individually but when I add the LoadModule directive for mod_jk2 in Apache's config file, Apache won't start. I get a error dialog box stating

RE: Apache won't start with LoadModule included

2002-08-16 Thread Turner, John
. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:33 AM To: [EMAIL PROTECTED] Subject: Apache won't start with LoadModule included I've now rebuilt my server again this time trying JSDK 1.4.0, Apache 2.0.40, Tomcat 4.1.9 LE, and mod_jk2 (the latest version of each

RE: Apache won't start with LoadModule included

2002-08-16 Thread Andrew
To: [EMAIL PROTECTED] Subject: Apache won't start with LoadModule included I've now rebuilt my server again this time trying JSDK 1.4.0, Apache 2.0.40, Tomcat 4.1.9 LE, and mod_jk2 (the latest version of each). Everything works individually but when I add the LoadModule directive

Fw: Apache won't start with LoadModule included

2002-08-16 Thread Kenny G. Dubuisson, Jr.
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, August 16, 2002 9:43 AM Subject: RE: Apache won't start with LoadModule included It is possible to do what you are doing, and many people have done it. How-To resources have been posted. All due respect, but perhaps you would have more

RE: Apache won't start with LoadModule included

2002-08-16 Thread Turner, John
, AJP13 (mod_jk) on Linux: http://www.johnturner.com/howto/apache-tomcat-howto.html John Turner [EMAIL PROTECTED] -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: Fw: Apache won't start

Fw: Apache won't start with LoadModule included

2002-08-16 Thread Kenny G. Dubuisson, Jr.
Everyone keeps pointing to this document ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Win2k_TC4.1.8_JSDK1.4.doc , yet some of it is incorrect unless I'm just completely mis-reading it: Issues with that document: 1) It say's add a JAVA_HOME variable pointing to where it installed the JRE which

Apache won't start with LoadModule included

2002-08-16 Thread Carrie Salazar
PROTECTED]] Sent: Friday, August 16, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: Fw: Apache won't start with LoadModule included Thanks John. I agree with what you posted; I was following advice from another lister on the bleeding edge items. My question for you is do you have

Fw: Apache won't start with LoadModule included

2002-08-16 Thread Kenny G. Dubuisson, Jr.
- Original Message - From: Carrie Salazar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, August 16, 2002 11:53 AM Subject: Apache won't start with LoadModule included i have apache 2.0.39/tomcat4.0.4/mod_jk working on windows 2000. i admittedly didn't know any

apache won't start

2002-03-12 Thread Bill Tantzen
No doubt this has come up before, but I am new to tomcat 4.0.x, so please excuse this elementary query. Platform: NT4.0 SP6 Apache 1.3 and Tomcat 4.0.3 work fine as standalone applications, but when I try to connect them using mod_webapp, the Apache service will not start. I have added

RE: apache won't start

2002-03-12 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
shouldn't you use mod_webapp.dll instead of mod_webapp.so for a windows box, or does windows support .so as well? -Original Message- From: Bill Tantzen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 7:14 AM To: Tomcat Users List Subject: apache won't start No doubt this has

AW: apache won't start

2002-03-12 Thread Ralph Einfeldt
. März 2002 15:19 An: 'Tomcat Users List' Betreff: RE: apache won't start shouldn't you use mod_webapp.dll instead of mod_webapp.so for a windows box, or does windows support .so as well? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: apache won't start

2002-03-12 Thread Bill Tantzen
- -Original Message- - From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] - Sent: Tuesday, March 12, 2002 8:30 AM - To: Tomcat Users List - Subject: Re: apache won't start - - - - Maybe you could you try starting Apache from the command prompt - (instead of - as a service) and check

RE: apache won't start

2002-03-12 Thread rsequeira
Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: RE: apache won't start - -Original Message- - From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] - Sent: Tuesday, March 12, 2002 8:30 AM - To: Tomcat Users List - Subject: Re: apache won't start

RE: apache won't start

2002-03-12 Thread Bill Tantzen
- Have you setup the web application connections in the apache - configurations? If not, then add these lines, as an example, at - the end of - the httpd.conf: - WebAppConnection conn warp localhost:8008 - WebAppDeploy examples conn /examples - WebAppInfo /webapp-info - - Restart

RE: Apache won't start with Tomcat

2001-06-27 Thread Saurabh Shukla
:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 12:00 AM To: [EMAIL PROTECTED] Subject: Re: Apache won't start with Tomcat Might help to have the section of the conf file that the error is talking about... At 11:24 AM 6/26/2001, you wrote: Greetings: I have recently upgraded to Apache 1.3.14

Re: Apache won't start with Tomcat

2001-06-26 Thread Tim O'Neil
Might help to have the section of the conf file that the error is talking about... At 11:24 AM 6/26/2001, you wrote: Greetings: I have recently upgraded to Apache 1.3.14 with Tomcat 3.2.2. When I attempt to start Apache, I get the following error message: Syntax error on line 1 of

Re: Apache won't start with Tomcat

2001-06-26 Thread Boris Niyazov
As the error msg says you probably do not have the module (mod_jserv or mod_jk) build for apache (should reside in libexec of apache tree) hth * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems

RE: Apache won't start with Tomcat

2001-06-26 Thread Howler D. Wolfe
Niyazov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 2:28 PM To: [EMAIL PROTECTED] Subject: Re: Apache won't start with Tomcat As the error msg says you probably do not have the module (mod_jserv or mod_jk) build for apache (should reside in libexec of apache tree) hth