The Artima Developer Community
Sponsored Link

Java Answers Forum
Tomcat 4 --> IIS ?

1 reply on 1 page. Most recent reply: Feb 26, 2004 2:01 AM by Akash Kava

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Michael

Posts: 8
Nickname: st0rm
Registered: Jun, 2002

Tomcat 4 --> IIS ? Posted: Aug 8, 2002 6:51 AM
Reply to this message Reply
Advertisement
How can i configure tomcat 4.0.4 as a IIS plugin ?
If im not mistaking there used to be an isapi_redirect.dll and a nice howto on this matter, all this seems to be gone now ?
Any idas ?


Akash Kava

Posts: 6
Nickname: akashkava
Registered: Dec, 2003

Re: Tomcat 4 --> IIS ? Posted: Feb 26, 2004 2:01 AM
Reply to this message Reply
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

Flat View: This topic has 1 reply on 1 page
Topic: Help with random numbers Previous Topic   Next Topic Topic: How To Continue With The Code for Daily Order Program

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use