I meet the same topic.. as tomcat is designed for one process instead of multiple-processes to avoid too much memory consuming. I only find one alternative way to create multiple testing environment for my j2ee application. that is to rename war files' name from product_test1.war to product_test10.war, so that I could use one tomcat to manage the ten test cases.. I cannot use scripts to startup/stop them separately, however at least i could use tomcat admin to do it manuelly.. of course i need to define different context in server.xml, including ports from 1024 to 49k, log file location and context name test1_standalone for example.
<html><DIV>with best wishes</DIV> <DIV> </DIV> <DIV>Zheng Sun </DIV></html>
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
