Hi all,
I'm new to Tomcat (version 5.5) and having a Windows Server 2003.
Currently the Tomcat runs on port 8080. How can I host multiply domains
with Tomcat?
I've only done it before with Apache 2.
For example, I have www.homedomain.com and I'd like to have the following:
* webapps\ROOT
Caldarale, Charles R wrote:
From: Marcell Kiss-Toth [mailto:[EMAIL PROTECTED]
Subject: More domains
Currently the Tomcat runs on port 8080. How can I host
multiply domains with Tomcat?
Use one element for each domain. They will all share the same
elements, since they're all pa
From: Marcell Kiss-Toth [mailto:[EMAIL PROTECTED]
Subject: Re: More domains
The ROOT folder is the same as in the top ROOT folder.
I don't really understand the above statement. What do you mean by "top
ROOT folder"? The appBase settings for the two elements shoul
> > From: Marcell Kiss-Toth [mailto:[EMAIL PROTECTED]
> > Subject: Re: More domains
> >
> > I mean that I copied the entire webapps\ROOT folder to
> > webapps\mydomain.com\ROOT.
>
> Why did you pick that location when the appBase for the
> www.mydomain.c