Re: Does Tomcat http support subdomains?

2009-10-21 Thread Elli Albek
> My initial response to that article is that it's vague drivel.

> "If you are an incredibly savvy and experienced web developer, no doubt 
> you already have a DreamHost account" - should be all you need to read 
> to make a reasonable critical assessment of the quality of this article.

:)

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Does Tomcat http support subdomains?

2009-10-21 Thread Pid

On 20/10/2009 20:41, Tony Anecito wrote:

Hi All,

Does anyone know if Tomcat supports subdomains for its or the APR http 
function? The Apache Web server does. I am starting to see more and more use of 
subdomains for performance improvements by allowing more browser connections 
from the same browser.

Here is an example link of what I am talking about.
http://www.askapache.com/htaccess/apache-speed-subdomains.html


My initial response to that article is that it's vague drivel.

"If you are an incredibly savvy and experienced web developer, no doubt 
you already have a DreamHost account" - should be all you need to read 
to make a reasonable critical assessment of the quality of this article.



Instead, read "http://www.websiteoptimization.com/"; for a more rational 
approach.




p





Thanks,
Tony




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Perfect thanks for the example.

-Tony

--- On Tue, 10/20/09, Jonathan Mast  wrote:

> From: Jonathan Mast 
> Subject: Re: Does Tomcat http support subdomains?
> To: "Tomcat Users List" 
> Date: Tuesday, October 20, 2009, 2:13 PM
> If you by subdomains you mean
> "foo.yoursite.com", "bar.yoursite.com" and so
> on, then of course Tomcat supports that.
> 
> In the server.xml file, add:
> 
> 
>      docBase="/your/path/here/foo_site" />
> 
> 
> 
> 
> 
> On Tue, Oct 20, 2009 at 4:03 PM, Tony Anecito 
> wrote:
> 
> > Hi Chuck,
> >
> > I am still a newbe at this concept but here is a link
> that mentions Apache
> > Web Server setup in addition to DNS you mentioned.
> They do add Virtual Hosts
> > setup to support and I am not sure for Tomcat what
> would be needed to do
> > this.
> >
> > http://content.websitegear.com/article/subdomain_setup.htm
> >
> > Regards,
> > -Tony
> >
> > --- On Tue, 10/20/09, Caldarale, Charles R 
> > wrote:
> >
> > > From: Caldarale, Charles R 
> > > Subject: RE: Does Tomcat http support
> subdomains?
> > > To: "Tomcat Users List" 
> > > Date: Tuesday, October 20, 2009, 1:46 PM
> > > > From: Tony Anecito [mailto:adanec...@yahoo.com]
> > > > Subject: Does Tomcat http support
> subdomains?
> > > >
> > > > Does anyone know if Tomcat supports
> subdomains for its
> > > or the APR http
> > > > function?
> > >
> > > I'm confused; what's there to support?  The
> primary
> > > thing you need is DNS resolution of the different
> names,
> > > insuring that the resolved IP addresses all
> target your
> > > server.  Everything else is browser, not
> server,
> > > related.
> > >
> > >  - Chuck
> > >
> > >
> > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL
> AND/OR
> > > OTHERWISE PROPRIETARY MATERIAL and is thus for
> use only by
> > > the intended recipient. If you received this in
> error,
> > > please contact the sender and delete the e-mail
> and its
> > > attachments from all computers.
> > >
> > >
> > >
> > >
> -
> > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > > For additional commands, e-mail: users-h...@tomcat.apache.org
> > >
> > >
> >
> >
> >
> >
> >
> -
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
> 




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Many Thanks!!

-Tony

--- On Tue, 10/20/09, Caldarale, Charles R  wrote:

> From: Caldarale, Charles R 
> Subject: RE: Does Tomcat http support subdomains?
> To: "Tomcat Users List" 
> Date: Tuesday, October 20, 2009, 2:11 PM
> > From: Tony Anecito [mailto:adanec...@yahoo.com]
> > Subject: RE: Does Tomcat http support subdomains?
> > 
> > I am not sure for Tomcat what would be needed to do
> this.
> 
> Usually nothing, if you have only a single 
> element.  If you are using multiple 
> elements in Tomcat (i.e., virtual hosts), you will need to
> add  elements to each for the additional
> subdomains.
> 
> http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Host%20Name%20Aliases
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY MATERIAL and is thus for use only by
> the intended recipient. If you received this in error,
> please contact the sender and delete the e-mail and its
> attachments from all computers.
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Does Tomcat http support subdomains?

2009-10-20 Thread Caldarale, Charles R
> From: Jonathan Mast [mailto:jhmast.develo...@gmail.com]
> Subject: Re: Does Tomcat http support subdomains?
> 
> In the server.xml file, add:
> 
> 
> 

Please don't recommend placing  elements in server.xml; it's an 
outdated practice that should be discouraged, not encouraged.

Besides additional  elements are counter to the desired result: reading 
the original link demonstrates that the idea is to have multiple DNS names 
targeting the host.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Does Tomcat http support subdomains?

2009-10-20 Thread Jonathan Mast
If you by subdomains you mean "foo.yoursite.com", "bar.yoursite.com" and so
on, then of course Tomcat supports that.

In the server.xml file, add:








On Tue, Oct 20, 2009 at 4:03 PM, Tony Anecito  wrote:

> Hi Chuck,
>
> I am still a newbe at this concept but here is a link that mentions Apache
> Web Server setup in addition to DNS you mentioned. They do add Virtual Hosts
> setup to support and I am not sure for Tomcat what would be needed to do
> this.
>
> http://content.websitegear.com/article/subdomain_setup.htm
>
> Regards,
> -Tony
>
> --- On Tue, 10/20/09, Caldarale, Charles R 
> wrote:
>
> > From: Caldarale, Charles R 
> > Subject: RE: Does Tomcat http support subdomains?
> > To: "Tomcat Users List" 
> > Date: Tuesday, October 20, 2009, 1:46 PM
> > > From: Tony Anecito [mailto:adanec...@yahoo.com]
> > > Subject: Does Tomcat http support subdomains?
> > >
> > > Does anyone know if Tomcat supports subdomains for its
> > or the APR http
> > > function?
> >
> > I'm confused; what's there to support?  The primary
> > thing you need is DNS resolution of the different names,
> > insuring that the resolved IP addresses all target your
> > server.  Everything else is browser, not server,
> > related.
> >
> >  - Chuck
> >
> >
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> > OTHERWISE PROPRIETARY MATERIAL and is thus for use only by
> > the intended recipient. If you received this in error,
> > please contact the sender and delete the e-mail and its
> > attachments from all computers.
> >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


RE: Does Tomcat http support subdomains?

2009-10-20 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com]
> Subject: RE: Does Tomcat http support subdomains?
> 
> I am not sure for Tomcat what would be needed to do this.

Usually nothing, if you have only a single  element.  If you are using 
multiple  elements in Tomcat (i.e., virtual hosts), you will need to add 
 elements to each for the additional subdomains.

http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Host%20Name%20Aliases

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Hi Chuck,

I am still a newbe at this concept but here is a link that mentions Apache Web 
Server setup in addition to DNS you mentioned. They do add Virtual Hosts setup 
to support and I am not sure for Tomcat what would be needed to do this.

http://content.websitegear.com/article/subdomain_setup.htm

Regards,
-Tony

--- On Tue, 10/20/09, Caldarale, Charles R  wrote:

> From: Caldarale, Charles R 
> Subject: RE: Does Tomcat http support subdomains?
> To: "Tomcat Users List" 
> Date: Tuesday, October 20, 2009, 1:46 PM
> > From: Tony Anecito [mailto:adanec...@yahoo.com]
> > Subject: Does Tomcat http support subdomains?
> > 
> > Does anyone know if Tomcat supports subdomains for its
> or the APR http
> > function?
> 
> I'm confused; what's there to support?  The primary
> thing you need is DNS resolution of the different names,
> insuring that the resolved IP addresses all target your
> server.  Everything else is browser, not server,
> related.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY MATERIAL and is thus for use only by
> the intended recipient. If you received this in error,
> please contact the sender and delete the e-mail and its
> attachments from all computers.
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Does Tomcat http support subdomains?

2009-10-20 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com]
> Subject: Does Tomcat http support subdomains?
> 
> Does anyone know if Tomcat supports subdomains for its or the APR http
> function?

I'm confused; what's there to support?  The primary thing you need is DNS 
resolution of the different names, insuring that the resolved IP addresses all 
target your server.  Everything else is browser, not server, related.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Hi All,

Does anyone know if Tomcat supports subdomains for its or the APR http 
function? The Apache Web server does. I am starting to see more and more use of 
subdomains for performance improvements by allowing more browser connections 
from the same browser.

Here is an example link of what I am talking about.
http://www.askapache.com/htaccess/apache-speed-subdomains.html

Thanks,
Tony


  

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org