RE: Tomcat 8 Application dispatcherServlet Stats

2016-01-25 Thread Theo Sweeny
Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 25 January 2016 23:29 To: Tomcat Users List Subject: Re: Tomcat 8 Application dispatcherServlet Stats -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theo, On 1/25/16

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
Hmmm... It appears that the requests are coming in as the tomcatadmin user which makes sense as that's what the deploy task is configured to use. In this cased, the target box is Linux and there is no tomcatadmin setup. When the sysadmin's get in ... On Mon, Jan 25, 2016 at 7:17 AM, Mark Thomas

Synchronous Tomcat cluster

2016-01-25 Thread João Sávio
Hello guys I'm trying to setup a Tomcat cluster to be synchronous (default uses channelSendOptions=8, which is asynchronous). Some time ago, I had issues with session replication, I asked on this list, and using the configuration channelSendOptions="6" solved my issues. However, now, during load

Re: TLSv1.2 handshake failure on outgoing connections

2016-01-25 Thread Hrivnak, Dan
Thank you Chris! I’m glad to hear that Tomcat should have nothing to do with this as that helps narrow down what I should look at. The unit test (really an integration test) spins up an app server using Guice and makes a call to the same remote service (verified same URL, certificate chains,

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Karl Hauschildt
Be careful. The only real way to know what tomcat is using is to get into the manager who will display the java version it is using. Their startup script makes some determination on the fly. On Mon, Jan 25, 2016 at 1:34 PM, George Sexton wrote: > > > On 1/25/2016 3:52

Re: ids of all active sessions

2016-01-25 Thread João Sávio
I think you can also retrieve them via JMX Regards 2016-01-23 9:05 GMT-02:00 Kaouthar Ghorbel : > thanks Thomas ☺ > > 2016-01-18 10:02 GMT+01:00 Thomas Scheffler >: > > > Am 18.01.16 um 09:35 schrieb Kaouthar Ghorbel: > > > >> Hello everyone

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread George Sexton
On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime Environment (build 1.8.0_71-b15) Java HotSpot(TM)

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Terence M. Bandoian
On 1/25/2016 12:34 PM, George Sexton wrote: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime

Re: Query regarding HAProxy + Embedded Tomcat(8.0.20)

2016-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohammad, On 1/24/16 12:11 PM, Mohammad Salman wrote: > Hi Chris, i am using Embedded-tomcat via spring-boot. So most the > configuration is automatically done by it. > > i have configured only maxThread value to 1000 thread per host. You can't set

Re: TLSv1.2 handshake failure on outgoing connections

2016-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 1/25/16 9:28 AM, Hrivnak, Dan wrote: > Thank you Chris! I’m glad to hear that Tomcat should have nothing > to do with this as that helps narrow down what I should look at. > The unit test (really an integration test) spins up an app server >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 1/25/16 7:41 AM, Karl Hauschildt wrote: > Hmmm... It appears that the requests are coming in as the > tomcatadmin user which makes sense as that's what the deploy task > is configured to use. In this cased, the target box is Linux and >

Re: Tomcat 8 Application dispatcherServlet Stats

2016-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theo, On 1/25/16 4:12 AM, Theo Sweeny wrote: > Hi Chris - > > On 1/14/16 5:53 AM, Theo Sweeny wrote: >> Hello Kyohei, >> >> -Original Message- From: Kyohei Nakamura >> [mailto:nakamura.kyohei@gmail.com] Sent: 14 January 2016 >> 09:59

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Konstantin Kolinko
2016-01-25 0:49 GMT+03:00 Karl Hauschildt : > > > Background: > > JAVA Web application, Eclipse workspace with an ANT build.xml. > > Using Windows, this project builds using java 1.7, deploys to multiple > Solaris environments running Tomcat 5, 6 or 7 and runs cleanly. >

RE: Tomcat 8 Application dispatcherServlet Stats

2016-01-25 Thread Theo Sweeny
Hi Chris - On 1/14/16 5:53 AM, Theo Sweeny wrote: > Hello Kyohei, > > -Original Message- > From: Kyohei Nakamura [mailto:nakamura.kyohei@gmail.com] > Sent: 14 January 2016 09:59 > To: Tomcat Users List > Subject: Re: Tomcat 8 Application dispatcherServlet

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Christoph P.U. Kukulies
Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime Environment (build 1.8.0_71-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, mixed mode) -- Christoph

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
Hi Mark: This is what I have in the tomcat-users.xml. And I've tried pairing it down to all the various combo's per suggestions in searches. Behavior never changes. Thanks for taking the time to think about this. On Mon, Jan 25, 2016 at 2:41 AM, Mark Thomas wrote: >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Mark Thomas
On 25/01/2016 11:42, Karl Hauschildt wrote: > Hi Mark: > > This is what I have in the tomcat-users.xml. And I've tried pairing it down > to all the various combo's per suggestions in searches. Behavior never > changes. > > > > > >

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Karl Hauschildt
Specifically what would I do to enable the logging? I raised the level(s) to FINEST and DEBUG wherever I saw them at something higher. Thanks again. On Mon, Jan 25, 2016 at 6:57 AM, Mark Thomas wrote: > On 25/01/2016 11:42, Karl Hauschildt wrote: > > Hi Mark: > > > > This is

Re: Deployment of WEB App from ANT build fails with IOException.

2016-01-25 Thread Mark Thomas
On 25/01/2016 12:02, Karl Hauschildt wrote: > Specifically what would I do to enable the logging? I raised the level(s) > to FINEST and DEBUG wherever I saw them at something higher. > Thanks again. http://tomcat.apache.org/tomcat-8.0-doc/config/valve.html#Access_Log_Valve Mark > > On Mon,