Skip to Content
0
Former Member
Sep 30, 2005 at 04:20 AM

Tracking Exceptions in SAP NetWeaver Developer Studio

221 Views

Where do printStackTrace and System.out.println get printed in WAS (SAP Web AS 6.4)?

I have written a program where the JSP makes use of EJB(entity bean) to access the Database. A Java bean is used to communicate between the EJB and JSP.

An SQLException was encountered during the process. But I am not able to view the details of the Exception since front end in use is the JSP.

Can anyone come up with an appropriate solution?

Thanks in advance,

PU