Re: Can't find TomcatStarter Startup Errors Apache crash

2003-06-02 Thread Chong Yu Meng
Allen Williams wrote: I haven't tried recompiling from source. I am hoping I won't have to go that far! I hear you, Allen ! I am trying not to do that for my Linux installation as well. It tends to increase the number of questions and the risk of breaking something. Which is why I always

Can't find TomcatStarter

2003-06-02 Thread Allen Williams
Attempt to integrate Tomcat- Apache with jk2 on WinNT 4.0. Getting the following error: [Mon May 26 20:13:47 2003] [notice] jni.validate() class= org/apache/jk/apr/TomcatStarter [Mon May 26 20:13:47 2003] [error] Can't find class org/apache/jk/apr/TomcatStarter [Mon May 26 20:13:47 2003] [notice]

RE: Can't find TomcatStarter Startup Errors Apache crash

2003-06-01 Thread Allen Williams
: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:16 AM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Jason Bainbridge wrote: What else is in your classpath? You could be getting a clash with something, you shouldn't need to add $(CLASSPATH); at the end

Re: Can't find TomcatStarter Startup Errors Apache crash

2003-06-01 Thread Chong Yu Meng
Allen Williams wrote: Basically, everything looks like it started OK, then it references memory location 0x01 (WinNT), then the child thread exits and Apache keeps trying to restart it. So far, I can't find anyone who has any insight or has seen this before, hence my attempt to try to go through

RE: Can't find TomcatStarter Startup Errors Apache crash

2003-06-01 Thread Allen Williams
may drop all the way back to mod_jk. I've heard NOT to use warp, but haven't tried it. TIA, -- Allen -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:15 PM To: Tomcat Users List Subject: Re: Can't find

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
To: Tomcat Users List Subject: Re: Can't find TomcatStarter Hello Allen : For some reason, the OPT directives in workers2.properties are not read properly. TomcatStarter is in tomcat-jni.jar, and though it is defined in your workers2.properties file, it will not be seen by mod_jk2. To get

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
Pascal, Thanks for the tip, but it didn't work. It is STILL telling me it can't find TomcatStarter. How can it find the bootstrap program and not find TomcatStarter? Here's what I currently have: Environment: CATALINA_HOME=E:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH=E:\Program Files

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
for the tip, but it didn't work. It is STILL telling me it can't find TomcatStarter. How can it find the bootstrap program and not find TomcatStarter? Here's what I currently have: Environment: CATALINA_HOME=E:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH=E:\Program Files\Apache Group\Tomcat 4.1

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use forward slashes instead of backslashes, that is how my working OPT's are set. That isn't your whole workers2.properties is it? Are you setting it up to run in process via JNI (that's

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
On Sat, 31 May 2003 04:24, Allen Williams wrote: Right. I have two installation (trying desparately to get this working), one in a directory tree that has no spaces (E:\ApacheGroup\Tomcat4.1... etc.) and another in my standard Program Files directory, because someone in another forum told me

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use forward slashes instead of backslashes, that is how my working OPT's are set. That isn't your

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 4:33 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter On Sat, 31 May 2003 04:24, Allen Williams wrote: Right. I have two installation (trying desparately to get this working), one in a directory tree

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
germane. Allen N. Williams President Voice: +1.321.728.1995 Fax: +1.321.722.0580 -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
President Voice: +1.321.728.1995 Fax: +1.321.722.0580 -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around

Re: Can't find TomcatStarter

2003-05-31 Thread John Turner
To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use forward slashes instead of backslashes, that is how my working OPT's are set. That isn't your whole workers2.properties is it? Are you setting it up to run in process via

RE: Can't find TomcatStarter

2003-05-31 Thread Michael Cardon
Connector made with jakarta-tomcat-connectors-4.1.24-src -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 12:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
] Sent: Friday, May 30, 2003 3:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use forward slashes instead of backslashes, that is how my working OPT's are set. That isn't your whole

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
Roger. I'll check for it now; I thought we were on to something, because the Ajp13Connector part was commented out!! -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 5:18 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter

RE: Can't find TomcatStarter

2003-05-31 Thread Allen Williams
-Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:57 PM To: Tomcat Users List Subject: Re: Can't find TomcatStarter Try losing the double quotes around the path names and also use forward slashes instead

Re: Can't find TomcatStarter

2003-05-31 Thread Jason Bainbridge
!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=0 connectionTimeout=2

Re: Can't find TomcatStarter

2003-05-31 Thread Chong Yu Meng
Jason Bainbridge wrote: What else is in your classpath? You could be getting a clash with something, you shouldn't need to add $(CLASSPATH); at the end of your OPT as all the settings should be explicitly defined within the OPT. Hello Jason : All settings are indeed inside OPT, but for some

Can't find TomcatStarter

2003-05-30 Thread Williams, Allen
To all: Attempt to integrate Tomcat- Apache with jk2 on WinNT 4.0. Getting the following error: [Mon May 26 20:13:47 2003] [notice] jni.validate() class= org/apache/jk/apr/TomcatStarter [Mon May 26 20:13:47 2003] [error] Can't find class org/apache/jk/apr/TomcatStarter [Mon May 26 20:13:47

Re: Can't find TomcatStarter

2003-05-30 Thread Chong Yu Meng
Hello Allen : For some reason, the OPT directives in workers2.properties are not read properly. TomcatStarter is in tomcat-jni.jar, and though it is defined in your workers2.properties file, it will not be seen by mod_jk2. To get it to work, you need to add tomcat-jni.jar to your CLASSPATH