Please Help,
We are trying to migrate from JRUN to IPlanet, we are getting the following
error.

________________________________________________________________________
Error loading servlet

java.lang.NoClassDefFoundError:
javax/servlet/http/HttpSessionBindingListener
        at java.lang.ClassLoader.findBootstrapClass(Native Method)
        at java.lang.ClassLoader.findBootstrapClass(Compiled Code)
        at java.lang.ClassLoader.findBootstrapClass0(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.findSystemClass(Compiled Code)
        at
com.netscape.server.http.servlet.NSServletLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClassInternal(Compiled Code)
        at java.lang.ClassLoader.resolveClass0(Native Method)
        at java.lang.ClassLoader.resolveClass0(Compiled Code)
        at java.lang.ClassLoader.resolveClass(Compiled Code)
        at
com.netscape.server.http.servlet.NSServletLoader.loadClass(Compiled Code)
        at
com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java:3
13)
        at
com.netscape.server.http.servlet.NSServletEntity.update(NSServletEntity.java
:149)
        at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:463)
____________________________________________________________________________
_

We are running on a Solaris using JDK 1.2.2_05A.  We can get my JSP to
compile from the UNIX prompt.  However, whenever we run it through the web
server we get this problem on our login page.  We have browsed through all
the documentation on IPlanet and see nothing about converting from JRUN to
IPlanet.

Thanks in advance,
Beth

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