The Artima Developer Community
Sponsored Link

Java Answers Forum
Tomcat server with IIS

1 reply on 1 page. Most recent reply: Feb 26, 2004 1:59 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
shriram

Posts: 2
Nickname: akash
Registered: Mar, 2003

Tomcat server with IIS Posted: Mar 27, 2003 2:34 AM
Reply to this message Reply
Advertisement
hi
i am working with tomcat with IIS on windows
but i want some help for nultipel hosting with IIS+tomcat
how to create virtual host with tomcat run with IIS


Akash Kava

Posts: 6
Nickname: akashkava
Registered: Dec, 2003

Re: Tomcat server with IIS Posted: Feb 26, 2004 1:59 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: How To Continue With The Code for Daily Order Program Previous Topic   Next Topic Topic: quicktime for java issue : couldntGetRequiredComponent

Sponsored Links



Google
  Web Artima.com   

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