Hi All,
I am using JavaWebServer2.0 which is installed directly under my id. It is a
trial version.
I have my jsp's under public_html.
I am invoking a bean in the jsp.
I get the following error. I tried adding the bean class to the servlets and
classes directories but without success. When I run the snoop servlet, the
Java Classpath shows the classes directory. I restarted the JavaWebServer
after adding the bean class to the above directories.
I get the following errors.
/export/home/jasingh/JavaWebServer2.0/tmpdir/default/pagecompile/jsp/_RgeQry
Mem.java:72: Class pagecompile.jsp.RangeBean not found.
RangeBean rangeBean = null;
/export/home/pkstephe/JavaWebServer2.0/tmpdir/default/pagecompile/jsp/_RgeQr
yMem.java:75: Class pagecompile.jsp.RangeBean not found.
rangeBean= (RangeBean)
^
/export/home/pkstephe/JavaWebServer2.0/tmpdir/default/pagecompile/jsp/_RgeQr
yMem.java:80: Class pagecompile.jsp.RangeBean not found.
rangeBean = (RangeBean)
Beans.instantiate(getClassLoader(), "RangeBean");
Any help would be appreciated.
Thanks in Advance
JS
===========================================================================
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