You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jason L. West, Sr." <JL...@aol.com> on 2004/06/09 10:10:39 UTC

Tomcat and IIS 6 - multiple hosted sites

I have a Win2003 server running IIS 6 and Tomcat.  The server is hosting
multiple domains and sub domains, single ip address using headers to 
sort domains.  I want to publish out the Tomcat applications for the 
domains but I don't want to have to hit a sub directory on Tomcat server 
to do it.

Current method using IIS plugin for Tomcat - default method:

IIS URL( http://www.domain.com(:80)/tomcatApp/ ) = Tomcat URL
(http://www.domain.com(:8080)/tomcatApp/)

Instead I want to be able to to do this:

IIS URL( http://www.domain.com(:80)/ ) = Tomcat URL
(http://www.domain.com(:8080)/tomcatApp/)

What is the best method of accomplishing this?  Is it possible? I don't 
have access to a proxy server (MS ISA) nor does my client want to setup 
Apache HTTPD services on the Win2003 server.

Any insight would be appreciated.

Thanks,

Jason L. West, Sr.
Internet Application Specialist, Sr.




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org