I installed a custom realm on Tomcat 4.1. I copied the
realm class into server/classes. My custom realm uses
other libraries which I copied to common/lib. 
These auxillary libraries call JAAS. So I had to copy
jaas.jar to common/lib. Even though jaas.jar is
included under server/lib but this is not accessible
to the classes under common/lib.

What is the recommended approach for placing all these
packages ? Can I tweak some configuration so these
libraries are automatically picked up instead of
copying them over to the tomcat install directory ? 
I added all these jars to the classpath but this led
to more compilation errors(class not found errors).
Also tried adding the directory to the
JAVA_ENDORSED_DIRS in setclasspath.sh but this did not
work either.

Thanks in advance

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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

Reply via email to