Also line 2032 and line 2039.
I've commented those lines and recompiled the class into resin.jar.
It's perfectly serving now.

Thanks. :-)

-Wesley

----- Original Message ----- 
From: "Scott Ferguson" <[EMAIL PROTECTED]>
To: "General Discussion for the Resin application server" 
<resin-interest@caucho.com>
Sent: Tuesday, March 25, 2008 5:44 AM
Subject: Re: [Resin-interest] Unnecessary println the resolver 
incom.caucho.jsp.PageContextImpl


>
> On Mar 24, 2008, at 2:36 PM, wesley wrote:
>
>> Hi Scott,
>>   I'm evaluating the s080321 snapshot. It's great that it fixed the
>> stop error in 64bit windows starting up.
>>   There's a main concern that com.caucho.jsp.PageContextImpl
>> unnecessarily printed the resolver to stdout:
>
> Oops.  Thanks.  It'll be fixed in the next snapshot (probably tomorrow)
>
> -- Scott
>
>>
>>
>> 1992:    public ELResolver getELResolver()
>> 1993:    {
>> 1994:      System.out.println("RESOLV: " + _elResolver);
>> 1995:
>> 1996:      return _elResolver;
>> 1997:    }
>>
>>   That cause every jsp execution producing bunch of
>> RESOVL: AbstractVariableResolver[]
>> RESOVL: AbstractVariableResolver[]
>> RESOVL: AbstractVariableResolver[]
>> ...
>>
>>   Thanks.
>>
>> -Wesley
>>
>>
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 



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

Reply via email to