You don't need to tell JRun or IIS that your own directory is the root for
JSP pages. You do have to set up a website alias in IIS that points to your
directory containing JSP pages-- using the IIS manager, right-click your
website and choose New -- Virtual directory. Point it at your directory.

If you're using JSP 1.0, you need to precompile your JSP pages and put them
under the JRun directory, then put the path to them in your jsm.properties
file.

That should do it.

Lani Hardage-Vergeer
----- Original Message -----
From: "Mohan Radhakrishnan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 17, 2000 9:46 AM
Subject: JSP root with JRun


> Hi,
>         I am able to call my jsp pages from the IIS root with JRUN. I am
> using the directory IISSAMPLES/DEFAULT/JSP which contains my JSP pages.
>         I have my own directory structure for my project and a specific
> place for my jsp pages.
> How do I configure IIS or JRun to recognize my own directory as the root
for
> the JSP pages ? I think I can configure my JRun compiler path to compile
to
> the proper directory with the "-d directory" compiler option. How does IIS
> recognize this directory when serving the JSP page?
>
> bye,
> Mohan
>
>
===========================================================================
> 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

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