Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Override application library

Thank you very much for the response. I was also guessing the same. Thanks for the confirmation.

--Bodhayan.

On Mon, Nov 26, 2012 at 9:45 AM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
That is the behavior of the Server side classpath.
It always loads before any webapp is deployed.
I know of no way to load classes on the server side after a webapp has been deployed.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>


On Sun, Nov 18, 2012 at 12:53 PM, bodhayanc <bodhayanc@xxxxxxxxx> wrote:
Hi,

I am running Continuum from Jetty. I want to override a jar, that is present
within the WEB-INF/lib directory. If I specify the
-Djetty.class.path=</Overriding jar/> in the wrapper.conf, it is loading
*before* the WEB-INF/lib libraries and hence not working. Can I make it to
load *after* the WEB-INF/lib libraries are loaded?

Thanks in advance,
Bodhayan.



--
View this message in context: http://jetty.4.n6.nabble.com/Override-application-library-tp4959572.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top