|
From: Daniel L. <dl...@ho...> - 2003-10-01 22:44:20
|
Here's the situation: I have a process that the wrapper runs as a service, but the service is on another box. I also do not have permission to restart the service. In cases where I have a patch to push out on the server, I have to wait for the admin on the box to restart my service (as to reload the JVM and to load my changes). This might be correct in a production environment, but our development environment is the same (I have to wait for someone else to restart the service). This gets a bit annoying (on the admin's side to), so here is my question: -Is there a way to remotely call "something" to restart the JVM on demand? I have read that there is a WrapperManager that has a restart() method, but how can that be called? Would I have to have another service running that has the sole purpose of restarting JVMs? (This is on an NT 2000 box, and there is no chance to give me permission to start/stop services on their boxes). Thanks for any assistance. -Dan _________________________________________________________________ Frustrated with dial-up? Get high-speed for as low as $29.95/month (depending on the local service providers in your area). https://broadband.msn.com |