Akash Kava
Posts: 6
Nickname: akashkava
Registered: Dec, 2003
|
|
Re: Tomcat 4 --> IIS ?
|
Posted: Feb 26, 2004 2:01 AM
|
|
hi,
Look at JspISAPI, you can tunnel your request through IIS for jsp pages.
It have following benefits 1) Remove 8080 etc port from url 2) Improved search engine optimization 3) Web statistics maintained by IIS 4) HTTP-KEEP-ALIVE for Jsp by JspISAPI 5) Less load on tomcat 6) *** SSL Setup, no need to setup SSL on tomcat as JspISAPI handles SSL if the website of IIS has SSL configured.
http://jspisapi.neurospeech.com
|
|