Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greg, On 4/16/15 12:06 PM, Greg Huber wrote: ..To follow on, for others going grey also. The file:/ seems to be from a :/ (colon) on the class path, and the combination of running it from /etc/rc.d/init.d makes it not work. Not

Re: RFE: read keystorePass from file

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luca, On 4/16/15 4:16 PM, Luca Menegus wrote: Hi Chris, let me describe what I'm trying to do in more details. Goals: * Completely automate tomcat deployment, and make sure deployment is reproducible and testable in different environment

Re: Add member to static memebership cluster during runtime

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/16/15 9:59 AM, Christoph Prybila wrote: Tomcat: 7.0.59 OS: Win7 Professional SP1 Java: 1.7.0_67 I want to create a cluster and I need to use static membership. But the number of nodes in my cluster is not static. Is

Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Greg Huber
Chris, My startup script (many years old) uses: CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar So its quite possible if the $CLASSPATH is empty we get the :/ The odd thing is why does it work when run from the command line but not from /etc/rc.d/init.d as both use case have the colon.

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Dominic Hargreaves
On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: On 15/04/2015 05:28, Dominic Hargreaves wrote: I am running the Tomcat manager application via a Debian package (tomcat8-admin), which deploys the webapp from /usr/share/tomcat8-admin/manager. We ran into a problem hitting th

Re: Add member to static memebership cluster during runtime

2015-04-17 Thread Christoph Prybila
Am 17.04.2015 um 07:45 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/16/15 9:59 AM, Christoph Prybila wrote: Tomcat: 7.0.59 OS: Win7 Professional SP1 Java: 1.7.0_67 I want to create a cluster and I need to use static membership. But

Re: Add member to static memebership cluster during runtime

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/17/15 5:33 AM, Christoph Prybila wrote: Am 17.04.2015 um 07:45 schrieb Christopher Schultz: Chris, On 4/16/15 9:59 AM, Christoph Prybila wrote: Tomcat: 7.0.59 OS: Win7 Professional SP1 Java: 1.7.0_67 I want to

Re: GC Issue on Tomcat6

2015-04-17 Thread David kerber
On 4/17/2015 8:32 AM, Subhro Paul wrote: Hi Team, For our client website we have two Tomcat servers. Both servers are having same configuration which is 16GB RAM, 8CPUS and Linux 6.5 OS. Tomcat 6 and JAVA 6 are installed in both systems. Yesterday, using Jconsole we observed that frequency of

Re: GC Issue on Tomcat6

2015-04-17 Thread Ameer Mawia
http://ca.linkedin.com/in/ameermawia Toronto, ON Phone:647-262-4380 On Fri, Apr 17, 2015 at 8:47 AM, David kerber dcker...@verizon.net wrote: On 4/17/2015 8:32 AM, Subhro Paul wrote: Hi Team, For our client website we have two Tomcat servers. Both servers are having same configuration

GC Issue on Tomcat6

2015-04-17 Thread Subhro Paul
Hi Team, For our client website we have two Tomcat servers. Both servers are having same configuration which is 16GB RAM, 8CPUS and Linux 6.5 OS. Tomcat 6 and JAVA 6 are installed in both systems. Yesterday, using Jconsole we observed that frequency of GC on one server was very high which was

Re: Tomcat threads dependency on net.core.somaxconn value on Linux

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Satish, On 4/17/15 7:20 AM, satish jupalli wrote: I would like to support a bust in traffic we are planning to increase the umber of threads by adding executor pool with misSpareThread to 100 and accept count to 5. However, I'm trying to

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Konstantin Kolinko
2015-04-17 13:52 GMT+03:00 Mark Thomas ma...@apache.org: On 17 April 2015 09:37:40 BST, Dominic Hargreaves d...@earth.li wrote: On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: On 15/04/2015 05:28, Dominic Hargreaves wrote: I am running the Tomcat manager application via a Debian

Issue with a principal and remote_user

2015-04-17 Thread George Stanchev
I posted this on the dev list but I must have placed it on the wrong list... I am running IIS+jk_connect+Tomcat 7.0.59 but this issue was replicated on Tomcat 5.5.36. We are using a security filter from a 3rd party that is failing to engage while requests are sent over AJP via jk_connect. I was

Re: Add member to static memebership cluster during runtime

2015-04-17 Thread Christoph Prybila
Am 17.04.2015 um 14:45 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/17/15 5:33 AM, Christoph Prybila wrote: Am 17.04.2015 um 07:45 schrieb Christopher Schultz: Chris, On 4/16/15 9:59 AM, Christoph Prybila wrote: Tomcat: 7.0.59 OS:

Quinta dos Três Rios

2015-04-17 Thread David Law
Hi Dave, nice to speak to you just now. The place I mentioned in Portugal is: Quinta dos Três Rios http://www.minola.co.uk/ ...a treasure trove. :-) Hope we'll be able to bump into you soon. All the best, Dave

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Mark Thomas
On 17 April 2015 09:37:40 BST, Dominic Hargreaves d...@earth.li wrote: On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: On 15/04/2015 05:28, Dominic Hargreaves wrote: I am running the Tomcat manager application via a Debian package (tomcat8-admin), which deploys the webapp from

Tomcat threads dependency on net.core.somaxconn value on Linux

2015-04-17 Thread satish jupalli
Hi, I would like to support a bust in traffic we are planning to increase the umber of threads by adding executor pool with misSpareThread to 100 and accept count to 5. However, I'm trying to understand the correlation between the tomcat connector acceptCount and ThreadCount to the Linux

Re: GC Issue on Tomcat6

2015-04-17 Thread Subhro Paul
From: Ameer Mawia ameer.ma...@gmail.com To: Tomcat Users List users@tomcat.apache.org Date: 04/17/2015 06:29 PM Subject:Re: GC Issue on Tomcat6 http://ca.linkedin.com/in/ameermawia Toronto, ON Phone:647-262-4380 On Fri, Apr 17, 2015 at 8:47 AM, David kerber dcker...@verizon.net

Re: GC Issue on Tomcat6

2015-04-17 Thread Ameer Mawia
On Fri, Apr 17, 2015 at 10:07 AM, Subhro Paul subhro.p...@tcs.com wrote: From: Ameer Mawia ameer.ma...@gmail.com To: Tomcat Users List users@tomcat.apache.org Date: 04/17/2015 06:29 PM Subject:Re: GC Issue on Tomcat6 http://ca.linkedin.com/in/ameermawia Toronto, ON

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2015-04-17 Thread Robert Anderson
Issue fixed: https://github.com/psi-probe/psi-probe/commit/9f233d0f0ccb02062f2b094710897b2a551d0ca5 2014-09-04 11:07 GMT-03:00 Robert Anderson ranom...@gmail.com: 2014-09-04 10:57 GMT-03:00 Christopher Schultz ch...@christopherschultz.net: I don't know. You could inspect a Subversion