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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to