Hi, I am using the following configuration : Apache web server version 1.3.9 Apache JServ version 1.0b gnujsp version gnujsp-1.0cvs I have a bean which calls a jsp page (PersonLookupPage.jsp). The code in the .jsp page starts like this : <bean name="page" type="com.forum.dynmodel.ui.PersonLookupPage" introspect="no" create="no" scope="request"></bean> ..... ..... ..... In the above code the package name is "com.forum.dynmodel.ui" I am currently using this on WebSphere and it works, but on JServ/GNUJSP when I invoke the bean class, I get the error : java.lang.NoClassDefFoundError I would appreciate if anybody could provide some help regarding the reason & solution of this problem. In wrapper.classpath I have included the PersonLookupPage.class bean. (Is it needed??) TIA Gaurav -- Gaurav Kishore 401K Forum Inc. 415-365-7612 ___________________________________________________________________________ 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
