Perfect thanks for the example.

-Tony

--- On Tue, 10/20/09, Jonathan Mast <[email protected]> wrote:

> From: Jonathan Mast <[email protected]>
> Subject: Re: Does Tomcat http support subdomains?
> To: "Tomcat Users List" <[email protected]>
> 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:
> 
> <Host name="foo.yoursite.com">
>     <Context path=""
> docBase="/your/path/here/foo_site" />
> </Host>
> 
> 
> 
> 
> On Tue, Oct 20, 2009 at 4:03 PM, Tony Anecito <[email protected]>
> 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 <[email protected]>
> > wrote:
> >
> > > From: Caldarale, Charles R <[email protected]>
> > > Subject: RE: Does Tomcat http support
> subdomains?
> > > To: "Tomcat Users List" <[email protected]>
> > > Date: Tuesday, October 20, 2009, 1:46 PM
> > > > From: Tony Anecito [mailto:[email protected]]
> > > > 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: [email protected]
> > > For additional commands, e-mail: [email protected]
> > >
> > >
> >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to