|
From: <Mi...@bo...> - 2004-09-16 02:37:48
|
Is it possible to control 2 separate JVMs using one wrapper and give each JVM all the benefits of running in the wrapper? I know this may sound silly, but I like the fact that wrapper gives you the ability to start/stop applications in a platform independent way, but I would like to obscure the fact that 2 separate instances of Java are actually running. Would I be able to use the WrapperListener integration method to control this or is wrapper only specific to controlling a single JVM? Thanks! Mitch |