If your using JRUN with IIS, you should put your jsp's during the
development process in

C:\Inetpub\wwwroot\<your apps name>\WEB-INF\jsp

The compiled jsp's (servelets) from your JSP's are automatically put by JRUN
into the directory that you installed JRUN on your machine.  In my case,
its:

C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp

Celeste

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of [Qari Qasim]
Sent: Friday, May 25, 2001 9:46 AM
To: [EMAIL PROTECTED]
Subject: JRun


Does anyone know where to put JSP files in Jrun.
According to document, we should put the JSP files under:

<jruninstalldirectory>/servers/default/default-app

I have put a jsp file in this directory, however, when I try to run this
file, I get the following error:

404 Not Found
/firstjsp.jsp:

allaire.jrun.JRunServletException: The page /firstjsp.jsp could not be
found.
.........

does anyone know what I need to do

Regards,

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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