reloading an application

2007-05-02 Thread cifroes
Hi, I want to reload an application using the Manager but I have a doubt: does it reload immediately after I call the Manager or does it wait for processing requests to end or has some other delay? In case there is a delay, can I set it to immediately reload? Thanks in advance, -- cifroes

enable debug logging

2007-04-19 Thread cifroes
Hi all, I'm looking at Apache Tomcat source code and I'm seeing stuff like "log.debug(...)". How can i turn on the logging of these messages and where (which file) will they appear? Thanks in advance, -- cifroes --

Reload an individual class

2007-04-19 Thread cifroes
ess testing one part of my application and I change a non-used class Tomcat reloads the whole application causing 404 errors. Isn't there a way to reload individual classes? Best Regards, --cifroes - To start a new

Re: timestamp of tomcat startup?

2007-01-08 Thread cifroes
r mere mortals like me :) --cifroes - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: timestamp of tomcat startup?

2007-01-06 Thread cifroes
Leon Rosenberg wrote: On 1/6/07, cifroes <[EMAIL PROTECTED]> wrote: cifroes wrote: > Hi, > > catalina.out hast the time Tomcat took to startup but I need to know > the timestamp [date of when tomcat started] of when tomcat is ready to > receive requests. > Let me cl

Re: timestamp of tomcat startup?

2007-01-05 Thread cifroes
dy when that timestamp is printed. Many Thanks for all the help Jacob, Leon and Charles! -- cifroes - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: timestamp of tomcat startup?

2007-01-05 Thread cifroes
cifroes wrote: Hi, catalina.out hast the time Tomcat took to startup but I need to know the timestamp [date of when tomcat started] of when tomcat is ready to receive requests. Let me clarify a bit: I need this timestamp to measure downtime of a server, I don't need exactly precisi

Re: timestamp of tomcat startup?

2007-01-05 Thread cifroes
Leon Rosenberg wrote: Are you interesting in tomcat itself or in your webapp? If later is the case you can simply write a ContextListener: tomcat itself - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: timestamp of tomcat startup?

2007-01-05 Thread cifroes
Caldarale, Charles R wrote: From: Jacob Rhoden [mailto:[EMAIL PROTECTED] Subject: Re: timestamp of tomcat startup? I am no expert, but I thought there was a thing called a LifecycleListener where server.xml can be configured to call some java code upon startup of tomcat, this would do what you

timestamp of tomcat startup?

2007-01-05 Thread cifroes
Hi, catalina.out hast the time Tomcat took to startup but I need to know the timestamp [date of when tomcat started] of when tomcat is ready to receive requests. Is there a easy way to get this timestamp without modifying tomcat source code? TIA, -- cifroes

Re: Tomcat Session Replicating Failing under load

2006-12-19 Thread cifroes
By the way, I'm using Tomcat 5.5.20 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
cifroes wrote: David Rees wrote: Are you sticky sessions? If not, that will usually fix the issue you see. Sorry, I don't know what sticky sessions are... But please note I'm not using Tomcat loadbalancing, the load balancer is another software that's doing round-robin (a

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
David Rees wrote: Are you sticky sessions? If not, that will usually fix the issue you see. Sorry, I don't know what sticky sessions are... But please note I'm not using Tomcat loadbalancing, the load balancer is another software that's doing round-robin (and working fine). My issue is tha

Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
rue" solved the problem but no luck... Any ideas how to better configure the replication? Is this a know bug? After the email, there's my cluster configuration. thanks in advance, -- cifroes -- m