Re: tomcat 5 embedded ?

2004-01-27 Thread Mark W. Webb
where can I find some examples on embedding tomcat in a java app using JMX? thank you for your time and sorry for any inconvenience. Remy Maucherat wrote: Mark W. Webb wrote: Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another application. I

tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Is there such a thing as an embedded tomcat 5? I need to embed tomcat into a C program, which I could do with 4.1.24 easily enough using the Startup examples that I found in the tomcat baseline. I now need to integrate tomcat 5.x.x into my C program, but not sure how I should approach this.

RE: tomcat 5 embedded ?

2004-01-26 Thread Shapira, Yoav
Howdy, Is there such a thing as an embedded tomcat 5? I need to embed tomcat into a C program, which I could do with 4.1.24 easily enough using the Startup examples that I found in the tomcat baseline. I now need to integrate tomcat 5.x.x into my C program, but not sure how I should approach

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Can you explain how embedded tomcat is easier? I would appreciate it greatly. Also, if there is any documentation on this I would like to read it. Thank you. Shapira, Yoav wrote: Howdy, Is there such a thing as an embedded tomcat 5? I need to embed tomcat into a C program,

RE: tomcat 5 embedded ?

2004-01-26 Thread Shapira, Yoav
Howdy, Can you explain how embedded tomcat is easier? I would appreciate it greatly. Also, if there is any documentation on this I would like to read it. Thank you. I doubt you'd appreciate my explanation greatly: embedded tomcat 5 is easier than embedded tomcat 4 because there's a specific

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another application. I am wondering if the same API exists for tomcat 5. If not, how could I start tomcat in an existing process. I would guess that I could not take advantage of the JMX stuff in

Re: tomcat 5 embedded ?

2004-01-26 Thread Remy Maucherat
Mark W. Webb wrote: Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another application. I am wondering if the same API exists for tomcat 5. If not, how could I start tomcat in an existing process. I would guess that I could not take advantage of

RE: tomcat 5 embedded ?

2004-01-26 Thread Shapira, Yoav
Shapira Millennium ChemInformatics -Original Message- From: Mark W. Webb [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 2:14 PM To: Tomcat Users List Subject: Re: tomcat 5 embedded ? Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Sorry if I sounds like a complete idiot here. Are you saying that I can use the JMX API to start an instance of embedded tomcat? If so, where can I find sample code to do this? I did alot of work with the embedded tomcat with the 4.1.24 version, so I am familiar I had to place the embedded