Re: tomcat and virtual hosts

2005-05-12 Thread Pete Stevens
On Wed, 11 May 2005, Bagus wrote: > > Here's a more general question about Tomcat. > > I'm used to using apache to set up virtual hosts, but when Tomcat installed, > http://localhost/ now goes to my tomcat installation. So how does one set up > multiple virtual hosts with Tomcat? Is it in the serv

Re: tomcat and virtual hosts

2005-05-12 Thread Lutz Zetzsche
Hi Bogus, Am Donnerstag, 12. Mai 2005 00:52 schrieb Bagus: > Here's a more general question about Tomcat. > > I'm used to using apache to set up virtual hosts, but when Tomcat > installed, http://localhost/ now goes to my tomcat installation. So > how does one set up multiple virtual hosts with To

RE: tomcat and virtual hosts

2005-05-11 Thread Fritz Schneider
match go to the defaultHost (e.g. localhost). Each host can have its own appBase as well as logs, root context, etc. Fritz -Original Message- From: Bagus [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 3:53 PM To: Tomcat Users List Subject: tomcat and virtual hosts Here's a m

tomcat and virtual hosts

2005-05-11 Thread Bagus
Here's a more general question about Tomcat. I'm used to using apache to set up virtual hosts, but when Tomcat installed, http://localhost/ now goes to my tomcat installation. So how does one set up multiple virtual hosts with Tomcat? Is it in the server.xml file or something? Or do I somehow now

Query about IIS, Tomcat and Virtual Hosts

2005-02-11 Thread Michael Foggin
Hi there, we are creating a staging / QA environment for our websites. We are using a Win2K server running IIS which has multiple websites defined (using host headers for identification against a single IP address), eg: localhost staging.website.com staging.website2.co.uk staging.website3.de e

Re: tomcat and virtual hosts

2003-10-01 Thread John Turner
Better yet, make the Context docBase = "ROOT" so it is relative to the Host's appBase. Put JSP in /export/home/webroot/site1/ROOT. Put WEB-INF in the same location. Do the same for site 2. John Johan Louwers wrote: I have set up tomcat and apache... bind them with

solution jakarta-tomcat and virtual hosts

2003-10-01 Thread Johan Louwers
I have asked the question a couple of times in this mailing list and at some places on usenet. I solved this problem at the end and will give a small example of the things I did to make this work. I will post this on the mailinglist and in some usenet groups in the hope some people can use this inf

tomcat and virtual hosts

2003-09-30 Thread Johan Louwers
I have set up tomcat and apache... bind them with a JK2 connector both on port 80. I have 2 domains running on the machine. I made the virtual hosts work in apache with editting httpd.conf The apache docs are located on the following location: /export/home/webroot/site1 (www.site1.com) /expor