On 02/07/2014 13:23, Todd Little wrote:
> I have an unusual need that I've been unable to find an answer for. I
> would like to load Tomcat into an already running JVM. I have a process
> that performs some work, loads the JVM dynamically, and I would like to
> load and start Tomcat into that JVM. Has anyone done this or can anyone
> provide some guidance on how to go about doing this?   I'm currently
> trying this with Tomcat 7.0.54 on Linux.

You can embed Tomcat in any other Java app and then load it when
required. Look at the unit tests for examples of how to do this. There
is also an embedded distribution that has exactly the same features but
in fewer JARs.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to