Re: Interacting with an embedded Tomcat

2007-08-29 Thread nlif
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. >> > >> > >> >

RE: Interacting with an embedded Tomcat

2007-08-29 Thread Caldarale, Charles R
> From: OFFICIAL WEBSITE [mailto:[EMAIL PROTECTED] > Subject: Re: Interacting with an embedded Tomcat > > How do you intend to start Tomcat on the same JVM as your bootstrap > application? This is an EMBEDDED, not standalone, Tomcat. (Google if you don't know what that

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
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. > > > > > > > > >

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
gt;> 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.apa

Re: Interacting with an embedded Tomcat

2007-08-29 Thread OFFICIAL WEBSITE
How do you intend to start Tomcat on the same JVM as your bootstrap application? Bypass ALL of tomcat facilities and scripts and take direct control, instantiating Tomcat classes by name from its libraries!! Embedded through API Interfaces! Wow! What is the advantage gained? I would leave tomcat s

Re: Interacting with an embedded Tomcat

2007-08-29 Thread nlif
be, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Interacting-with-an-embedded-Tomcat-tf4346090.html#a12382936 Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Interacting with an embedded Tomcat

2007-08-29 Thread OFFICIAL WEBSITE
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 externa

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
> embedded Tomcat need to use those services. How can this be done? > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/Interacting-with-an-embedded-Tomcat-tf4346090.html#a12381880 > Sent from t

Interacting with an embedded Tomcat

2007-08-29 Thread nlif
embedded Tomcat need to use those services. How can this be done? Thanks in advance. -- View this message in context: http://www.nabble.com/Interacting-with-an-embedded-Tomcat-tf4346090.html#a12381880 Sent from the Tomcat - User mailing list archive at Nabble.com