> From: Ernie Ho [mailto:[EMAIL PROTECTED] 
> Subject: Another JSP error/question 
> 
> (It looks like its trying to load some class file in 
> websphere. But the JSP code Is generic java code..) 

But the classes the JSP is using apparently are not.  Either you have
something that's Websphere-specific configured in the app's web.xml, or
the called classes themselves are directly referencing Websphere
classes.  If you don't have the source for them, use javap or one of the
myriad other class analysis tools to find out what they're doing.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to