I'm having the same problem as in this message (same tutorial):
http://mail-archives.apache.org/mod_mbox/tomcat-users/200510.mbox/[EMAIL
PROTECTED]
My problem however is that even though I've stuck the class (UserData)
into a package (com.adobe.qedashboard) and the stuck the compiled
class into WEB-INF\classes\com\adobe\qedashboard\ and then changed my
jsp files to reflect that fact:
<jsp:useBean id="user" class="com.adobe.qedashboard.UserData" scope="session" />
It still doesn't seem to be working. It's giving me the following exception:
javax.servlet.ServletException: com/adobe/qedashboard/UserData (wrong
name: UserData)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.lang.NoClassDefFoundError: com/adobe/qedashboard/UserData (wrong
name: UserData)
After a bit of experimenting, I still have no idea what's wrong. Any idea?
Also, this might be related, but my web application is running out of
ROOT/qedashboard becasue I couldn't figure out how to move it outside
of ROOT. I've certainly got a lot to learn about JSP. If only I could
use Perl again...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]