1. How can I send output to Tomcat console or the log
files from JSP beans or servlets? I tried
System.err.println() with Tomcat 3.2 and did not see
anything on the screen or log file.

2. Can anyone explain how Tomcat uses/creates
different class loaders to load classes used by a JSP
page? I am calling EJB server from a bean used by JSP.
Tomcat can load the bean class, but cannot find an
application exception class used by the EJB remote
interface even though all the classes are put under
the same classpath (WEB-INF\classes). However, if I
move that exception class to Tomcat's classpath
(instead of that web app's WEB-INF\classes), it
worked. It does not make sense to me that some of my
application's classes must be put in Tomcat's global
classpath.

Thanks in advance.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to