On Thu, Oct 09, 2008 at 05:52:25PM +0800, Wade Lau wrote:
> any reply?
>  
> am I describing cleanly?
>  
> I just wanna to know there is a <error-log> tag in resin3.1.6? or what if not 
> I
> could to to trace the error e.g. <jsp:useBean> syntax misspelling?
>  
> any reply will be appreciated. thanks in advance.

Hi,

I believe <error-log> is now deprecated. Resin 3.0 and higher use
java.util.logging, so you can just configure your log and logger to
output any messages from the JSP engine:

  <log name="" level="fine" path="stdout:"
         timestamp="[%H:%M:%S.%s] {%{thread}} "/>

  <logger name="com.caucho.jsp" level="fine"/>

Emil

============================================================

Emil Ong
Chief Evangelist
Caucho Technology, Inc.
Tel. (858) 456-0300
mailto:[EMAIL PROTECTED]
http://blog.caucho.com/

Caucho: Reliable Open Source
--> Resin: application server
--> Quercus: PHP in Java
--> Hessian Web Services


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to