Hi, antonio:

Thank you for your help.

I created a directory 'servlets' on C:\Netscape\server4\docs and map it to
/myservlets. Then I try http://localhost:81/myservlets/HelloWorldExample, I
got error: The page cannot be displayed. I checked the log file it says:

Internal error: Failed to get GenericServlet.
(uri=/myservlets/HelloWorldExample,SCRIPT_NAME=/myservlets/HelloWorldExample
)


Do you know what the problem is?

Thanks,


Dennis Huang

-----Original Message-----
From: Antonio Jimenez [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 21, 2000 9:33 PM
To: [EMAIL PROTECTED]
Subject: Re: iPlanet question


you can make two directories:

/applications/<appli>/beans     (add this in the server's classpath)
/applications/<appli>/servlet   (map this in the server's Servlet Directory)

regards,
--
Antonio

Dennis Huang wrote:
>
> Hi:
>
> I am new in JSP. Today I have installed iPlanet FastTrack web server. I
> moved some JSP files I wrote before to C:\Netscape\server4\docs. And these
> JSP files works fine. Now I want to know where usually to put beans and
> servlet files in iPlanet?
>
> Thanks,
>
> Dennis Huang
>

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