rleland 2003/02/07 14:35:30 Modified: . build.properties.sample conf/test cactus.properties conf/test/tomcat32 server.xml conf/test/tomcat33 server.xml contrib/struts-el build.properties.sample contrib/struts-el/conf/test cactus.properties contrib/struts-el/conf/test/tomcat40 server.xml contrib/struts-el/conf/test/tomcat41 server.xml contrib/struts-el/web/exercise-taglib/WEB-INF struts-config.xml Log: Change all references that appear to be tests to use port 9090 by default. Revision Changes Path 1.28 +2 -2 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- build.properties.sample 7 Feb 2003 22:00:56 -0000 1.27 +++ build.properties.sample 7 Feb 2003 22:35:30 -0000 1.28 @@ -133,7 +133,7 @@ # URL used to run tests for cactus, change to non standard port # if container is already running on that port. -cactus.contextURL = http://localhost:8080/test +cactus.contextURL = http://localhost:9090/test 1.4 +1 -1 jakarta-struts/conf/test/cactus.properties Index: cactus.properties =================================================================== RCS file: /home/cvs/jakarta-struts/conf/test/cactus.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cactus.properties 16 Jun 2002 04:02:38 -0000 1.3 +++ cactus.properties 7 Feb 2003 22:35:30 -0000 1.4 @@ -1,6 +1,6 @@ # Configuration file for Cactus Testing for Struts 1.1 -cactus.contextURL = http://localhost:8080/test +cactus.contextURL = http://localhost:9090/test cactus.enableLogging = true cactus.filterRedirectorName = FilterRedirector cactus.jspRedirectorName = JspRedirector 1.2 +1 -1 jakarta-struts/conf/test/tomcat32/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-struts/conf/test/tomcat32/server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server.xml 6 May 2001 12:07:32 -0000 1.1 +++ server.xml 7 Feb 2003 22:35:30 -0000 1.2 @@ -19,7 +19,7 @@ <ContextInterceptor className="org.apache.tomcat.context.LoadOnStartupInterceptor" /> <Connector className="org.apache.tomcat.service.PoolTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> - <Parameter name="port" value="8080"/> + <Parameter name="port" value="9090"/> </Connector> <Connector className="org.apache.tomcat.service.PoolTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/> 1.2 +1 -1 jakarta-struts/conf/test/tomcat33/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-struts/conf/test/tomcat33/server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server.xml 7 Nov 2002 06:59:56 -0000 1.1 +++ server.xml 7 Feb 2003 22:35:30 -0000 1.2 @@ -121,7 +121,7 @@ by default report Tomcat Web Server ... set an empty string to avoid sending server header --> - <Http10Connector port="8080" + <Http10Connector port="9090" secure="false" maxThreads="100" maxSpareThreads="50" 1.4 +2 -2 jakarta-struts/contrib/struts-el/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.properties.sample,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.properties.sample 7 Feb 2003 22:13:06 -0000 1.3 +++ build.properties.sample 7 Feb 2003 22:35:30 -0000 1.4 @@ -68,7 +68,7 @@ # URL used to run tests for cactus, change to non standard port # if container is already running on that port. -cactus.contextURL = http://localhost:8080/test +cactus.contextURL = http://localhost:9090/test aspectjrt.jar = ${cactus.home}/lib/aspectjrt.jar 1.2 +1 -1 jakarta-struts/contrib/struts-el/conf/test/cactus.properties Index: cactus.properties =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/conf/test/cactus.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cactus.properties 26 Sep 2002 04:54:38 -0000 1.1 +++ cactus.properties 7 Feb 2003 22:35:30 -0000 1.2 @@ -1,6 +1,6 @@ # Configuration file for Cactus Testing for Struts 1.1 -cactus.contextURL = http://localhost:8080/test +cactus.contextURL = http://localhost:9090/test cactus.enableLogging = true cactus.filterRedirectorName = FilterRedirector cactus.jspRedirectorName = JspRedirector 1.2 +1 -1 jakarta-struts/contrib/struts-el/conf/test/tomcat40/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/conf/test/tomcat40/server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server.xml 14 Oct 2002 03:10:14 -0000 1.1 +++ server.xml 7 Feb 2003 22:35:30 -0000 1.2 @@ -3,7 +3,7 @@ <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 +1 -1 jakarta-struts/contrib/struts-el/conf/test/tomcat41/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/conf/test/tomcat41/server.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server.xml 14 Oct 2002 03:10:14 -0000 1.1 +++ server.xml 7 Feb 2003 22:35:30 -0000 1.2 @@ -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"/> 1.6 +1 -1 jakarta-struts/contrib/struts-el/web/exercise-taglib/WEB-INF/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/web/exercise-taglib/WEB-INF/struts-config.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- struts-config.xml 4 Nov 2002 00:26:48 -0000 1.5 +++ struts-config.xml 7 Feb 2003 22:35:30 -0000 1.6 @@ -20,7 +20,7 @@ <forward name="redirectForward" path="/logic-redirect.jsp?redirectType=forward&param1=index"/> <forward name="redirectHref" - path="/logic-redirect.jsp?redirectType=href&param1=http://localhost:8080/strutsel-exercise-taglib/index.jsp"/> + path="/logic-redirect.jsp?redirectType=href&param1=http://localhost:9090/strutsel-exercise-taglib/index.jsp"/> <forward name="redirectPage" path="/logic-redirect.jsp?redirectType=page&param1=/index.jsp"/> </global-forwards>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]