Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid
On 03/12/2012 15:31, Christopher Schultz wrote: > Pid, > > On 12/3/12 3:35 AM, Pid * wrote: >> On 3 Dec 2012, at 05:43, Weixiang >> wrote: > >>> Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to >>> integer '10', the warning disappeared in tomcat 7. >>> >>> But I user 'java.lang.Thre

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Weixiang, On 12/3/12 12:42 AM, Weixiang wrote: > Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to > integer '10', the warning disappeared in tomcat 7. > > But I user 'java.lang.Thread#MAX_PRIORITY' in tomcat 6.0.35 and > there's no any

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 12/3/12 3:35 AM, Pid * wrote: > On 3 Dec 2012, at 05:43, Weixiang > wrote: > >> Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to >> integer '10', the warning disappeared in tomcat 7. >> >> But I user 'java.lang.Thread#MAX_PRIOR

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid *
送时间: 2012年12月3日 13:36 > 收件人: Tomcat Users List > 主题: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching > property > > Hi, have you seen the error that show it. It tell us that the property is not > matched. The thread priority for threads in the executo

RE: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-02 Thread Caldarale, Charles R
> From: xueshengzj [mailto:xueshen...@163.com] > Subject: Re:Tomcat7.0-Setting property 'threadPriority' did not find a > matching property > The thread priority for threads in the executor The threadPriority attribute is also available for the element, not j

答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-02 Thread Weixiang
warning or not? -邮件原件- 发件人: xueshengzj [mailto:xueshen...@163.com] 发送时间: 2012年12月3日 13:36 收件人: Tomcat Users List 主题: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property Hi, have you seen the error that show it. It tell us that the property is not mat

Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-02 Thread xueshengzj
Hi, have you seen the error that show it. It tell us that the property is not matched. The thread priority for threads in the executor, the default is Thread.NORM_PRIORITY. It should return integer. 在 2012-12-03 12:53:08,Weixiang 写道: Tomcat version:7.0.29 Question: I config in my s