"Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I need to run multiple instances of Tomcat on one box. The reason is that we > have multiple websites, and I want them to have independent JVMs. There is > some pretty good documentation out there on how to configure multiple > instances of Tomcat, but all of it presumes that each instance runs on a > different port (8080, 8081, etc). This obviously won't work for public > websites where they all have to run on port 80. > > Suppose that a server responds to multiple IP addresses. Is it possible to > get an instance of Tomcat to listen on only one IP? How?
This is a clear case of RTFM, but the answer is to set the address="my.ip.address.here" on the Connector element in server.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
