2013/7/14 Christopher Valerio <cvale...@growthaccelerationpartners.com>: > Hi , I have an instance of tomcat that I need to clone, for developing > purpose. I change connectors port, I added a new Service with the command > Tomcat5.exe //IS// and I added --Environment option to change CATALINA_BASE > and CATALINA_HOME variables. I'm using windows server 2008 and isapi > redirector with IIS 7. Event though it still is showing an error that ports > are busy. >
Then reconfigure it to use different port numbers? (Those are configured in %CATALINA_BASE%\conf\server.xml) If you need documentation on configuration settings, install documentation webapp with your Tomcat (or just unzip it from webapps directory of a zip distributive; The documentation is plain HTML, so you do not need Tomcat running to read it. Configuration Reference starts with config/index.html. 5.5.x is no more supported, so I wouldn't link to online docs. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org