embedded tomcat and JMX sample code

2004-01-28 Thread Mark W. Webb
I am looking for some sample code that will demonstrate how to embed tomcat in a java application using JMX. I would like to write some documentation on how to do this, as there is none that exists that I have found on tomcat's web site. I would imagine that there must be some code somewhere

Embedded Tomcat startup java class

2003-10-24 Thread Mark W. Webb
Knowing that Tomcat is moving towards JMX, I was wondering if anyone has "ported" Embedded.java into the a format that will support the JMX integration. Knowing that there is a build.xml file that will launch tomcat in an embedded state, is there an equivalent .java file for doing this? thank

Tomcat CVS howto

2003-10-24 Thread Mark W. Webb
I am looking for a doc that explains how to get all the necessary tomcat code out of CVS. I did a: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-5 and got no java code. please advise. Thank you.

Re: no main in Embedded.java

2003-10-23 Thread Mark W. Webb
will keep digging, but any help you could offer, or documentation I could reference would be greatly appreciated. thank you very much Remy Maucherat wrote: Mark W. Webb wrote: My main motivation for this is that I am looking for a way to start embedded Tomcat from within a C program using the

Re: no main in Embedded.java

2003-10-23 Thread Mark W. Webb
-beta/bin/jakarta-tomcat-5.0.12-embed.tar.gz I don't have any problem to bring the option back if you dig and submit a patch that bring back the Embedded.main (a lot of things has changed so be sure we are not regressing) -- Jeanfrancois Mark W. Webb wrote: I was looking at the tomcat 5

Re: no main in Embedded.java

2003-10-23 Thread Mark W. Webb
e not regressing) -- Jeanfrancois Mark W. Webb wrote: I was looking at the tomcat 5.0.12 source and noticed that the file Embedded.java does not contain a main. I think that there should be one, since catalina.sh references this class as the entry point to start tomcat. PS. I do alot of work

no main in Embedded.java

2003-10-23 Thread Mark W. Webb
I was looking at the tomcat 5.0.12 source and noticed that the file Embedded.java does not contain a main. I think that there should be one, since catalina.sh references this class as the entry point to start tomcat. PS. I do alot of work with embedded java and would like to help out more.