a localhost RMI calls from Tomcat to the host application
Y.
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yiannis,
>
> Yiannis Mavroukakis wrote:
> > The scenario is a server daemon that has a cli for runtime
> > configuration and status.
>
> Oh, so
communicate with the application it's embedded into.
Y.
Yiannis Mavroukakis wrote:
> Hello,
>
> I have the following scenario. I wish to integrate tomcat into an
> existing server application , so that a webapp can send configuration
Hello,
I have the following scenario. I wish to integrate tomcat into an existing
server application , so that a
webapp can send configuration commands and query that application's status .
Browsing through the list, the most definitive answer I have seen is to use
RMI. Is there another path to