|
From: Leif M. <le...@ta...> - 2004-05-26 06:37:37
|
Ben, There is already an open feature request on this. https://sourceforge.net/tracker/index.php?func=detail&aid=926800&group_id=39428&atid=425190 Please take a look at it and add any additional comments that describe exactly what you would like to be able to do. Note that 3.1.0 also added the ability to trigger off of JVM exit codes. http://wrapper.tanukisoftware.org/doc/english/prop-on-exit-n.html Cheers, Leif Ben David, Tomer wrote: >Hi > >Regarding > >wrapper.filter.action.<n> >wrapper.filter.trigger.<n> > >How can I tell the action to perform my own code? > >since currently my only possibilities are : Possible actions are RESTART, SHUTDOWN, and NONE. And I want some more actions so I though I can plug in some class of mine that will perform the action, is that possible? > > |