|
From: Jindong Li <Jin...@so...> - 2003-05-14 20:39:59
|
Hi there, I'm currently using WrapperStartStopApp.java to start our application as Windows service, everything works fine except one thing: normally once the main method of my start class returns, we run another java class to check that the start class indeed started properly by looking up the RMI server (our start class will be running as an RMI server) in the RMI registry within a specified period of time (for example, 60 seconds), but with WrapperStartStopApp.java though, you can only specify two classes one for start one for stop... So I'm thinking if it's possible to have a WrapperStartStatusCheckStopApp.java? Or there's a workaround for what I want to do? Thanks in advance. Jindong. ############################################################### This message has been scanned for viruses and other contents. ############################################################### |