Dont know if this was answered yet or u figured it out (just reading list now), but try
putting the current directory into your CLASSPATH, any external .jar files you use
*must*
be in your CLASSPATH in order for the server to recognize.
/apps/integra/www/ims (java.lang.ClassNotFoundException:
Seems to indicate that current path isnt there, try adding ;.; to the CLASSPATH.
- Jon
Gareth Jones wrote:
> Hi,
>
> I've been trying to get iPlanet 4.1 (to which I am new) to serve JSP
> pages for a couple
> of days now, without success. I have enabled servlets & JSP, and have
> also installed a
> JDK (version 1.2.2_05). I have set the JDK path in global settings to
> point to the JDK
> directory and have left the runtime libpath & runtime classpath blank,
> to force the
> use of defaults. Unfortunately, I'm still getting the following errors
> ... does anyone
> have any tips, or any idea what I'm doing wrong (or not doing) ? Any
> help would be
> very much appreciated.
>
> [23/Apr/2000:18:02:08] info ( 9592): Internal Info: loading servlet
> /ims/imsprod.jsp
> [23/Apr/2000:18:02:08] info ( 9592): JSP: JSP1x compiler threw exception
> java.io.FileNotFoundException: /ims/imsprod.jsp
> at java.lang.Throwable.fillInStackTrace(Native Method)
> at java.lang.Throwable.fillInStackTrace(Compiled Code)
> at java.lang.Throwable.(Compiled Code)
> at java.lang.Exception.(Compiled Code)
> at java.io.IOException.(Compiled Code)
> at java.io.FileNotFoundException.(Compiled Code)
> at org.apache.jasper.compiler.JspReader.pushFile(Compiled Code)
> at
> org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:125)
> at org.apache.jasper.compiler.JspReader.(JspReader.java:212)
> at
> org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:218)
> at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
> at
> com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java:214)
> at
> com.netscape.server.http.servlet.NSServletEntity.(NSServletEntity.java:104)
> at
>
>com.netscape.server.http.servlet.NSServletRunner.loadServlet(NSServletRunner.java:607)
> at
> com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:357)
>
> [23/Apr/2000:18:02:08] warning ( 9592): Unable to locate class:
> /apps/integra/www/ims (java.lang.ClassNotFoundException:
> /apps/integra/www/ims)
> [23/Apr/2000:18:02:08] warning ( 9592): Internal error: Failed to load
> servlet (servlet=/ims/imsprod.jsp)
>
> ===========================================================================
> 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