How do I set up virtual hosting on Tomcat in standalone mode?
Location: http://www.jguru.com/faq/view.jsp?EID=250357 Created: Nov 9, 2000 Modified: 2000-12-07 20:16:35.321 Author: Serge Knystautas (http://www.jguru.com/guru/viewbio.jsp?EID=100012) Question originally posed by Alex Chaffee PREMIUM (http://www.jguru.com/guru/viewbio.jsp?EID=3 In Tomcat 3.2b6, it is very easy to setup virtual hosts in standalone mode. First, be sure to set the correct port for the HTTP listener (the default is 8080, and you’ll probably want to change it to 80). Second, wrap your servlet context definitions (in your server.xml) with a
Related Questions
- Is it possible with Tomcat running in a standalone mode to obtain the usual httpd logs (with the remote address, date/time of connection, pages, etc.?
- What is the difference between a Virtual Private Server and a shared hosting environment?
- How do I set up virtual hosting on Tomcat in standalone mode?