----Original Message-----
From: Weng, Arthur [mailto:AWeng@b...]
Sent: 19 July 2000 05:13
Subject: RE: How to use Professional JSP's Source Code?
I am using some IDE tools such as Forte for Java and VisualAge to run
Wrox's
examples. I use Weblogic as the application server. (Our team's
decision.
I can not switch to Tomcat.) However, I have not been able to run Wrox's
examples. When I run the Jsp pages, the error message I always get is
following.......
Parsing of JSP File '/wrox/ch04/registered.jsp' failed:
----------------------------------------------------------------------------
----
/wrox/ch04/registered.jsp(4): Could not create a bean of type:
com.wrox.projsp.ch04.JspApp: java.lang.ClassNotFoundException:
com.wrox.projsp.ch04.JspApp
probably occurred due to an error in /wrox/ch04/registered.jsp line 4:
<jsp:useBean id="app" scope="session" class="com.wrox.projsp.ch04.JspApp"
/>
.......... Can you tell me how to put everything into right places
(directries)?
Best regards,
Arthur