Re: JSP and IIS

2000-10-26 Thread Michael Donnelly
Nope. Resin from Caucho Software has a very cool servlet runner that integrates with IIS via filter, though. Easy to set up and hasn't bombed yet in my tinkering. Mike -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: JSP and IIS

2000-10-26 Thread Nasser Dassi
or two. Yours, Nasser Dassi Software Internet Developer "Openmindedness Rewards A Lifetime" - Original Message - From: "Thompson Willard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 26, 2000 1:48 PM Subject: Re: RES : JSP and IIS I'm ru

Re: JSP on IIS

2000-09-20 Thread Jens-Uwe Eilers
Hello, look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Jens-Uwe - Original Message - From: "Dhananjay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 8:27 AM Subject: JSP on IIS Does anyone know how to

Re: JSP on IIS

2000-09-20 Thread Dhananjay
Thanks very much Everything worked very fine Dhananjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jens-Uwe Eilers Sent: Wednesday, September 20, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Re: JSP

Re: JSP on IIS

2000-09-20 Thread Distler,Rodney
Look at Jrun from Allaire Corp. -Original Message- From: Dhananjay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 1:28 AM To: [EMAIL PROTECTED] Subject:JSP on IIS

Re: JSP on IIS

2000-09-20 Thread Duffey, Kevin
I would use the Resin servlet engine or the Orion app server instead of IIS. -Original Message- From: Dhananjay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 11:28 PM To: [EMAIL PROTECTED] Subject: JSP on IIS Does anyone know how to configure IIS and PWS to accept JSP

Re: JSP on IIS

2000-09-20 Thread Scott Fryxell
what version of NT did you get it to work on (2000 or nt4)? i have tried to get Jakarta to integrate with IIS on windows 2000 and have been unsuccessful. Thanks Scott Fryxell wiseconnect look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Does

Re: JSP on IIS

2000-09-20 Thread Scott Fryxell
What version of NT did you get it to work on (2000 or nt4)? i have tried to get Jakarta to integrate with IIS on windows 2000 and have been unsuccessful. Thanks Scott Fryxell wiseconnect look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Does

Re: JSP on IIS 5

2000-08-07 Thread Shane Duan
Why don't you try out Jrun server extension. http://www.allaire.com/ It's an IIS server extension that can run JSP, with some other cool feature. Shane Duan [EMAIL PROTECTED] -Original Message- From: Niclas Lindberg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 8:34 AM

Re: JSP on IIS 5

2000-08-07 Thread Muliawan Sjarif
CTED] Sent: Monday, August 07, 2000 11:00 PM Subject: Re: JSP on IIS 5 Why don't you try out Jrun server extension. http://www.allaire.com/ It's an IIS server extension that can run JSP, with some other cool feature. Shane Duan [EMAIL PROTECTED] -Original Message- From: Nicla

Re: JSP on IIS? Possible?

2000-04-28 Thread Joe Hanink
yes, you'll need an IIS connector. One is provided with the free Allaire JRUN at www.allaire.com the connector is configurable during installation. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Chris

Re: JSP on IIS? Possible?

2000-04-28 Thread Kevin Duffey
Yes. We use JRUN here, its a DLL plugin for IIS. I have tested Resin, which is quite a bit faster and easier to work with. Also, if you don't need to use SSL right now..you can wait a few months...use Resin as your web server AND servlet/jsp engine. It works much faster than IIS/JRUN or

Re: JSP on IIS? Possible?

2000-04-28 Thread Joe Hanink
PROTECTED]]On Behalf Of Deniz Ersöz Sent: Friday, April 28, 2000 1:25 PM To: [EMAIL PROTECTED] Subject: Re: JSP on IIS? Possible? How can I use Jrun with IIS? - Original Message - From: "Kevin Duffey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 28, 2000 11:01 PM S

Re: JSP on IIS? Possible?

2000-04-28 Thread Kevin Duffey
You buy it for $600 and install it. I would go with Resin personally. Its free to use, and like I said..if you don't need SSL, use its web server too..its much faster than IIS with any servlet engine. Plus, Resin gives you servlet 2.2 and JSP 1.1 spec, where as JRUN is only Servlet 2.1 and JSP

Re: JSP on IIS? Possible?

2000-04-28 Thread Neeraj Dad
]]On Behalf Of Joe Hanink Sent: Friday, April 28, 2000 9:49 PM To: [EMAIL PROTECTED] Subject: Re: JSP on IIS? Possible? The JRUN install gives the option to create an IIS connector. This will allow you to serve JSP pages from your IIS web directories as long as your JRUN services are running

Re: JSP on IIS? Possible?

2000-04-28 Thread Neeraj Dad
Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey Sent: Friday, April 28, 2000 10:44 PM To: [EMAIL PROTECTED] Subject: Re: JSP on IIS? Possible? You buy it for $600 and install it. I would go with Resin personally. Its free to use, and like I said..if you

Re: JSP on IIS? Possible?

2000-04-28 Thread Joe Hanink
PROTECTED]]On Behalf Of Neeraj Dad Sent: Friday, April 28, 2000 4:23 PM To: [EMAIL PROTECTED] Subject: Re: JSP on IIS? Possible? Hi joe, I heard that Jrun does not have support for JSP1.1. pls correct me in this. coz i am using Resin just becoz of this. As Resin is providing support to JSP1.1 Neeraj

Re: JSP on IIS? Possible?

2000-04-28 Thread Deniz Ersöz
Thank u for sharing your ideas with me... I installed Resin just now and it works fine... - Original Message - From: "Neeraj Dad" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 29, 2000 2:25 AM Subject: Re: JSP on IIS? Possible? I too agree with this. and

Re: JSP on IIS? Possible?

2000-04-28 Thread Neeraj Dad
on IIS? Possible? Thank u for sharing your ideas with me... I installed Resin just now and it works fine... - Original Message - From: "Neeraj Dad" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 29, 2000 2:25 AM Subject: Re: JSP on IIS? Possible? I

Re: JSP on IIS? Possible?

2000-04-28 Thread Neeraj Dad
hi chris, you can use JSP pages with IIS. I am also doing same. All you need a JSP/Servlet engine such as Jrun/Resin/ServletExec and you can run JSP pages on IIS. pls let me know if you need anything else. bye the way i am using Resin1.1 download it from www.caucho.com Neeraj -Original

Re: JSP on IIS? Possible?

2000-04-28 Thread Neeraj Dad
] Subject: Re: JSP on IIS? Possible? http://java.sun.com/products/jsp/industry.html Yes, Allaire JRUN version 2.3.3 supports servlets 2.1 and JSP 1.0 however, version 3.0 BETA supports servlets 2.2 and JSP 1.1 -Original Message- From: A mailing list about Java Server Pages specification

Re: JSP on IIS? Possible?

2000-04-28 Thread Kevin Duffey
Resin by a long shot. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Neeraj Dad Sent: Friday, April 28, 2000 5:15 PM To: [EMAIL PROTECTED] Subject: Re: JSP on IIS? Possible? If you have tried Resin

Re: JSP on IIS? Possible?

2000-04-28 Thread sameer kuber
PROTECTED] Subject: Re: JSP on IIS? Possible? Hi joe, I heard that Jrun does not have support for JSP1.1. pls correct me in this. coz i am using Resin just becoz of this. As Resin is providing support to JSP1.1 Neeraj -Original Message- From: A mailing list about Java Server Pages

Re: JSP and IIS?

2000-04-14 Thread Kevin Duffey
tion sites, such as Intranets, as well as local box development for free. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ernest wright Sent: Thursday, April 13, 2000 7:17 PM To: [EMAIL PROTECTED] Subject: Re: JSP and II

Re: JSP and IIS?

2000-04-14 Thread Donald E. Vandenbeld
Kevin Duffey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 14, 2000 11:38 AM Subject: Re: JSP and IIS? I can't prove it..only can tell you from using JRUN, Tomcat, and Resin on our site here that Resin is continually returning pages quite a bit faster than the other tw

Re: JSP and IIS?

2000-04-14 Thread Vince Bonfanti
I can't prove it..only can tell you from using JRUN, Tomcat, and Resin on our site here that Resin is continually returning pages quite a bit faster than the other two. Yes, and all three are significantly slower than ServletExec when running with IIS. According to our tests, ServletExec is

Re: JSP and IIS?

2000-04-13 Thread Kevin Duffey
Hi, We use JRUN, but I would use Resin over JRUN. It supports JSP 1.1, Servlet 2.2, which JRUN doesn't, and it allows it to be a standalone server so you dont even need IIS. Then again, I would also look at Tomcat, and Orion app server (www.orionserver.com) as replacements for IIS, which tends

Re: JSP and IIS?

2000-04-13 Thread O'Connor, Daniel
zoxx, I use JRun on IIS. It is available from here - http://www.allaire.com/ The demo download is fully functional, but will only allow 5 concurrent users. Regards Dan [EMAIL PROTECTED] -- From: zoxx[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server

Re: JSP and IIS?

2000-04-13 Thread Vince Bonfanti
You should try ServletExec, which provides the best performance of any servlet/JSP engine for IIS: http://www.newatlanta.com/downloads.html Vince Bonfanti New Atlanta Communications, LLC -Original Message- From: A mailing list about Java Server Pages specification and

Re: JSP and IIS?

2000-04-13 Thread D. J. Hagberg
You may want to start with the links at the bottom of this email. In addition, there is a reasonably complete list of vendors at: http://java.sun.com/products/jsp/industry.html#tools Look for those that say they are an Add-on Engine. JRun and Resin are both reasonable alternatives, with

Re: JSP and IIS?

2000-04-13 Thread Kevin Duffey
Actually, Resin provides better performance. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Vince Bonfanti Sent: Thursday, April 13, 2000 5:38 PM To: [EMAIL PROTECTED] Subject: Re: JSP and IIS? You

Re: JSP and IIS?

2000-04-13 Thread ernest wright
Prove it. At what cost. What is its compatibility, Windows, Unix etc. ? - Original Message - From: Kevin Duffey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 13, 2000 8:21 PM Subject: Re: JSP and IIS? Actually, Resin provides better performance. -Original

Re: jsp on IIS ?

1999-09-30 Thread ACI Team (Chennai)
SURE JSP WILL RUN ON IIS PROVIDED WEBSPHERE IS EMBEDDED IN IT REGARDS SARAVANA KUMAR -- From: friendly man[SMTP:[EMAIL PROTECTED]] Reply To: friendly man Sent: Tuesday, September 28, 1999 12:38 PM To: [EMAIL PROTECTED] Subject: jsp on IIS ? Hi all,

Re: JSP for IIS and Netscape Enterprise

1999-09-29 Thread Mike Lalonde
Try the Standard version of JRUN not the PRO, Standard is FREE. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html

Re: jsp on IIS ?

1999-09-28 Thread HeeMeng
Hi, U will need a servlet engine that supports JSP. Allaire's JRun and New Atlanta's ServletExec are two of them that do work with IIS. http://www.livesoftware.com http://www.newatlanta.com Regards friendly man wrote: Hi all, Will JSP work with IIS. If so let please let me know the

Re: JSP for IIS and Netscape Enterprise

1999-09-28 Thread Karl Avedal
Hello Nilesh, Hello All, I am using NT and IIS. Later on I want to move on Sun and Netscape Enterprise Server. I downloaded JSP Engine which is free on Sun's site. But after installing it, I found that, it has its own Web Server and which makes my existing IIS usless

Re: JSP under IIS or PWS

1999-07-12 Thread Chris Bartling
Go get JRun 2.32 (http://www.livesoftware.com). Follow the InstallShield install. Read the directions on how to configure IIS to properly work with JRun and its JSP implementation. Add the jsp extension mapping to IIS/PWS using the MMC console for IIS/PWS. Apply Build 152 patch (including

Re: JSP On IIS

1999-07-10 Thread Luc Saint-Elie
Naresh In order to support JSP out of the box you need last release of Jrun : Jrun 2.3.2 (note : its clearly not a servlet related item, this fact is written on Jrun home page :-)) Hope this helps Le 19:28 07/07/99 +0530, naresh a a écrit: hi all, Does JSP work on IIS 4.0. I am running jdk 2.0