Loading Tomcat into an already running JVM

2014-07-02 Thread Todd Little
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

Re: Loading Tomcat into an already running JVM

2014-07-02 Thread Mark Thomas
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