Re: Stop Tomcat8 Service Gracefully on Windows

2014-06-30 Thread Mark Thomas
On 30/06/2014 22:40, Igal @ getRailo.org wrote: > Does anyone know why Tomcat takes a full minute to stop? Tomcat doesn't. It takes a few seconds to stop. Your application might well take a full minute to stop. Try taking some thread dumps. Mark > > Is there a paid support for Tomcat? > > >

Re: Stop Tomcat8 Service Gracefully on Windows

2014-06-30 Thread Igal @ getRailo.org
Does anyone know why Tomcat takes a full minute to stop? Is there a paid support for Tomcat? On 6/27/2014 8:29 PM, Igal @ getRailo.org wrote: And again there is a full minute between "Service stop thread completed." and "Run service finished.", which doesn't look like a coincidence. [2014-

Help with Tomcat 7 clustering using BIO receiver

2014-06-30 Thread João Sávio
Hello people This is my first message on this group! I'm trying to set up a Tomcat clustering using BIO receiver but I've been receiving the following error when I started two nodes and tried to enter on my application: Jun 30, 2014 9:25:12 PM org.apache.catalina.tribes.transport.bio.BioReplicati

Re: Where can I store data files in a tomcat war

2014-06-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 6/30/2014 12:10 PM, Christopher Schultz wrote: > Mark, > > On 6/27/14, 4:40 PM, Mark Eggers wrote: >> Paul, > >> On 6/27/2014 1:25 PM, Paul Taylor wrote: >>> On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAG

Re: tomcat heap gc marksweep outage

2014-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charles, On 6/30/14, 9:14 AM, Charles Richard wrote: > I'm trying to help out my old company who has no IT staff to look > at this. This might be a bad coding issue but I'm hoping to be able > to understand this issue. > > They are using Tomcat 6.0

Re: Where can I store data files in a tomcat war

2014-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/27/14, 4:40 PM, Mark Eggers wrote: > Paul, > > On 6/27/2014 1:25 PM, Paul Taylor wrote: >> On 27/06/2014 19:59, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Paul, >>> >>> On 6/27/14, 8:34 AM, P

Annotation scanning problem with Tomcat 8 and Java 8

2014-06-30 Thread Brian Morris
I'm running into a startup problem using Tomcat 8 and Java 8 during annotation scanning. I get many error messages similar to these two: Jun 30, 2014 12:44:26 PM org.apache.catalina.startup.ContextConfig processAnnotationsWebResource SEVERE: Unable to process web resource [/WEB-INF/classes/com/fo

Re: Deploying a relative docBase outside of appBase

2014-06-30 Thread Peter Rifel
Using the catalina.home variable did the trick, thank you! Peter On 6/26/14, 7:19 PM, "Caldarale, Charles R" wrote: >> From: Peter Rifel [mailto:pri...@mixpo.com] >> Subject: Deploying a relative docBase outside of appBase > >> In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which >>contai

jkmanager: how to interpret "Current number of backend connections"

2014-06-30 Thread Martin Knoblauch
Hi, our environment is (I know, some are old ...): Apache 2.2.21 mod_jk-1.2.40 Tomcat 7.0.42 My question is how to interpret the numbers from "jkmanager", expecially the Busy/Max/Con numbers. "Busy" and "Max" make sense to me. "Busy" is always less than "Max" and "Max" gets bumped up from tim

tomcat heap gc marksweep outage

2014-06-30 Thread Charles Richard
Hi, I'm trying to help out my old company who has no IT staff to look at this. This might be a bad coding issue but I'm hoping to be able to understand this issue. They are using Tomcat 6.0.35 and Java 1.6.0_26 . The application is a Java, hibernate, c3p0 application, not really sure if it is Spr

RE: Using SSL with Tomcat

2014-06-30 Thread Jerome A. Wendell
-Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Monday, June 30, 2014 8:37 AM To: Tomcat Users List Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 4:52 PM, Jerome A. Wendell wrote: > From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] > Sen

Re: Using SSL with Tomcat

2014-06-30 Thread Daniel Mikusa
On Fri, Jun 27, 2014 at 4:52 PM, Jerome A. Wendell wrote: > From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] > Sent: Friday, June 27, 2014 4:48 PM > To: 'Tomcat Users List' > Subject: RE: Using SSL with Tomcat > > > > From: Daniel Mikusa [mailto:dmik...@gopivotal.com] > Sent: Friday, Jun

Re: Embedded Tomcat question

2014-06-30 Thread Mark Thomas
On 30/06/2014 01:27, John D. Ament wrote: > I spoke a little too quickly, ServletContext is avilable from ctx > (just didn't search hard enough). Adding the request listener here > though results in: > > java.lang.NullPointerException > > at > org.apache.catalina.core.ApplicationContext