probably jrun did it for you when you installed the connector.  you can
check, however, to make sure all the mappings are there that you want.  i.e.
if you do ssi you may want to add the .shtml mapping.  here is where to find
it:

in internet service mgr:
right-click machine icon and select properties
click 'edit' button on wwwservice
select 'home directory' tab
click 'configuration' button
the first tab shown will be your app mappings

bradley mclain

>From: Liza J Alenchery <[EMAIL PROTECTED]>
>Reply-To: Liza J Alenchery <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: How can I get working Servlets and JSP in my IIS?
>Date: Wed, 22 Mar 2000 10:56:22 -0500
>
>I installed JRun and JSP works with IIS now.  I have not done the
>configuration mentioned below and it's working fine.
>
>Infact I checked the configuration of the default web site as well as the
>global configurations, but cud not find this jsp mapping.  Wonder where it
>is?  Is my IIS doing something that I dont know abt?
>
>liza
>
>
>----- 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
> >
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> >
>===========================================================================
> > 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
>
>
>__________________________________________________
>Do You Yahoo!?
>Talk to your friends online with Yahoo! Messenger.
>http://im.yahoo.com
>
>===========================================================================
>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

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
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

Reply via email to