> From: Panian, Ardo [mailto:[EMAIL PROTECTED] > Out of the box Tomcat uses ports 8080, 8005, and 8009? is > that correct?
With the default server.xml, yes. You'll probably want only one of 8009/8080 depending on how you intend to connect to Tomcat. If you're connecting from IIS, you probably only want 8009, the JK port. I wouldn't know - never tried it. > That said if I had my other two instances running on 8180,8280, and > 8105,8205 and so on this is all I would need to do? Yes. I regularly run up to three Tomcat instances (of mixed versions) on my Windows 2003 development box. As long as all the ports are different and they're using different work directories, you're fine. Generally, you want to separate more than just the work directories, as you want 'em to run different webapps - three separate installs is the simplest (though not necessarily most maintainable) approach. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]