If you're using JRun 2.2, that means you're using JST, which was a precursor
to JSP. I would recommend against it. The world has moved far beyond those
days. Get a newer version of JRun or any other JSP container that supports
at least JSP 1.0.
Scott Stirling
----- Original Message -----
From: "Bradley McLain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 22, 2000 9:18 AM
Subject: Re: How can I get working Servlets and JSP in my IIS?
> you must map the *.jsp extension in iis to use the jrun.dll when it
> encounters this extension.
>
> under 'home directory' in properties go to 'configuration' and use the
'app
> mappings' tab to specify what to do with the *.jsp extension..
>
> bradley mclain
>
> >From: Humberto Martínez Silva <[EMAIL PROTECTED]>
> >Reply-To: Humberto Martínez Silva
<[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: How can I get working Servlets and JSP in my IIS?
> >Date: Sat, 18 Mar 2000 08:37:52 -0500
> >
> >Hi:
> >
> >I have Microsoft Internet Information Server in a Windows NT 4.0.
> >
> >I am interested in making servlets and pages jsp.
> >
> >I have JRun 2.2, I installed it, and every servlet that I made is working
> >fine. However, for invoke each of them, I needed write a simple file
.jrun
> >with:
> >
> ><servlet code="myservlet">
> ></servlet>
> >and to invoke from the browser this file.
> >
> >I had worked with Microsoft ASP, I had worked with Perl's CGI, I had
worked
> >with PHP, and always, I invoked that pages like:
http://myserver/directory
> >of scripts/script.php, for example.
> >
> >Now, I have to do, http://myserver/directoryof .jrun/script.jrun, and
> >then,
> >it redirect to the real servlet.
> >
> >How can I configure my system, for invoke my servlets in the way
> >http://myserver/directory of servlets/servlet, and invoke my pages jsp in
> >the way: http://myserver/directory of jsp's/page.jsp?
> >
> >Thanks.
> >
> >Greetings.
> >
> >Lic. Humberto Martínez Silva.
> >Informatic Services, Santiago de Cuba.
> >[EMAIL PROTECTED]
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets