Re: AT WITS END regarding JVM arguments

2016-09-01 Thread James H. H. Lampert
Seems to me that a paraphrase of the third paragraph quoted above ought to be added -- PROMINENTLY -- to the comment lines at the top of catalina.bat and catalina.sh, to keep midrange jocks like me from driving ourselves nuts trying to manipulate services the wrong way. On 9/1/16, 3:52 PM, André

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread tomcat
On 01.09.2016 22:30, James H. H. Lampert wrote: On 9/1/16, 12:14 PM, Olaf Kock wrote: if I'm remembering correctly, parameters for services are stored somewhere in the registry. Instead of poking there, you should use the tomcatw.exe executable which parameterizes the service. I hope that memor

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread James H. H. Lampert
On 9/1/16, 12:14 PM, Olaf Kock wrote: if I'm remembering correctly, parameters for services are stored somewhere in the registry. Instead of poking there, you should use the tomcatw.exe executable which parameterizes the service. I hope that memory serves me right - it's been a long time since I

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Mark Eggers
James, On 9/1/2016 11:36 AM, James H. H. Lampert wrote: > Ladies and Gentlemen: > > One of our Tomcat servers (refreshed from > apache-tomcat-7.0.67-windows-x86.zip) is running AS A SERVICE on a > Windows box. > > And we need to set JVM Options of > -Djavax.servlet.request.encoding=UTF-8 > -Df

[CsrfPreventionFilter] Adding base app URL as an entryPoint

2016-09-01 Thread Joe Tseng
I want to have my landing page be accessible without using a nonce but right now I'm getting a 403. I do have a separate login page that works without a nonce. The pertinent section of my web.xml is as follows: entryPoints /, /login.jsp, /JS/MIST.js I also tried "/*" without success. I

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Olaf Kock
Am 01.09.2016 um 20:36 schrieb James H. H. Lampert: > ... > I just tried adding a "setenv.bat" to the "bin" directory, containing > >> SET CATALINA_OPTS=-Djava.awt.headless=true >> -Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8 > > and after stopping and starting the service, even af

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Jim Johnson
Hi James, On Thu, Sep 1, 2016 at 2:36 PM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > Ladies and Gentlemen: > > One of our Tomcat servers (refreshed from > apache-tomcat-7.0.67-windows-x86.zip) > is running AS A SERVICE on a Windows box. > > And we need to set JVM Options of > -Dja

AT WITS END regarding JVM arguments

2016-09-01 Thread James H. H. Lampert
Ladies and Gentlemen: One of our Tomcat servers (refreshed from apache-tomcat-7.0.67-windows-x86.zip) is running AS A SERVICE on a Windows box. And we need to set JVM Options of -Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8 -Djava.awt.headless=true Unlike IBM Midrange boxes

Re: cookie-related regression in Tomcat 8.5?

2016-09-01 Thread Mike Wertheim
I found the problem, and you're right that the cookie was failing validation. The app was prepending a dot to the domain name so that the cookie would affect both the domain and all subdomains. I understand that it's no longer necessary to prepend the dot, and removing the prepended dot fixes the

AW: AW: TCNative 1.2.8 with openssl 1.1.0

2016-09-01 Thread Kreuser, Peter
Chris, > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 8/31/16 7:21 AM, Mark Thomas wrote: > > On 31/08/2016 12:18, Kreuser, Peter wrote: > >> > >> Christopher, > >> > >>> On 8/30/16 10:18 AM, Kreuser, Peter wrote: > >>> > >>> On 30/08/2016 10:23, Kreuser, Peter wrote: >

RE: [SOLVED] mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-09-01 Thread Jäkel , Guido
>From: Hildegard Meier [mailto:daku8...@gmx.de] >Sent: Thursday, September 01, 2016 10:14 AM >To: users@tomcat.apache.org >Subject: [SOLVED] mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established >connections pile up, connection_pool_timeout has >no effect? > >Dear Guido, > >many thanks for Your ans

Re: ClientAbortException / IOException occurs only when using HttpServletResponseWrapper

2016-09-01 Thread Olivier Jaquemet
On 01/09/2016 08:09, Mark Thomas wrote: On 31 August 2016 13:22:34 BST, Olivier Jaquemet wrote: Hi all, We are encountering a weird but frequent exception when users try to access AVI video playback on IE11. My analysis is that it's a bad behavior of Tomcat when using HttpServletResponseWrapp

[SOLVED] mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-09-01 Thread Hildegard Meier
Dear Guido, many thanks for Your answer. It looks, like the parameter reply_timeout=180 was the solution. I added that parameter yesterday and was not sure if that would help and since I go to vacation in short time, I asked in this list in parallel to maybe solve the problem before vacati