|
From: Leif M. <le...@ta...> - 2003-09-03 08:11:35
|
Georg Schmid wrote: > My intention is to use the JMX web interface to shutdown JBoss > cleanly. Of course not all applications have an additional interface > for shutting down, unlike JBoss or Tomcat. Instead of using a PID or > similar file the wrapper could use the Tomcat approach and listen for > a shutdown command on a well-known port, or implement a JMX interface. I am planning to get JMX support added to the Wrapper in the next or following version. As for the well known port option, this was implemented in 3.0.4. See the WrapperActionServer class for details. I need to document it a little better, but you can see an example of it in action in the TestWrapper application. Cheers, Leif |