Re: Problem with Tomcat Cluster

2016-02-02 Thread Mikel Ibiricu
Are you sure it starts in non-clustered environment? It sounda to me to be just a spring initialization error. El 02/02/2016 22:40, "Edwin Quijada" escribió: > Hi! > I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , > PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my

Installing APR based Apache Tomcat Native Library

2016-02-02 Thread Yuval Schwartz
Thanks. Answers below On Tuesday, 2 February 2016, Christopher Schultz < ch...@christopherschultz.net > wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yuval, > > On 2/2/16 9:28 AM, Yuval Schwartz wrote: > > On Tue, Feb 2, 2016 at 4:15 PM, Christopher Schultz < > > ch...@christophers

Problem with Tomcat Cluster

2016-02-02 Thread Edwin Quijada
Hi! I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this environment I get eerror. I tested with examples project and it works fine. My log iis this 01-Feb-2016 19:07:39.474 SEVERE [main] org.apache.c

Re: Installing APR based Apache Tomcat Native Library

2016-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, On 2/2/16 9:28 AM, Yuval Schwartz wrote: > On Tue, Feb 2, 2016 at 4:15 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Yuval, > > On 2/2/16 6:21 AM, Yuval Schwartz wrote: Hello again Christoph, I think th

Http 403: access to requested resource denied

2016-02-02 Thread prashant sharma
Hi, I am using apache tomcat 7.0.57 and jdk 7 on windows 7. I have deployed a simple web application inside tomcat webapps folder by placing the war file directly in webapps. This is a basic application which exposes an endpoint with put request method. When I try to access this endpoint I get 403

RE: rotate catalina.out without restart?

2016-02-02 Thread RAY, DAVID
> From: Harald Dunkel [mailto:harald.dun...@aixigo.de] > Subject: Re: rotate catalina.out without restart? > OK, then the question is why does catalina.sh write to catalina.out > at all? stdout/stderr of the script would be sufficient. >And where would you have the output go when Tomcat is run

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Yuval Schwartz
Hello Terence, Can you explain what you mean when you say "who owns the thread"? On Tue, Feb 2, 2016 at 5:18 PM, Terence M. Bandoian wrote: > On 2/2/2016 2:49 AM, Yuval Schwartz wrote: > >> >> >> On Mon, Feb 1, 2016 at 7:36 PM, Terence M. Bandoian > > wrote: >> >>

Re: Tomcat Server - Arraylist java.util.ConcurrentModificationException issue

2016-02-02 Thread Terence M. Bandoian
On 2/2/2016 3:54 AM, Subhro Paul wrote: From: "Terence M. Bandoian" To: Tomcat Users List Date: 02/01/2016 07:58 PM Subject:Tomcat Server - Arraylist java.util.ConcurrentModificationException issue On 2/1/2016 6:50 AM, Subhro Paul wrote: Hi Team, Our web application has a "

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Terence M. Bandoian
On 2/2/2016 2:49 AM, Yuval Schwartz wrote: On Mon, Feb 1, 2016 at 7:36 PM, Terence M. Bandoian > wrote: On 2/1/2016 10:12 AM, Yuval Schwartz wrote: Hello Terence, Thanks for the input. I shutdown the ScheduledExecutorService in the

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Terence M. Bandoian
On 2/1/2016 10:12 AM, Yuval Schwartz wrote: Hello Terence, Thanks for the input. I shutdown the ScheduledExecutorService in the contextDestroyed method of the app's ServletContextListener class as well. I also call shutDownNow() followed by an if statement with !awaitTermination() as the conditi

Re: Installing APR based Apache Tomcat Native Library

2016-02-02 Thread Yuval Schwartz
On Tue, Feb 2, 2016 at 4:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yuval, > > On 2/2/16 6:21 AM, Yuval Schwartz wrote: > > Hello again Christoph, > > > > I think there is a problem with the way that I installed the APR >

Re: rotate catalina.out without restart?

2016-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harald, On 2/2/16 3:06 AM, Harald Dunkel wrote: > Hi Christopher, > > On 02/01/2016 05:07 PM, Christopher Schultz wrote: >> Harald, >> >> On 2/1/16 10:42 AM, Harald Dunkel wrote: >>> would it be possible to integate apache's rotatelogs into >>> cat

Re: Installing APR based Apache Tomcat Native Library

2016-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, On 2/2/16 6:21 AM, Yuval Schwartz wrote: > Hello again Christoph, > > I think there is a problem with the way that I installed the APR > library. If you recall, I installed a compiled version from the > distros with the commands yum install ap

RE: rotate catalina.out without restart?

2016-02-02 Thread Caldarale, Charles R
> From: Harald Dunkel [mailto:harald.dun...@aixigo.de] > Subject: Re: rotate catalina.out without restart? > OK, then the question is why does catalina.sh write to catalina.out > at all? stdout/stderr of the script would be sufficient. And where would you have the output go when Tomcat is run as

Re: Installing APR based Apache Tomcat Native Library

2016-02-02 Thread Yuval Schwartz
Hello again Christoph, I think there is a problem with the way that I installed the APR library. If you recall, I installed a compiled version from the distros with the commands yum install apr-devel openssl-devel tomcat-native I get the desired "Loaded APR based library" in my logs. However, eve

Re: Tomcat Server - Arraylist java.util.ConcurrentModificationException issue

2016-02-02 Thread Subhro Paul
From: "Terence M. Bandoian" To: Tomcat Users List Date: 02/01/2016 07:58 PM Subject:Tomcat Server - Arraylist java.util.ConcurrentModificationException issue On 2/1/2016 6:50 AM, Subhro Paul wrote: > Hi Team, > > Our web application has a "header.jsp" which has 2 Arraylist on

Re: rotate catalina.out without restart?

2016-02-02 Thread Harald Dunkel
Hi Christopher, On 02/01/2016 05:07 PM, Christopher Schultz wrote: > Harald, > > On 2/1/16 10:42 AM, Harald Dunkel wrote: >> would it be possible to integate apache's rotatelogs into >> catalina.sh to support daily rotation of catalina.out without >> restart? > > Nope. > :-(. >> This would be