Re: Location of properties file for web app in Tomcat

2009-01-31 Thread Kirk True
Hi all, Caldarale, Charles R wrote: From: Flavius [mailto:flav...@silverlion.com] Subject: Location of properties file for web app in Tomcat 1. Where is the best place to put the properties file if I want it located outside the war itself? I don't think there's a "best place" that would

Re: failed ActiveMQ hangs tomcat

2009-01-31 Thread Kirk True
Hi Adam, AD wrote: actually i think i did notice failover() with only 1 address in non-prod. I think the reason that was there was some config templating issue. Are you saying if you remove the failover and just go straight in this might resolve it? Will give it a shot Failover is great

Re: failed ActiveMQ hangs tomcat

2009-01-31 Thread Kirk True
Hi Adam, AD wrote: hello, i am running into a situation where if our JMS server is down (activemq) the tomcat application does not respond at all. Not sure why tomcat is relying so heavily on this connection , any ideas as to why this would be ? Does your ActiveMQ connection URL include

Re: Programmatically Force JSP Reload

2009-01-28 Thread Kirk True
Hi Eric, If you call touch on the JSP does it update? This used to work on versions of JRun back in the 90's. Just a shot in the dark... Kirk Eric Grunzke wrote: Hello, I am developing an app framework that has a very costly startup cycle. Consequently, I try to avoid restarting apps beca

Re: unwar and unjar an application

2009-01-28 Thread Kirk True
Hi Mihamina, Mihamina Rakotomandimby (R12y) wrote: Hi, A developer gave me just a .war file to deploy on a tomcat. I read [w|j]ar files are just zipped. The .war contains some .jar... I would like to "explode" all the .war (and the contained jars) and have the full code source. I could do it m

Re: Apache Tomcat 6.0.18 Not Starting

2008-12-09 Thread Kirk True
Hi Michael, Michael CC wrote: I just installed this version on Vista. When I run startup.bat, Tomcat is not finishing loading. It just hangs there. Here is a copy of my log. Any suggestions? Dec 9, 2008 4:46:07 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tom

Re: Tomcat thread pool question

2008-12-09 Thread Kirk True
Hi Peter, ped wrote: The problem occurs if I set max threads to N and execute the above loop N+1 or more times (where N is a small number like 3 or 4). I see Tomcat threads sitting in c3p0 code waiting for a connection. There is no thread handling the incoming commit calls (step 3 above). The in