Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Reuse WebAppContext in several servers

Hi,

I'm using Jetty 6.1.

I have a WebAppContext that contains a webapp and its custom classloader.
I want to use it in another server (the first server is stopped and I create a new server that publish this webapp).

I tried several things :
- use setServer on webAppContext
- use destroy on webAppcontext
- ...

However no one worked.

Is this really doable? If yes, can you give me some hints?

Thanks,

Aurelien Pupier

Back to the top