Re: Embedded Tomcat and application communication

2007-01-23 Thread Yiannis Mavroukakis
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

RE: Embedded Tomcat and application communication

2007-01-21 Thread Yiannis Mavroukakis
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

Embedded Tomcat and application communication

2007-01-21 Thread Yiannis Mavroukakis
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