[JK2] Use lock file forJNI startup status WAS: [JK2] RedHat 8.0 JNI totaly bogus

2002-10-24 Thread Mladen Turk
I've made the abort and exit hook for JVM adding two aditional option parameters at the end of config ones. If the JVM isn't set properly (wrong LD_LIBRARY_PATH, PATH pointing to the java outside the jre, etc...) the CreateJavaVM calls the abort hook. I was assuming that this hook will act

Status of JK / WAS: Status of JK2

2002-05-22 Thread GOMEZ Henri
Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:00 PM To: Tomcat Users List Cc: List Tomcat-Dev Subject: Re: Status of JK2 On Fri, 17 May 2002, Anthony W. Marino wrote: I'm now running

RE: Status of JK2

2002-05-22 Thread GOMEZ Henri
: Re: Status of JK2 ant all in jk dir gives me the same error: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-co yote.jar to copy. Anthony Try ant all. - Original Message - From: Anthony W

Re: Status of JK2

2002-05-22 Thread Anthony W. Marino
: Anthony W. Marino [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 1:08 AM To: Tomcat Developers List; Bill Barker Subject: Re: Status of JK2 ant all in jk dir gives me the same error: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: Costin, If you can give me an idea what I need to do to get it built/running with apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not more. cvs co jakarta-tomcat-connectors cd jakarta-tomcat-connectors/jk Copy

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
This is what I get when I do ant: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not create task of type: so. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant

Re: Status of JK2

2002-05-17 Thread Remy Maucherat
This is what I get when I do ant: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not create task of type: so. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. Anthony This is what I get when I do ant: BUILD FAILED

Re: Status of JK2

2002-05-17 Thread Bill Barker
Try ant all. - Original Message - From: Anthony W. Marino [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Remy Maucherat [EMAIL PROTECTED] Sent: Friday, May 17, 2002 3:52 PM Subject: Re: Status of JK2 Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
17, 2002 3:52 PM Subject: Re: Status of JK2 Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. Anthony This is what I get when I do ant

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Remy Maucherat [EMAIL PROTECTED] Sent: Friday, May 17, 2002 3:52 PM Subject: Re: Status of JK2 Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Remy, With connector source from cvs (nothing compiled) what is the very least process I need to do in order to get jk2 for apache2/TC4.1.2/SuSE7.3? Thank You, Anthony Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: ant all in jk dir gives me the same error: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. You need to build coyote first ( cd

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
ant coyote in jtc results: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/build.xml:17: /mydirpath/jakarta-tomcat-connectors/jk/build/WEB-INF/classes not found. Anthony On Fri, 17 May 2002, Anthony W. Marino wrote: ant all in jk dir gives me the same error:

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Costin, Problem/Fixh: j-t-c/jk/build.xml is missing a mkdir for jk/build/WEB-INF/classes. Once I added the mkdir in build.xml I'm able to do ant coyote in j-t-c dir. Anthony : ant coyote in jtc results: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/build.xml:17:

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early stages of my project however I'm not certain what the issues are or when it might become production quality or what I see the empty download areas set up for the

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Costin, If you can give me an idea what I need to do to get it built/running with apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not more. Thank You, Anthony On Fri, 17 May 2002, Anthony W. Marino wrote: I'm now running TC4.1.2 and want to use mod_jk2/apache2 for