Re: Windows Authentication

2016-03-03 Thread tomcat
On 04.03.2016 07:16, Chanchal Kariwala wrote: I am using Tomcat 8.0.32 and I have followed the guide given at - https://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#Tomcat_instance_(Windows_server) -

Windows Authentication

2016-03-03 Thread Chanchal Kariwala
I am using Tomcat 8.0.32 and I have followed the guide given at - https://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#Tomcat_instance_(Windows_server) - https://dzone.com/articles/do-not-publish-configuring-tomcat-single-sign-on-w Windows AD Auth is working i.e. when I

Re: Understanding how to controlling what data is written to log4j appenders

2016-03-03 Thread Joleen Barker
Hello, I don't know if I should use a new thread or not but this is a continuation of this issue. I found that even after my changes there was very little being written to my new log and there were still many of the product messages being written to the catalina.out. It has now come to my

Stuck threads reading socket

2016-03-03 Thread Woonsan Ko
Hi, I have tomcat instances (6.0.44) which are proxied by Apache 2.4.18 (+mod_proxy). SSL enabled on Apache side. One day it was not responding and observed that all the catalina-exec threads (25 maxthreads at the moment) were stuck in reading socket in the thread dumps like the following

Tomcat access log - body of a request shows in the next request

2016-03-03 Thread rails
I have a weird behavior in my tomcat (7). An external app sends a bunch of DELETE requests with a body to my TomCat WebApp. The body is being neglected in the webapp (I dont know why the app sends it, the paramters the webapp needs are in the url). When the app sends about 20 request - a few are

Re: Context PreResources configuration question

2016-03-03 Thread Mark Thomas
On 03/03/2016 17:08, Philippe Busque wrote: > Is it normal that the context is initialized BEFORE the host is started, > while expecting the host to create the structure, but failing because > the structure is not present? > > Should the expand be executed after the host created the proper >

Re: Context PreResources configuration question

2016-03-03 Thread Philippe Busque
The Wed, 02 Mar 2016 22:29:35, Mark Thomas wrote : That was pretty much a perfect question. A clear problem statement. A clear description of what you expected to happen vs. what actually happened. A clear description of what you tried. If only all posts to the users list were like this. This

Tomcat Training

2016-03-03 Thread Brookbanks, Paul
Could someone in the Toronto, Ontario, Canada area recommend a place that provides tomcat administrative training. I would consider online training but prefer an "in-class" environment. Specific need: Multiple instance installation, management, and monitoring. Thank you.

Re: Performance regression from 7 to 8

2016-03-03 Thread George Sexton
On 3/3/2016 4:06 AM, Tullio Bettinazzi wrote: I've an application in which I write a page from a Buffered Stream directly to the Servlet output stream (more or less 300kb). In 7 it works perfectly (100ms). In 8 , depending from the network connection and mainly from the http client itself

RE: Performance regression from 7 to 8

2016-03-03 Thread Tullio Bettinazzi
So many questions. The JVM is the same 1.8.0_65. The server is the same and empty (nobody is working on it except me) The network connection is the same (same cable, same client same browser) but different client exhibits a constant behaviour in 7 and a very variable behaviour in 8 (but on the

Re: Performance regression from 7 to 8

2016-03-03 Thread Olaf Kock
Tullio, just checking: * Have you isolated this to be a tomcat 7 vs 8 issue or could it also be a same-time change of the JVM? Network connection? Caching? * What's the test setup that you're using? Memory tuned? Apache in front? HTTP connector? AJP? Olaf Am 03.03.2016 um 12:06 schrieb Tullio

Performance regression from 7 to 8

2016-03-03 Thread Tullio Bettinazzi
I've an application in which I write a page from a Buffered Stream directly to the Servlet output stream (more or less 300kb). In 7 it works perfectly (100ms). In 8 , depending from the network connection and mainly from the http client itself (the browser in the PC) the same operation takes