RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Brzezinski, Paul J
is it in the same directory as libjkjni.so? -- /usr/local/apache2/modules -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:39 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: java.io.IOException: no jkjni in

RE: Tomcat/Apache2/JNI on Solaris

2003-02-11 Thread Brzezinski, Paul J
send more info? : : thanks again, : : -francesa : : : : : Brzezinski, Paul J [EMAIL PROTECTED] : wrote:Francesa Lacreativa wrote: : : Has anyone been able to get Apache2 to start tomcat 4 via JNI and the : JK2 connector? on Solaris by chance? If so, could you please post or : privately

Re: Tomcat/Apache2/JNI on Solaris

2003-02-10 Thread Brzezinski, Paul J
Francesa Lacreativa wrote: Has anyone been able to get Apache2 to start tomcat 4 via JNI and the JK2 connector? on Solaris by chance? If so, could you please post or privately email me your configuration files (httpd.conf, workers2.properties, jk2.properties)? gracias, have you tried any

RE: Problem with Unix Sockets jk2/Apache2/Tomcat4.1

2003-01-22 Thread Brzezinski, Paul J
Are you getting error in catalina.out in $CATALINA_HOME/logs? If so, could you post them? Someone else recently posted a similar RFA in the last week -- same topic, similar build characteristics. : -Original Message- : From: Morgan, Bill [mailto:[EMAIL PROTECTED]] : Sent:

RE: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Brzezinski, Paul J
A work-around was to put all the jar files in TC_HOME/server/lib into TC_HOME/common/lib. This overrides/breaks/defeats the hierarchy of class loaders, but it does allow you to get around the java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at

RE: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Brzezinski, Paul J
- : From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED]] : Sent: Thursday, January 16, 2003 9:52 AM : To: Tomcat Users List : Subject: RE: mod_jk2/unixsocket: can't create apr : : : : A work-around was to put all the jar files in : TC_HOME/server/lib into TC_HOME/common/lib. This : overrides

RE: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Brzezinski, Paul J
/unixsocket: can't create apr : : : Just a quick question related to this thread.. does Apache : 2.0.43 have to be compiled with APR to get Jk2 to work? : : - Original Message - : From: Brzezinski, Paul J [EMAIL PROTECTED] : To: Tomcat Users List [EMAIL PROTECTED] : Sent: Thursday

RE: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Brzezinski, Paul J
: Brzezinski, Paul J [EMAIL PROTECTED] : To: Tomcat Users List [EMAIL PROTECTED] : Sent: Thursday, January 16, 2003 11:07 AM : Subject: RE: mod_jk2/unixsocket: can't create apr : : : Mark, : : Were you getting the ClassNotFound exception? Didn't think : you were. : Hopefully that really

RE: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Brzezinski, Paul J
.properties file:apr.NativeSo=$CATALINA_HOME/server : : : - Original Message - : From: Brzezinski, Paul J [EMAIL PROTECTED] : To: Tomcat Users List [EMAIL PROTECTED] : Sent: Thursday, January 16, 2003 12:56 PM : Subject: RE: mod_jk2/unixsocket: can't create apr

RE: cannot connect

2003-01-14 Thread Brzezinski, Paul J
: -Original Message- : From: Faine, Mark [mailto:[EMAIL PROTECTED]] : Sent: Tuesday, January 14, 2003 8:34 AM : To: 'Tomcat Users List' : Subject: RE: cannot connect : : : : : -Original Message- : From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED]] : Sent: Monday, January

RE: mod_jk2 - jni linking problems

2003-01-13 Thread Brzezinski, Paul J
Look in the Apache's library directory. 2.0.43 of apache has a new name for the apr library...so that the linker won't find libapr.so...then adjust the makefile accordingly. : -Original Message- : From: Faine, Mark [mailto:[EMAIL PROTECTED]] : Sent: Monday, January 13, 2003 12:45 PM

RE: mod_jk2 - jni linking problems

2003-01-13 Thread Brzezinski, Paul J
) is: linkOpt value=-lapr if=solaris / I built mod_jk2 using the Makefile(s) in jakarta-tomcat-connectors-4.1.15-src/jk/native2. Assuming that 4.1.18 src is available and hasn't changed too much since 4.1.15 released. Paul : -Original Message- : From: Brzezinski, Paul J [mailto

RE: mod_jk2 - jni linking problems

2003-01-13 Thread Brzezinski, Paul J
with a proprietary vendor. You think I'd have : better luck with the jakarata 4.1.18 sources. Are they compatible? This I do not know for certain, though I think not. : Thanks, : -Mark : : : -Original Message- : From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED]] : Sent: Monday, January 13, 2003 12

Re: cannot connect

2003-01-13 Thread Brzezinski, Paul J
Faine, Mark wrote: Apache 2.0.43 mod_jk2 2.0.0 Tomcat 4.0.6 Can't get socket to work, I get this error message: Is this the log from apache or tomcat? [Mon Jan 13 14:43:21 2003] [notice] Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6g DAV/2 mod_jk2/2.0.0 configured -- resuming normal

RE: mod_jk2 with tomcat 4.1.12

2002-11-19 Thread Brzezinski, Paul J
A workaround for this might be to put the commons-logging.jar into $CATALINA_HOME/common/lib. I was receiving the same error on my system and the root of the problem seemed to be the class-loader hierarchy -- so if you put *all* the jar files in common/lib it does work, but it defeats the

Re: mod_jk2 with tomcat 4.1.12

2002-11-19 Thread Brzezinski, Paul J
the server jar files to common/lib. tks - Original Message - From: Brzezinski, Paul J [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 19, 2002 10:59 AM Subject: RE: mod_jk2 with tomcat 4.1.12 A workaround for this might be to put the commons-logging.jar

Re: JK2 unixsocket: Can't create apr

2002-11-14 Thread Brzezinski, Paul J
, and the LD_LIBRARY_PATH may create some problems ). Costin Brzezinski, Paul J wrote: Original post came from Tomcat Users, replying/cross-posting... : -Original Message- : From: Costin Manolache [mailto:cmanolache;yahoo.com] : Sent: Wednesday, November 13, 2002 3:16 PM : To: Tomcat Developers List

Re: JK2 unixsocket: Can't create apr

2002-11-14 Thread Brzezinski, Paul J
); } public static void main(String[] args) { new MyClassLoader().doStuff(); } } -Original Message- From: Brzezinski, Paul J [mailto:Paul.Brzezinski;EDS.COM] Sent: Thursday, November 14, 2002 4:32 AM To: Tomcat Users List Subject: Re: JK2 unixsocket: Can't create apr Robert

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
I wonder if a better question is: Is anyone using the ChannelUnix (AF_UNIX socket) connector on any platform? On what platforms is the ChannelUnix (AF_UNIX socket) connector actually known to function? : -Original Message- : From: Robert Williams [mailto:rcw1;pacbell.net] : Sent:

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
-api.jar exists there. I see in the -LE-jdk14 that there's a log4j.rename-to-jar. What's the confidence level that this will resolve this problem? Is this a problem on other platforms? Is this NOT a problem on Linux? : Costin : : : Brzezinski, Paul J wrote: : : I wonder if a better question

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
) at org.apache.catalina.startup.Catalina.execute(Unknown Source) at org.apache.catalina.startup.Catalina.process(Unknown Source) ... 5 more : The problem seems releated to class loading ( as usual :-). : : Costin : : : Brzezinski, Paul J wrote: : : I wonder if a better

RE: compiling mod_jk under AIX (or any other OS it wasn't develop ed on)

2002-11-07 Thread Brzezinski, Paul J
: -Original Message- : From: Turner, John [mailto:JTurner;AAS.com] : Sent: Thursday, November 07, 2002 8:40 AM : To: 'Tomcat Users List' : Subject: RE: compiling mod_jk under AIX (or any other OS it : wasn't develop ed on) : : : : I have had no problems on Red Hat 7.2 7.3, and I

RE: mod_jk build problems

2002-11-07 Thread Brzezinski, Paul J
-- mailto:Paul.Brzezinski;EDS.com Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -Original Message- : From: Turner, John [mailto:JTurner;AAS.com] : Sent: Thursday, November 07, 2002 11:24 AM : To: 'Tomcat Users List' : Subject: RE: mod_jk build problems : : : :

RE: mod_jk build problems

2002-11-07 Thread Brzezinski, Paul J
configure... BTW, don't think Sun will release Solaris 9 for Intel...ever. I think they're looking at marketing their own flavor of Linux for Intel. : -Original Message- : From: Brzezinski, Paul J [SMTP:[EMAIL PROTECTED]] : Sent: Thursday, November 07, 2002 10:50 AM

Re: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
Turner, John wrote: I finally got access to a Solaris 8 server. I've posted a mod_jk binary (mod_jk.so) for Solaris 8 at: http://www.johnturner.com/howto This is mod_jk compiled against Apache 2.0.43 and using the JK Connector source v1.2.0. Tested against Tomcat 4.1.12. I'm having problems

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
: : : -Original Message- : From: Brzezinski, Paul J [mailto:Paul.Brzezinski;EDS.COM] : Sent: Tuesday, November 05, 2002 12:32 PM : To: Tomcat Users List : Subject: Re: [ANNOUNCE] Solaris 8 JK Binary available : : : Turner, John wrote: : : I finally got access to a Solaris 8 server. : : I've

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
that to libapr.so was the solution. : : John : : : -Original Message- : From: Brzezinski, Paul J [mailto:paul.brzezinski;eds.com] : Sent: Tuesday, November 05, 2002 12:52 PM : To: Tomcat Users List : Subject: RE: [ANNOUNCE] Solaris 8 JK Binary available : : : : I'm going to step

RE: JK2 Solaris 8 binary available

2002-11-05 Thread Brzezinski, Paul J
: -Original Message- : From: Turner, John [mailto:JTurner;AAS.com] : Sent: Tuesday, November 05, 2002 2:20 PM : To: '[EMAIL PROTECTED]' : Subject: JK2 Solaris 8 binary available : : : : I've posted a JK2 binary for Solaris 8 (SPARC). : : http://www.johnturner.com/howto : : Built

RE: mod_jk2 tomcat problems

2002-10-31 Thread Brzezinski, Paul J
I get the exact same error on Solaris 8 SPARC with J2SE v1.4.1 (with patches loaded for Java): SEVERE: Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340) After a couple of days trying to get the

RE: Apache2-Tomcat4 on Solaris 7 anyone?

2002-10-31 Thread Brzezinski, Paul J
-- mailto:Paul.Brzezinski;EDS.com Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -Original Message- : From: Madere, Colin [mailto:colin.madere;ieminc.com] : Sent: Thursday, October 31, 2002 3:42 PM : To: 'Tomcat Users List' : Subject: Apache2-Tomcat4 on Solaris 7

Re: [Jk2] Can't run mod_jk2 against Apache 2.0.41+

2002-10-14 Thread Brzezinski, Paul J
Didn't try this against Apache 2.0.43, but had to make similar mods to Makefile.in in jk/native2/server/apache2. I'm posting a response because I would like to know what is apr-0? I've built 2.0.40, jk2 on Solaris using 64-bit gcc 3.1 and cannot get the ChannelUnix tomcat connector to work.

Re: Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread Brzezinski, Paul J
James C. McMaster (Jim) wrote: I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server

Re: Tomcat won't work with jdk 1.4.0

2002-10-08 Thread Brzezinski, Paul J
Raj Saini wrote: Hi, There should not be problem running tomcat on Solaris 8. I am running Tomcat 4.1.12 with JDK 1.4 on Solaris without any problem. I have just switched from Tomcat 4.0.3 to 4.1.12. Could you share your jk2.properties then? I'm running on Solaris 8 (SPARC) using JDK

Re: Tomcat won't work with jdk 1.4.0

2002-10-08 Thread Brzezinski, Paul J
tomcat-warp.jar jakarta-regexp-1.2.jarservlets-ssi.renametojar Since this is *the* server attempting to start, I thought it would reference server/lib before searching for classes in common/lib BTW: this is straight out of the gzip'd tarball. Raj Brzezinski, Paul J wrote: Raj Saini

Re: JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-08 Thread Brzezinski, Paul J
2.0.40+ with Tomcat 4.1.12 (JK2) with JDK 1.4.0 so that I can compare my env to one that works? d. Brzezinski, Paul J wrote: Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError: org

RE: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-07 Thread Brzezinski, Paul J
Libapr.so ? Maybe in $APACHE_HOME/lib? I *added* -L/-R switches to the linker-relevant lines in the Makefile. -- mailto:[EMAIL PROTECTED] Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -Original Message- : From: Dom [mailto:[EMAIL PROTECTED]] : Sent: Monday,

JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-07 Thread Brzezinski, Paul J
Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340) I'm using the Apache