Hi, 

Sorry this might be a newbie question, I'm an intern and I have no idea what's 
going on here.

We are trying to setup an automated J-Unit test from Ant using Cruise Control 
where we need multiple copies of tomcat servers running (by supplying different 
server.xml files).  The idea is to use the same Tomcat binaries but use a 
different configuration for each Tomcat instance.  I also sent this email to 
the tomcat mailing list.

I tried using the org.apache.catalina.startup.Bootstrap class to start the 
tomcat servers, but it doesn't seem to accept an argument to take different 
server.xml files.  

Then I tried using org.apache.catalina.startup.Catalina class, which does take 
a -config option to specify a different server.xml file, but it doesn't return 
until a shutdown is called, so the process just sits there and I cannot execute 
my next commands.  

Is there something I'm missing, any suggestions?  Thanks in advance. 


______________________________________
 
Robert Lin 
Eng. Intern | Blue Jungle | Redwood City, CA
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to