I know with Tomcat if you have shared classes, you can put them in the
shared lib dir under tomcat.
 
Your application classes >> %catalina_home%/webapps/root/WEB-INF/lib
Shared classes  >> %catalina_home%/lib




-----Original Message-----
From: Honza Spurn‎ [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 03, 2004 10:26
To: Tomcat Maillisting
Subject: Setting classpath out of the webapp directory

Hi there,

I'have been trying to set the classpath of the webapp out of the
directory
of this webapp. This is for me little important, since some classes I'd
like
to use (I have to use) in other webapps. I want to have only one file of
this class -- I don't want to copy classes between the webapps.

I'm sure it is possible to do it, as I need it, but I don't know how.
Would
be anybody so kind and help me with this?

I would also like to "export" the lib directory of webapp out of the
webapp
directory so that the shared libaries could be presented as file only
once.
This is probably the same problem as above.

Could anybody help me? Thanks a lot.

Best Regards.
Honza Spurny


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




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

Reply via email to