Is there a particular to add jsp's and its dependent classes in J2EE RI ? In
my scenario, the servlet does some work and forwards to a jsp and sends a
vector (java beans inside) to it. First should I put the jsps, servlet,
dependent classes like the java beans inside same web component or in
different. Somehow the dependent classes are not found during runtime and I
get these errors
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB
method.; nested exception is:
java.lang.NoClassDefFoundError: helppack/ListHelper
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.;
nested exception is:
java.lang.NoClassDefFoundError: helppack/ListHelper
java.lang.NoClassDefFoundError: helppack/ListHelper
but the helppack/ListHelper is there under Web-inf\classes\helppack
Thanks in advance
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".