You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2003/02/07 02:20:14 UTC

cvs commit: jakarta-struts/conf/test/tomcat41 server.xml

craigmcc    2003/02/06 17:20:14

  Modified:    .        build-tests.xml
               conf/test/tomcat40 server.xml
               conf/test/tomcat41 server.xml
  Log:
  Change port numbers (8005->9005 and 8080->9090) on the Tomcat 4.0 and 4.1
  tests, so that the existence of a running Tomcat on the default ports does
  not interfere with being able to run them.
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-struts/build-tests.xml
  
  Index: build-tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-tests.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build-tests.xml	27 Dec 2002 11:03:55 -0000	1.13
  +++ build-tests.xml	7 Feb 2003 01:20:13 -0000	1.14
  @@ -462,7 +462,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:8080/test"
  +        <runservertests testURL="http://localhost:9090/test"
               startTarget="start.tomcat.40"
               stopTarget="stop.tomcat.40"
               testTarget="run.test"/>
  @@ -545,7 +545,7 @@
                The servlet engine is automatically stopped if the tests fail for
                any reason.-->
   
  -        <runservertests testURL="http://localhost:8080/test"
  +        <runservertests testURL="http://localhost:9090/test"
               startTarget="start.tomcat.41"
               stopTarget="stop.tomcat.41"
               testTarget="run.test"/>
  
  
  
  1.3       +2 -2      jakarta-struts/conf/test/tomcat40/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/test/tomcat40/server.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- server.xml	16 Jun 2002 04:02:38 -0000	1.2
  +++ server.xml	7 Feb 2003 01:20:14 -0000	1.3
  @@ -1,9 +1,9 @@
  -<Server port="8005" shutdown="SHUTDOWN" debug="0">
  +<Server port="9005" shutdown="SHUTDOWN" debug="0">
   
     <Service name="Tomcat-Standalone">
   
       <Connector className="org.apache.catalina.connector.http.HttpConnector"
  -               port="8080" minProcessors="5" maxProcessors="75"
  +               port="9090" minProcessors="5" maxProcessors="75"
                  acceptCount="10" debug="0"/>
   
       <Engine name="Standalone" defaultHost="localhost" debug="0">
  
  
  
  1.2       +2 -2      jakarta-struts/conf/test/tomcat41/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/test/tomcat41/server.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server.xml	16 Jun 2002 04:02:38 -0000	1.1
  +++ server.xml	7 Feb 2003 01:20:14 -0000	1.2
  @@ -1,4 +1,4 @@
  -<Server port="8005" shutdown="SHUTDOWN" debug="0">
  +<Server port="9005" shutdown="SHUTDOWN" debug="0">
   
     <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
               debug="0"/>
  @@ -29,7 +29,7 @@
     <Service name="Tomcat-Standalone">
   
       <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
  -               port="8080" minProcessors="5" maxProcessors="75"
  +               port="9090" minProcessors="5" maxProcessors="75"
                  enableLookups="true" redirectPort="8443"
                  acceptCount="10" debug="0" connectionTimeout="20000"
                  useURIValidationHack="false"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org