I am replacing .asp code with .jsp but would like to keep IIS as the
front end and pass requests to Tomcat to process any .jsp.

I have IIS and Tomcat playing together nicely, save one (very important)
thing, the virtual directories need to go away.

I have a website called www.coolsite.com, when that hits the load
balancer, I need it to pass it on to an IP: 10.0.0.1 where IIS is
listening, but it only seems to work when I put in
www.coolsite.com/coolapp (where coolapp is the context on Tomcat). I
have tried changing the IIS home directory to include the coolapp
directory as well as the parent directory (tomcat\webapps) but neither
works (I always have to have the coolapp in the URL).

Any ideas on how to get rid of the "coolapp"?

Thank you, 
Rich

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to