tomcat reload problem

2013-04-23 Thread naouguh_tomcat
Hi All, When I reload one application in tomcat html manager console in tomcat 1.6.0_33,there is a SERVE error occur , SEVERE: The web application [/service-internal] appears to have started a thread named [MaintThread] but has failed to stop it. This is very likely to create a memory leak. Is

RE: tomcat reload problem

2013-04-23 Thread Caldarale, Charles R
From: naouguh_tomcat [mailto:908245...@qq.com] Subject: tomcat reload problem When I reload one application in tomcat html manager console in tomcat 1.6.0_33 No such Tomcat version exists; it appears you're referring to the JVM level. SEVERE: The web application [/service-internal

Tomcat Reload Problem with .zul file

2009-01-09 Thread Mohsen Saboorian
Hi, I'm developing an application with ZK. The standard file names for ZK page is .zul, which is an XML files being parsed and interpreted by a filter. Whenever I change something in a zul file, Tomcat fully reloads the module. Is this possible to specify some file extensions for tomcat, to

RE: Tomcat Reload Problem with .zul file

2009-01-09 Thread Caldarale, Charles R
From: Mohsen Saboorian [mailto:mohs...@gmail.com] Subject: Tomcat Reload Problem with .zul file Whenever I change something in a zul file, Tomcat fully reloads the module. Don't suppose you'd want to tell us a few basics: what version of Tomcat, what JRE/JDK, what platform, and are you

Re: Tomcat Reload Problem with .zul file

2009-01-09 Thread Mohsen Saboorian
On Fri, Jan 9, 2009 at 6:39 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Mohsen Saboorian [mailto:mohs...@gmail.com] Subject: Tomcat Reload Problem with .zul file Whenever I change something in a zul file, Tomcat fully reloads the module. Don't suppose you'd want to tell

RE: Tomcat Reload Problem with .zul file

2009-01-09 Thread Caldarale, Charles R
From: Mohsen Saboorian [mailto:mohs...@gmail.com] Subject: Re: Tomcat Reload Problem with .zul file I'm on Tomcat 6.0.13 + JDK 1.6.0 + WinXP. Eclipse's WTP is used for managing tomcat server. Here is my Context element in server.xml: Context docBase=myapp path=/myapp reloadable=true