RES: Configuring multiple domains and web applications

2002-11-11 Thread Tiago Ferraz Machado
23:33 Para: Tomcat Users List Assunto: Configuring multiple domains and web applications I have three different web applications I want to run on Tomcat. Each needs to run under its own domain, let's call them http://www.a.com, http://www.b.com, and http://www.c.com. I have a couple of Linux

RE: Configuring multiple domains and web applications

2002-11-11 Thread Turner, John
This guide was originally posted by Glenn Nielsen on Aug 8, 2002. It may help you. See attached. John -Original Message- From: Lee Grey [mailto:leegrey;mindspring.com] Sent: Friday, November 08, 2002 9:33 PM To: Tomcat Users List Subject: Configuring multiple domains and web

Re: Configuring multiple domains and web applications

2002-11-11 Thread Andoni
Subject: RE: Configuring multiple domains and web applications This guide was originally posted by Glenn Nielsen on Aug 8, 2002. It may help you. See attached. John -Original Message- From: Lee Grey [mailto:leegrey;mindspring.com] Sent: Friday, November 08, 2002 9:33 PM

Re: Configuring multiple domains and web applications

2002-11-11 Thread Kristján Bjarni Guðmundsson
/Context /Host Andoni [EMAIL PROTECTED] 11.11.2002 14:33 Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Configuring multiple domains and web applications My question is similar to the one below: I am configuring Tomcat

Re: Configuring multiple domains and web applications

2002-11-11 Thread Andoni
Subject: Re: Configuring multiple domains and web applications You have to add a new host and context into the server.xml for each new host for example like this: Host name=www.a.com debug=0 appBase=myfolder unpackWARs=true Context path= docBase=mywebapp

Configuring multiple domains and web applications

2002-11-08 Thread Lee Grey
I have three different web applications I want to run on Tomcat. Each needs to run under its own domain, let's call them http://www.a.com, http://www.b.com, and http://www.c.com. I have a couple of Linux boxes to configure in any way that makes sense. At the moment, I only have http://www.a.com