The Artima Developer Community
Sponsored Link

Design Forum
is there anyway to run jsp on IIS?

9 replies on 1 page. Most recent reply: Jul 23, 2004 8:25 AM by Kraken YU

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 9 replies on 1 page
simon

Posts: 1
Nickname: takuya
Registered: Jul, 2002

is there anyway to run jsp on IIS? Posted: Jul 23, 2002 2:22 AM
Reply to this message Reply
Advertisement
i had my IIS setup on my system, howevever IIS is unable to run jsp.is there any solution to it other than using tomcat as my jsp server?

pls send email me at reidboy@singnet.com.sg if anyone got any solution to it.Thank you.


Justin

Posts: 1
Nickname: justin15
Registered: Oct, 2002

Re: is there anyway to run jsp on IIS? Posted: Oct 19, 2002 2:27 AM
Reply to this message Reply
I would like that too, because I can't get tomcat to run on my server. Email me at Justin.Heister@T-Online.de

Don Hill

Posts: 70
Nickname: ssswdon
Registered: Jul, 2002

Re: is there anyway to run jsp on IIS? Posted: Nov 1, 2002 11:44 AM
Reply to this message Reply
Here you go!

http://www.verysimple.com/scripts/support_tc_iis.html

HTH

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: is there anyway to run jsp on IIS? Posted: Nov 7, 2003 12:33 AM
Reply to this message Reply
This is a test.

Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: is there anyway to run jsp on IIS? Posted: Nov 17, 2003 11:55 PM
Reply to this message Reply
YES,

You can run/deploy the jsp, servlet, [java web applications] on IIS by using the servlet plugin i.e ServletExec plugin for IIS.


ServletExec, a Java-based web application server that implements the Java Servlet API and JavaServer Pages (JSP) standards

ServletExec is the only commercial Java-based web application server that allows you to choose either the high performance and ease-of-use of an in-process servlet/JSP engine
is a high-performance, reliable, and cost-effective web application server that implements the
JavaTM Servlet API 2.4,
JavaServer PagesTM (JSP) 2.0, and
JSP Standard Tag Library (JSTL) 1.1
standards defined by Sun Microsystems

ServletExec enables you to deploy servlets and JSPs on all popular web servers. like
IIS, Netscape Enterprise Server (NES),iPlanetTM Web Server (iWS),Sun ONE Web Server, and Apache HTTP Server


I hope this helps you..if you have any more clarifications please write me.

Regards
Viswa
bgviswan@in.ibm.com
-----------------------

Peer Basha

Posts: 1
Nickname: shaikbasha
Registered: Nov, 2003

Re: is there anyway to run jsp on IIS? Posted: Nov 23, 2003 9:45 PM
Reply to this message Reply
Hai This is Basha from Hyderabad.I want to know full description and implementation abt this.Please let me know abt this

Robert J. Saulnier

Posts: 2
Nickname: wwwizard
Registered: Oct, 2003

Re: is there anyway to run jsp on IIS? Posted: Nov 24, 2003 4:40 AM
Reply to this message Reply
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html

Joe Parks

Posts: 107
Nickname: joeparks
Registered: Aug, 2003

Re: is there anyway to run jsp on IIS? Posted: Nov 24, 2003 1:53 PM
Reply to this message Reply
The bottom line is that IIS cannot (will not) serve JSP pages on its own. It must hand off the work to another engine via a plugin.

Have you had issues getting Tomcat to work? Have you tried Jetty? They're pretty much the same (from the IIS plugin perspective). If you're having issues, then post them here; someone here probably has a solution.

Akash Kava

Posts: 6
Nickname: akashkava
Registered: Dec, 2003

JspISAPI Posted: Dec 25, 2003 11:25 PM
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

http://jspisapi.neurospeech.com

Kraken YU

Posts: 1
Nickname: kraken
Registered: Jul, 2004

Isthere anyway to run jsp on IIS? How?! Posted: Jul 23, 2004 8:25 AM
Reply to this message Reply
Hi,

I read you quick reply re. JSP run under IIS.

Do you happened to have a full description and procedures as to how one go about to implment it? Thx.

Flat View: This topic has 9 replies on 1 page
Topic: IBM 486 Previous Topic   Next Topic Topic: Database Modelling in UML

Sponsored Links



Google
  Web Artima.com   

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