Greetings,

I'm trying to work through issues with Apache 2.0.43
and Tomcat 4.1.12 and UnixSockets.  I keep getting
this....

SEVERE: Can't create apr
java.lang.NoClassDefFoundError:
org/apache/commons/logging/LogFactory at
{SNIP}


I found the Robert Williams article on the web that
talks about rebuilding the connector sources and
re-installing some of the .jar files.  I've been
through this yet I still get the error.

The system is an Ultra 30 running Solaris 9

$java -version
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed
mode)

I have also installed  j2sdkee1.4

# jk2.properties
# List of needed handlers
handler.list=apr,channelUnix,request

# Socket location
channelUnix.file=${jkHome}/work/jk2.socket

# Dynamic library:
jtc=/opt/jakarta/src/jakarta-tomcat-connectors-4.1.12-src
apr.NativeSo=${jtc}/jk/build/jk2/apache2/jkjni.so


# workers2.properties
[shm]
file=${serverRoot}/logs/shm.file
size=1048576

# Example unixsocket channel.
[channel.un:unixsocket]
file=/opt/jakarta/tomcat/work/jk2.socket

# Define the worker
[ajp13:unixsocket]
channel=channel.un:unixsocket

# Uri mapping
[uri:/examples/*]
worker=ajp13:unixsocket



Any ideas?

Many thanks!



=====
Microsoft is not the answer.
Microsoft is the question.... and the answer is NO!

Randy  (AD5GB)

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to