Symbolic link is definitely a good option, but my deployment platform could be Windows.
-----Original Message----- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:25 PM To: Tomcat Users List Subject: RE: Shared jars of multiple web apps Make a symolic link to the WEB-INF/lib directory (although I don't use it myself, it could work.) Mvgr, Martin -----Original Message----- From: Ming Zhou [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 21:09 To: 'Tomcat Users List' (E-mail) Subject: Shared jars of multiple web apps I have two web apps that share a set of jars. Since these jars may be conflict with some other web apps on the same server, I prefer not to install them in the $CATALINA_HOME/lib directory. I know one option is to let each of the two web apps to have its own copy of all these jars in its WEB-INF/lib. What I want to find out is if there is any other option to keep only one copy of the shared jars? Thanks. -ming, -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
