Hi there, I'm using tomcat 4.1.12 and I found something strange : I'm trying to change the default port for Coyote/JK2 AJP 1.3 Connector, to be able to run multiple instances of Tomcat.
So I edit the server.xml and modified port="8009" to port="8109" for instance : <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8109" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="20000" useURIValidationHack="false" protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> It works well for all the other ports (Shutdown, HTTP1.1), but this one never get changed, so I get errors with other tomcats (VBM address in use ...). In server.xml, the other line for <!-- Define an AJP 1.3 Connector on port 8009 --> is commented, so it's not this... I looked into the bug report and mail-archive but didn't find anything about it. Am I doing something wrong ? As I'm not on this mailing-list (too much traffic sorry), could you please copy me if you find something. I first posted on tomcat-dev but seems it wasn't the good place... Thanks, Aurélien Pernoud Sopra Group -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>