RE: [4.1.16] [VOTE] Stability rating

2002-12-02 Thread Brzezinski, Paul J
Haven't had time load/test 4.1.16 yet, but have the hierarchical class loader issues been resolved? As of 4.1.15, I get ClassNotFound errors when starting tomcat. Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr

Re: JK2 unixsocket: Can't create apr

2002-11-14 Thread Brzezinski, Paul J
). 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 : Subject: RE: JK2 unixsocket: Can't

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: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-11-07 Thread Brzezinski, Paul J
What about doing something like this: #ifdef SOLARIS2 == 8 #define BSD_COMP #endif The problem is that the BSD_COMP flag is only needed for ONE of the native source files for each connector type (JK, JK2). I don't know, haven't investigated if turning this on activates any other conditional

RE: [JK2] RedHat 8.0 JNI totaly bogus

2002-10-23 Thread Brzezinski, Paul J
*PLEASE* Post your results!!! -- mailto:Paul.Brzezinski;EDS.com Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -Original Message- : From: Mladen Turk [mailto:mturk;mappingsoft.com] : Sent: Wednesday, October 23, 2002 2:01 PM : To: 'Tomcat Developers List' :

[5]: ant native for Connectors fails:

2002-10-18 Thread Brzezinski, Paul J
Trying to build Jakarta Tomcat Connectors from 5.0.0 source: In jakarta-tomcat-connectors/jk Ant native complains about cc not being found, on Solaris 8, I have gcc in /em/opt/bin/gcc. I have no idea how to tell ant that it should use gcc or /em/opt/bin/gcc instead of cc, and no idea how to

RE: [5] ClassLoader hell. Again.

2002-10-18 Thread Brzezinski, Paul J
Is this the cause of the error? I see that org/apache/commons/logging/LogFactory is used in a couple places, but in my case it consistently throws the exception in AprImpl.class. Details for my config, if they're relevant: OS: Solaris 8 UltraSPARC Java: J2SDK1.4.1 Jakarta-Tomcat: 5.0.0 Apache:

RE: [5]: ant native for Connectors fails: (more)

2002-10-18 Thread Brzezinski, Paul J
4:16 AM : To: Tomcat Developers List : Subject: Re: [5]: ant native for Connectors fails: : : : Brzezinski, Paul J wrote: : Trying to build Jakarta Tomcat Connectors from 5.0.0 source: : : In jakarta-tomcat-connectors/jk : : Ant native complains about cc not being found, on Solaris 8, I

Tomcat 5.0: primary development platform

2002-10-16 Thread Brzezinski, Paul J
What's the primary platform used for development of Tomcat 5.0 (or 4.1.x)? Having some issues getting things like the Channel Unix socket to work on Solaris and want to get involved if this is something that isn't being looked at because it's not an available platform to develop/test on.

[5.0]: build issues on Solaris 8?

2002-10-15 Thread Brzezinski, Paul J
I've built 5.0 on Solaris 8 (SPARC). I have installed Java 2 SDK 1.4.1, Apache 2.0.40 (64-bit SPARC binary built using gcc-3.1). Getting an error with the following jk2.properties file: shm.file=${jkHome}/work/jk2.shm handler.list=apr,request,channelUnix channelJni.disabled = 0

List Archive: Follow-up - jk2 jni doesn't work

2002-10-10 Thread Brzezinski, Paul J
Jean-Frederic, Bill, Mladen Turk, List, I found this in the archive -- was this resolved? The code snippet OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\serve r\lib\commons-logging.jar What file did this get added to? I'm having *THIS* exact problem -- and haven't

RE: List Archive: Follow-up - jk2 jni doesn't work

2002-10-10 Thread Brzezinski, Paul J
Message- : From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED]] : Sent: Thursday, October 10, 2002 6:25 PM : To: [EMAIL PROTECTED] : Subject: List Archive: Follow-up - jk2 jni doesn't work : : : Jean-Frederic, Bill, Mladen Turk, List, : : I found this in the archive

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