On Thu, Jun 26, 2008 at 11:08 AM, dylanmac <[EMAIL PROTECTED]> wrote:
>
> I'd like to configure Tomcat so that I can run multiple dev websites as root
> relative and distinguish them via port numbers.  In order words, I'd like to
> run http://localhost:8080/index.jsp and have that be a different site (using
> a different directory) than http://localhost:9800/index.jsp

It's easier to do name-based virtual hosts.

But if extra work appeals to you :-)  create multiple Service elements,
each with appropriate Connector and Host entries.

FWIW!
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to