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 <[email protected]> On Sun, Nov 18, 2012 at 12:53 PM, bodhayanc <[email protected]> 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
