Re: JRUN Startup and Shutdown Settings????

2002-02-12 Thread Dan Tran
eveld" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 12:19 PM Subject: Re: JRUN Startup and Shutdown Settings > Alex, you may look into the init method of a servlet that is designated > to be loaded on container startup by the

Re: JRUN Startup and Shutdown Settings????

2002-02-12 Thread Ben Groeneveld
Alex, you may look into the init method of a servlet that is designated to be loaded on container startup by the web.xml, and use the destroy method of the same servlet. Hopt that helps, BenG. RESTREPO, ALEXANDER G [Non-Pharmacia/1000] wrote: >Hello, > >I want to be able to run a JSP >which s

JRUN Startup and Shutdown Settings????

2002-02-12 Thread RESTREPO, ALEXANDER G [Non-Pharmacia/1000]
Hello, I want to be able to run a JSP which stops a socket service when JRUN is shutdown. I also want to be able to run a JSP which starts a Socket Service when JRUN starts up again. Does anyone know if their is a good method to do this without creating specialized shell scripts? Are their any