Re: Context Path for a subdirectory

2012-12-02 Thread Konstantin Kolinko
2012/11/30 Terence M. Bandoian tere...@tmbsw.com: Hi, Chuck- I don't mean to be argumentative but, with Tomcat 6.0.29, I found that static files from an images subdirectory of a web application were not cached by Internet Explorer 7. As a workaround, I created a context for the images

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 kurt.weixi...@huawei.com 写道: Tomcat version:7.0.29

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

2012-12-02 Thread Weixiang
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 warning. So I was wondering whether the tomcat 6 block this warning or not? -邮件原件- 发件人:

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

2012-12-02 Thread Caldarale, Charles R
From: Weixiang [mailto:kurt.weixi...@huawei.com] Subject: Tomcat7.0-Setting property 'threadPriority' did not find a matching property I config in my server.xml for a HTTP Connector named MGMT: threadPriority=java.lang.Thread#Thread.MAX_PRIORITY The documentation may give the

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 Connector element, not just Executor. - Chuck

RE: Veritas Clustering for Tomcat

2012-12-02 Thread Sameera, Shaakunthala
Hi Pid, Please see my responses in-line below. Thanks! -- Shaakunthala -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, November 30, 2012 5:17 PM To: Tomcat Users List Subject: Re: Veritas Clustering for Tomcat On 30/11/2012 06:36, Sameera, Shaakunthala wrote: Hi,

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

2012-12-02 Thread Konstantin Kolinko
2012/12/3 Weixiang kurt.weixi...@huawei.com Tomcat version:7.0.29 Question: I config in my server.xml for a HTTP Connector named “MGMT”: threadPriority=java.lang.Thread#Thread.MAX_PRIORITY When application is starting up,the catalina.out gives some warning information: WARNING: