I've got a Cocoon 2.1.5 webapp running under a Jetty server.  Anyone
have any suggestions on how I can communication from the webapp back
to the parent?

The "parent" is an Agent class that starts up the Jetty server (among
other things) thus starting Cocoon.  But I want the ability to be able
to restart the Jetty webserver, or shutdown the whole thing including
the webserver from within the webapp.  This way, from an
administrative web based console I can monitor the app, shut it down,
or restart the webserver.

I was thinking of starting up an XMLRPC server prior to Jetty and
writing an XSP that'll connect to the XMLRPC server and make calls
(like shutdown(), restartWebserver(), etc).

Any suggestions would be appreciated... sorry if this isn't 100% on-topic.

Thanks,

- Brent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to