|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by HappyEngineer in Apache Tomcat Application Server
I recently saw that it was possible to create a glassfish instance using syntax similar to this:
new WebContainer(8080).deploy(
...);
I was wondering if such a thing existed for Tomcat.
I'd like to write a junit test which created a new tomcat instance, deployed some code to it (in memory), then ran some HttpUnit tests against it.
Is that possible with Tomcat?
20091111-EE-VQP-89 - Hierarchy / EE_QW_EXPERT_20070906