martinc     2004/03/22 20:28:27

  Modified:    conf/test/tomcat33 server.xml
  Log:
  Change the port number for the AJP-12 connector so that it doesn't conflict
  with the default one in the container. (This probably isn't needed at all,
  but I'll leave that for someone more familiar with Tomcat to decide.)
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- server.xml        1 Aug 2003 04:58:08 -0000       1.3
  +++ server.xml        23 Mar 2004 04:28:27 -0000      1.4
  @@ -150,7 +150,7 @@
                tomcatAuthentication="false"
                
             -->
  -        <Ajp12Connector       port="8007" />
  +        <Ajp12Connector       port="8008" />
   
         <!-- 
              Context definitions can be placed here ( not recommended ) or 
  
  
  

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

Reply via email to