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 ar

Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
L PROTECTED]> 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. > >

Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
-2008 21:06:31 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: h

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
ce. 4) Tomcat created Tomcat 5.5\temp\0-myapp\. 5) Opened IE and load http://localhost:8080/myapp, then closed IE. 6) Stopped Tomcat 5.5 service. 7) Tomcat 5.5\temp\0-myapp still exists On Tue, Apr 22, 2008 at 11:53 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: hezji

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
F\lib\*.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 webap

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 explaine

Re: Please unsubscribe me

2008-04-21 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 PROTECTE

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 an

Re: Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
Brian Munroe <[EMAIL PROTECTED]> wrote: > BTW, with the configuration I showed below, the JSP does not get > translated to a *.java file until I first access the page. > > On 8/26/07, Brian Munroe <[EMAIL PROTECTED]> wrote: > > On 8/26/07, hezjing <[EMAIL PROTECT

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
ing again? > > > Timothy Wonil Lee > > 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 PROTECTE

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

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- >

Refresh JSP in Tomcat 5.5

2007-08-23 Thread hezjing
Hi! Yes, this is about the refresh or recompile of JSP in Tomcat 5.5 again :-( I have modified the title of index.jsp in Tomcat 5.5\webapps\myapp. Then, I deleted Tomcat 5.5\work\Catalina\localhost\myapp directory. Unfortunately when I accessed myapp from IE, it is still showing the old title o

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 > lo

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 -

Tomcat 5.5.x: Null component

2007-07-11 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 Catalina:type=JspMonitor,name=jsp,WebMo

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 try

Failed to install Tomcat5 service

2007-06-13 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: .. tomcat-users.xml