> From: Josh Gooding [mailto:[email protected]] > Subject: Quick Questions on some Tomcat settings
> With that in mind, can I: > Have tomcat serve on port 80 (bound to a different IP address than the > Apache 2.2 installation) on the same machine, and when 'this-name' is > entered into the web browser, it will serve it? Yes. > Would this be in the virtual hosting section of the documentation > by chance? Probably not. All you need to do is set the address attribute of the <Connector> elements(s) in conf/server.xml. By default, each <Connector> listens on 0.0.0.0 (or IPv6 equivalent), and you don't want that in your case. - 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]
