RE: New Feature List

2006-06-28 Thread Yong Gou
Hi, Filip, When I used full fledged Tomcat 5.5.15 (i.e. standard edition) in an OSGi environment, I found the thread pool of the ReplicationListener was not be destroyed when I stopped Tomcat. So after I stopped and restarted Tomcat for a few times, the accumulated number of undestroyed threads

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-02-14 Thread Yong Gou
but can't because Host A's files were'nt correctly closed. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Yong Gou [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 9:41 PM > To:

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-25 Thread Yong Gou
META-INF directory), then creation of the server.xml will fail in the manner you describe. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Yong Gou [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 8:47 PM >

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-17 Thread Yong Gou
and store server.xml with mbean StoreConfig.storeConfig(). Regards Peter My saved server.xml looks like this: Am 16.01.2006 um 11:03 schrieb Yong Gou: > Hi Peter, > > There

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Yong Gou
config on condition that more than one vitual host with same application base directory "webapps" were defined. Hey, see you any exception inside your log? Regards peter Am 16.01.2006 um 09:29 schrieb Yong Gou: > The version of Tomcat server is 5.5.12 > > -Original

FW: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Yong Gou
The version of Tomcat server is 5.5.12 -Original Message- From: Yong Gou Sent: 2006年1月16日 16:24 To: dev@tomcat.apache.org Subject: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were de

truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Yong Gou
Hi, I am not sure if the following is an issue of Tomcat JMX server or an improper usage? Is there anyone who has experienced the same? In addition to the virtual host localhost which is predefined by Tomcat server as the default on a Tomcat server, I created another virtual host testvh on the

cannot get correct attributes and operations from the Data Source mbean created through jconsole GUI

2006-01-15 Thread Yong Gou
Hi, Can anyone who has experienced the following problem tell me how to solve it when creating DataSource mbean on the JMX server of Tomcat server 5.5.12? The problem I encountered can be described like this: I used JDK1.5's jconsole utility to connect to my Tomcat server, after it was connect