Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » preferred mechanism for putting jars into shared/lib
preferred mechanism for putting jars into shared/lib [message #180312] Sat, 30 September 2006 13:31 Go to next message
Alan Chandler is currently offline Alan ChandlerFriend
Messages: 45
Registered: July 2009
Member
What is the preferred method for loading jars that will ultimately sit
in CATALINA_BASE/shared/lib

It seems a bit perverse to manually copy them to the strange directory
inside .metadata/.plugins
Re: preferred mechanism for putting jars into shared/lib [message #180405 is a reply to message #180312] Mon, 02 October 2006 11:31 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
The default is that "shared/lib" is relative to catalina.base, which is
why it would normally need to go under ".metadata/.plugins/...". You
could import the catalina.properties in your installation's "conf"
directory into the same folder containing your server.xml under the
Servers project in your workspace. You could modify the "shared.loader"
setting in this file to be what you want. The catalina.properties file
will get copied to the "tmp?/conf" directory under
".metadata/.plugins/..." when the server gets published.

Cheers,
Larry

Alan Chandler wrote:
> What is the preferred method for loading jars that will ultimately sit
> in CATALINA_BASE/shared/lib
>
> It seems a bit perverse to manually copy them to the strange directory
> inside .metadata/.plugins
>
>
Previous Topic:EclipseCon 2007 Call for Participation
Next Topic:Automatically generating a JAR in a WAR
Goto Forum:
  


Current Time: Wed Apr 24 20:57:12 GMT 2024

Powered by FUDForum. Page generated in 0.03153 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top