RE: Subdomains in tomcat 7

2013-01-17 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Subdomains in tomcat 7 > > > autoDeploy="true"> > > > Only one problem: You shouldn't be using server.xml to define > s. Instead, put your WAR file into ptt/ROOT.war

Re: Subdomains in tomcat 7

2013-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leonardo, On 1/16/13 7:22 PM, Leonardo Torres wrote: > I have one domain = www.portal.com I have one subdomain = > www.painel.portal.com > > Both domains are configured (DNS) I wish that when the user to > enter www.portal.com, the appA was loaded.

Re: Subdomains in tomcat 7

2013-01-16 Thread Leonardo Torres
Thank´s, It´s works fine to my case. On Wed, Jan 16, 2013 at 9:40 PM, Mark Eggers wrote: > On 1/16/2013 4:22 PM, Leonardo Torres wrote: > >> My apologies, I dispatched to the list, before completing the question. >> Let >> me start again, please! >> >> I have one domain = www.portal.com >> I ha

Re: Subdomains in tomcat 7

2013-01-16 Thread Mark Eggers
On 1/16/2013 4:22 PM, Leonardo Torres wrote: My apologies, I dispatched to the list, before completing the question. Let me start again, please! I have one domain = www.portal.com I have one subdomain = www.painel.portal.com Both domains are configured (DNS) I wish that when the user to enter w

Re: Subdomains in tomcat 7

2013-01-16 Thread Leonardo Torres
My apologies, I dispatched to the list, before completing the question. Let me start again, please! I have one domain = www.portal.com I have one subdomain = www.painel.portal.com Both domains are configured (DNS) I wish that when the user to enter www.portal.com, the appA was loaded. When the us

Re: Subdomains in tomcat 7

2013-01-16 Thread Mark Thomas
On 16/01/2013 19:04, Leonardo Torres wrote: > Hi guys, > > I use tomcat 7.0.34 and I´m trying to configure a domain and a subdomain, > but I don´t have sucess yet. Read this: http://www.catb.org/esr/faqs/smart-questions.html Mark -