RE: Set Tomcat to show deprecation warnings

2003-10-15 Thread Shapira, Yoav
if there are any warnings. Yoav Shapira Millennium ChemInformatics -Original Message- From: Boemio, Neil (GEI, FGI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:55 AM To: [EMAIL PROTECTED] Subject: Set Tomcat to show deprecation warnings When I hit a JSP page

RE: Set Tomcat to show deprecation warnings

2003-10-15 Thread Boemio, Neil (GEI, FGI)
Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:04 AM To: Tomcat Users List Subject: RE: Set Tomcat to show deprecation warnings Howdy, I assume that by shown you mean shown in the browser, as opposed to tomcat's log? I don't think so. That's

RE: Set Tomcat to show deprecation warnings

2003-10-15 Thread Shapira, Yoav
Howdy, I assume I need some tomcat jar in my classpath which is not currently there? Which one has org.apache.jasper.runtime.* ? Come on now -- is this question really so tough that you need to ask the list? ;) It's $CATALINA_HOME/common/lib/jasper-runtime.jar. Yoav Shapira This e-mail,

Set Tomcat to show deprecation warnings

2003-10-14 Thread Boemio, Neil (GEI, FGI)
When I hit a JSP page and there are errors, Tomcat shows a page with all the errors. If there are no errors, but there are deprecated methods being used, Tomcat does not show this. Is there a way I can set it up so that deprecation warnings are shown when I hit a JSP page? Thanks, Neil