<sigh /> Posts like that make me want to give up on this list ;(
I directed you to the JavaDoc for the Embedded class. That page says
"IMPLEMENTATION NOTE: The main() method of this class is a simple
example that exercizes the features of dynamically starting and stopping
various components. You can execute this by executing the following
steps (on a Unix platform):
cd $CATALINA_HOME ./bin/catalina.sh embedded" So you can follow whatever mechanism you like to get the source of the embedded class (download a tomcat source distro, use the public Apache CVS server, whatever), and look at the main method.
You can also look at the TC embedded distro to see how to do it with Ant and JMX. And doing the same with JMX alone in the Tomcat code in JBoss 3.2.4 RC 1.
-- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxx
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]