> From: Brian Braun [mailto:[email protected]] > Subject: Two Tomcat 7.0.11 installations in the same Linux instance, running > both on port 80, without conflicts?
> I'm considering a parallel Tomcat installation in the same > Linux VPS, both running at the same time. I perfectly know > that it can be done, but how do I do with the port conflict? Use different IP addresses for each Tomcat; specify the IP address chosen via the <Connector> address attribute. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
