If I understand correctly, external applications were started on one JVM
and the tomcat is on another JVM, started separately or by the external
application itself.

Two JVMS running on on machine have nothing in common other than system
resources. Open a serversocket at a named port on the external
application and let the tomcat applications from webapps connect to it
and exchange sweet talk on a mutually agreed protocol.


On Wed, 2007-08-29 at 00:05 -0700, nlif wrote:
> Hi,
> 
> If I run Tomcat as embedded, is it possible for the application that
> contains Tomcat to interact with web-apps that run inside that Tomcat? For
> example, the external application, in addition to starting the embedded
> Tomcat, also manages other services, and the web-apps that runs inside the
> embedded Tomcat need to use those services. How can this be done?
> 
> Thanks in advance.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to