Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Konstantin Kolinko
2012/9/24 Pradeep chaudhariprade...@gmail.com: I have one domain hosted on cloud server. Let's say o.com Now i want to add a.com and b.com to same cloud server, for that , i added host entries inside server.xml as below, Host name=localhost appBase=webapps unpackWARs=true

RE: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Caldarale, Charles R
From: Pradeep [mailto:chaudhariprade...@gmail.com] Subject: Fwd: Problem with hosting mulitple websites on single tomcat 7 Host name=a.com appBase=webapps_a/Host Host name=b.com appBase=webapps_b/Host they both are pointing to o.com and not to their respective domains/webapp directories

Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread chaudharipradeep9
mulitple websites on single tomcat 7 From: Pradeep [mailto:chaudhariprade...@gmail.com] Subject: Fwd: Problem with hosting mulitple websites on single tomcat 7 Host name=a.com appBase=webapps_a/Host Host name=b.com appBase=webapps_b/Host they both are pointing to o.com

Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread chaudharipradeep9
...@gmail.com Subject: Re: Problem with hosting mulitple websites on single tomcat 7 It goes to o.com Sent from BlackBerry® on Airtel -Original Message- From: Caldarale, Charles R chuck.caldar...@unisys.com Date: Mon, 24 Sep 2012 09:59:19 To: Tomcat Users Listusers@tomcat.apache.org Reply

RE: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Caldarale, Charles R
From: chaudhariprade...@gmail.com [mailto:chaudhariprade...@gmail.com] Subject: Re: Problem with hosting mulitple websites on single tomcat 7 Don't top post. It goes to o.com So much for the admonition to be precise... What it are you talking about? What client are you using? Where

Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Mark Eggers
users@tomcat.apache.org Subject: RE: Problem with hosting mulitple websites on single tomcat 7 From: Pradeep [mailto:chaudhariprade...@gmail.com] Subject: Fwd: Problem with hosting mulitple websites on single tomcat 7 Host name=a.com appBase=webapps_a/Host Host name=b.com appBase=webapps_b

Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Pradeep
Hi Konstantin , Here are the details , 1. Tomcat Version - Server version: Apache Tomcat/7.0.21 2. It is Standalone 3. I am just using default setting , it is running on 8080 , Only thing ,i have added following entries to forward all 80 requests to 8080