Hi,
I'm having hard time figuring out where my bean class should be placed in
GNUJSP.
I installed the following softwares.
Apache 1.3.9
Apache JServ 1.0
GNUJSP 1.0
The JSP files which don't use bean classes just work fine.
but jsp files using bean classes have an error like this.
Exception while servicing request for
/my_record/order_history_search_bar.jsp:
java.lang.NoClassDefFoundError: login/Member
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at org.gjt.jsp.JspServlet$Page.load(JspServlet.java:929)
at org.gjt.jsp.JspServlet$Page.needToRecompile(JspServlet.java:702)
at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:572)
at org.gjt.jsp.JspServlet.service(JspServlet.java:284)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:335)
at org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java:475)
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
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