Reputation: 5952
I have couple of questions.
Upvotes: 2
Views: 1642
Reputation: 7182
There are lots of different ways to do what you are looking to do. If you are comfortable dealing with servlet instances directly then just avoid the whole concept of the WebAppContext entirely. One other thing to be aware of, the WebappContext also provides classloader isolation for the deployed webapp, so that may or may not be a factor or something you are interested in.
Upvotes: 4