craigmcc 2004/07/06 18:46:42 Modified: conf/test/tomcat50 server.xml Log: As an exercise in pragmatism, I'm setting the shutdown port for the Tomcat 5.0 tests from 9005 back to 8005 (the default). This means you have to shut down any standard installation of Tomcat 5.0 before running the unit tests, but it also means they won't hang trying to shut down Tomcat at the end of the test run. Feel free to revert if this is controversial -- but then *you* get to figure out why Tomcat does not respect the modified port number. :-) Revision Changes Path 1.2 +1 -1 jakarta-struts/conf/test/tomcat50/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-struts/conf/test/tomcat50/server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server.xml 22 Mar 2004 07:16:37 -0000 1.1 +++ server.xml 7 Jul 2004 01:46:42 -0000 1.2 @@ -1,4 +1,4 @@ -<Server port="9005" shutdown="SHUTDOWN" debug="0"> +<Server port="8005" shutdown="SHUTDOWN" debug="0"> <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" debug="0"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]