Tomcat 5.5 Initial/Maximum memory pool

2008-05-24 Thread hezjing
Hi I'm running Tomcat 5.5 on Windows XP. select Start - Programs - Apache Tomcat 5.5 - Monitor with popup Apache Tomcat Properties window, at the bottom of the window there are Initial memory pool, Maximum memory pool and Thread stack size. These text fields are empty, and so, what are the

Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime I'm not sure if the above is causing the abrupt termination of Tomcat? On Wed, Apr 23, 2008 at 12:28 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: hezjing [mailto:[EMAIL PROTECTED] Subject

Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
] wrote: From: hezjing [mailto:[EMAIL PROTECTED] Subject: Re: Directories in Tomcat 5.5\temp log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository. Not likely to be the problem, but I can't be sure. 23-Apr-2008 21:06

Re: Please unsubscribe me

2008-04-22 Thread hezjing
To unsubscribe, e-mail: [EMAIL PROTECTED] On Tue, Apr 22, 2008 at 2:18 PM, john x [EMAIL PROTECTED] wrote: thanks! -- Hez - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]

Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
Hi I'm developing and testing application (Tomcat 5.5\webapps\myapp) using Tomcat 5.5 on Windows XP. After some times, I notice that there are directories created in Tomcat 5.5\temp 1-myapp, 2-myapp, 3-myapp and etc. These directories are there even after I restarted Tomcat. Can anyone

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
\*.jar On Tue, Apr 22, 2008 at 11:09 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: hezjing [mailto:[EMAIL PROTECTED] Subject: Directories in Tomcat 5.5\temp Can anyone explaines why these directories are created? Your webapps are creating them. and why these directories

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
) Tomcat 5.5\temp\0-myapp still exists On Tue, Apr 22, 2008 at 11:53 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: hezjing [mailto:[EMAIL PROTECTED] Subject: Re: Directories in Tomcat 5.5\temp When I look further into these directories, they contain the same (and only) JAR files

Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread hezjing
Hi I'm developing a web application using Tomcat 5.5.25 and Spring 2.0.7. During the development, I frequently use Ant to create WAR, undeploy and deploy the application to Tomcat. Then simply pressed F5 to refresh IE to reload the application. After some times, my Tomcat will stop responding

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
, the reloading parameter is not listed as one of the supporting parameters in the comment of web.xml (?). Do you have any other idea of what could be the problem? On 8/24/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hezjing, hezjing wrote

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
Hi! If I understood the comment in web.xml correctly, by default, the JspServlet is initialized with the following parameters development=true modificationTestInterval=4 Aren't this sufficient to reload the JSP after 4 seconds the JSP is updated? On 8/27/07, hezjing [EMAIL PROTECTED] wrote

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
Java Developer Koorong Books (http://www.koorong.com/) http://www.google.com/reader/shared/16849249410805339619 http://timundergod.blogspot.com -Original Message- From: hezjing [mailto:[EMAIL PROTECTED] Sent: Monday, 27 August 2007 1:59 PM To: Tomcat Users List Subject: Re

Re: Tomcat 5.5.x: Null component

2007-07-16 Thread hezjing
I'm using Tomcat 5.5.23 On 7/13/07, Mark Thomas [EMAIL PROTECTED] wrote: hezjing wrote: The dummy\WEB-INF\classes\log4j.properties contains the following, log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout

Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
Hi! Got this error when try to start my web application: Jul 12, 2007 2:04:11 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 5329 ms Jul 12, 2007 2:04:26 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Null component

Re: Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
} - %m%n I don't see any problem, did I miss anything here? On 7/12/07, Mark Thomas [EMAIL PROTECTED] wrote: hezjing wrote: Any idea of what could be the problem? An invalid log4j configuration? Mark - To start a new topic

Failed to install Tomcat5 service

2007-06-14 Thread hezjing
Hi! I got this error when trying to install Tomcat 5.5.23 on Windows XP: Failed to install Tomcat5 service. Check your settings and permissions Ignore and continue anyway (not recommended)? the above error occurs with these status: ..

Re: Failed to install Tomcat5 service

2007-06-14 Thread hezjing
Hi! The problem is resolved by deleting Tomcat5 service from Windows XP and redo the Tomcat installation: 1) Start | Run and type cmd in the Open: Click OK. 2) Type: sc delete Tomcat5 3) Reboot the system On 6/14/07, hezjing [EMAIL PROTECTED] wrote: Hi! I got this error when trying