I am not sure what is going wrong here. I have a page that send mail using
our server, it uses a bean:
<jsp:useBean id="the_mail" class="com.checkpoint.mail.theMail"
scope="application"></jsp:useBean>
I am getting the following error when trying to call the page:
org.apache.jasper.JasperException: Unable to compile class for
JSP/usr/netscape/server4/https-kb.ts.checkpoint.com/config/../ClassCache/_js
ps/_rate_solution_post_jsp.java:69: Class com.checkpoint.mail.theMail not
found.
com.checkpoint.mail.theMail the_mail = null;
I look to verify that it is in the right folder and is working on a
different server with out any problems(the same page and bean)
Does anyone have any clue to why this is erroring out?
Thank you in advance
Lance
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html