Getting Java Service Wrapper to listen to logfile

View: New views
1 Messages — Rating Filter:   Alert me  

Getting Java Service Wrapper to listen to logfile

by breaks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
The JSW can be configured to listened to console output and restart if a particular string is outputted to the console.

For example:

wrapper.filter.trigger.1=Restart me now.
wrapper.filter.action.1=RESTART

However, I am wondeing if I could configure the JSW to listen for this string from a particular logfile rather than the console?

Thanks.