|
From: Michael G. <mlg...@gm...> - 2006-04-24 15:00:27
|
I am using JSW to launch a Java EE App server as a windows service.=20 When the service is started manually via NET START JONAS, the NET START command reports that the service is started, but in fact the App server is performing initialization that runs for a few minutes. From an application perspective, the service is not actually started until the app server reports that it is started. Is there any way to configure JSW to delay reporting to Windows that the service is started? For example, can JSW make a call into the application to check status and report to Windows that it is started only after the application returns some configured value? Thanks Michael Giroux |