RE: Re: FW: tomcat 8080 thread not reduced

2017-01-17 Thread smith
Thanks, Philippe But we never monitored tomcat busy thread count high (we monitored one minutes interval through nagios to get tomcat manager result, not high than 10). This is strange -Original Message- From: Philippe Busque [mailto:pbus...@mediagrif.com] Sent: Monday, January 16,

RE: FW: tomcat 8080 thread not reduced

2017-01-17 Thread smith
Thanks chris So the tomcat default executor will not reduce the thread count until it reach to the max configuration? Will it reduce when it reach to max? And why the default not reduce the thread? -Smith -Original Message- From: Christopher Schultz

Re: [OT] Ability to set cipher suites for websocket connections

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/17/17 2:53 PM, Mark Thomas wrote: > On 17/01/2017 19:32, Christopher Schultz wrote: >> Mark, >> >> On 1/17/17 8:39 AM, Mark Thomas wrote: >>> On 17/01/2017 11:23, Michael Orr wrote: Hi, There is a user property

Re: TomcatCon @ ApacheCon

2017-01-17 Thread Mark Thomas
On 09/01/2017 11:57, Mark Thomas wrote: > I look forward to hearing your topic ideas. Thanks for all the great ideas so far. I've tried to pull them all together here: https://cwiki.apache.org/confluence/display/TOMCAT/TomcatCon+NA+2017 I'm waiting to hear back from the ApacheCon folks as to

Re: Tcnative.dll apr-1.5.2-win32-src - unable to compile with openssl-1.0.2j-fips-x86_64

2017-01-17 Thread marcus presley
Chris, Yes, I must use FIPs. The customer wants FIPs enabled with Tomcat. I believe its statically linked. Here's the commands I used to build files. = openssl make command nmake -f ms\nt.mak tcnative.dll make command nmake -f NMAKEMakefile

Re: After upgrade to Tomcat 7.0.72+, JSF Error: FacesContext already released in JSF tools with

2017-01-17 Thread Mark Thomas
On 15/01/2017 19:52, Hadas Toronchik wrote: > We have a JSF based application, and we upgraded tomcat to 7.0.72 > Since then , several hours after the tomcat starts we receive JSF Exceptions > when just trying to open JSF based pages that worked fine before > If we clean all Generated Servlet

Re: Tomcat embedded context: Unable to find [java:]

2017-01-17 Thread Mark Thomas
On 16/01/2017 09:13, Tom Eugelink wrote: > Trying to launch Tomcat 8.0.39 embedded with a datasource configured, I > get this error: > > /Failed to log into the database: Name [java:/comp/env/myDsName] is not > bound in this Context. Unable to find [java:]./ > > I'm configuring the default

Re: [OT] Ability to set cipher suites for websocket connections

2017-01-17 Thread Mark Thomas
On 17/01/2017 19:32, Christopher Schultz wrote: > Mark, > > On 1/17/17 8:39 AM, Mark Thomas wrote: >> On 17/01/2017 11:23, Michael Orr wrote: >>> Hi, >>> >>> There is a user property >>> "org.apache.tomcat.websocket.SSL_PROTOCOLS" that you can use to >>> provide the list of permitted SSL

Re: [OT] Ability to set cipher suites for websocket connections

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/17/17 8:39 AM, Mark Thomas wrote: > On 17/01/2017 11:23, Michael Orr wrote: >> Hi, >> >> There is a user property >> "org.apache.tomcat.websocket.SSL_PROTOCOLS" that you can use to >> provide the list of permitted SSL protocols when

Re: TomcatCon @ ApacheCon

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/9/17 6:57 AM, Mark Thomas wrote: > All, > > There is the opportunity (if we can pull it together as a > community) to run a dedicated Tomcat conference alongside ApacheCon > NA 2017. The dates are May 16 to 18. > > The call for papers

Re: TomcatCon @ ApacheCon

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/17/17 6:29 AM, André Warnier (tomcat) wrote: > "How to get the most performance / lowest resource usage out of > your Tomcat" > > Admittedly, this is a vast and tortuous subject. But it seems to me > that considering - java's

Re: FW: tomcat 8080 thread not reduced

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/16/17 8:22 PM, smith wrote: > Yes, I think thread count should be reduced when those threads are > idle > > Is this right? Or it will not reduced? Id you want Tomcat to reduce the number of idle threads, you'll need to explicitly

Re: Tcnative.dll apr-1.5.2-win32-src - unable to compile with openssl-1.0.2j-fips-x86_64

2017-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marcus, On 1/15/17 10:27 PM, marcus presley wrote: > I'm able to compile and generate the tcnative.dll, but now I > receive the following error when starting Tomcat. > > > 15-Jan-2017 19:21:20.624 SEVERE [main] >

Re: Ability to set cipher suites for websocket connections

2017-01-17 Thread Michael Orr
On 17 January 2017 at 13:39, Mark Thomas wrote: > On 17/01/2017 11:23, Michael Orr wrote: >> Hi, >> >> There is a user property "org.apache.tomcat.websocket.SSL_PROTOCOLS" >> that you can use to provide the list of permitted SSL protocols when >> connecting to a websocket with

Re: Ability to set cipher suites for websocket connections

2017-01-17 Thread Mark Thomas
On 17/01/2017 11:23, Michael Orr wrote: > Hi, > > There is a user property "org.apache.tomcat.websocket.SSL_PROTOCOLS" > that you can use to provide the list of permitted SSL protocols when > connecting to a websocket with WsWebSocketContainer. I was expecting > that there would be a similar

Re: TomcatCon @ ApacheCon

2017-01-17 Thread tomcat
Hi. Sorry for top-posting, but it seems to be the practice so far in this thread. Although I will be unable to attend anyway, I have a suggestion for a topic : "How to get the most performance / lowest resource usage out of your Tomcat" Admittedly, this is a vast and tortuous subject. But it

Ability to set cipher suites for websocket connections

2017-01-17 Thread Michael Orr
Hi, There is a user property "org.apache.tomcat.websocket.SSL_PROTOCOLS" that you can use to provide the list of permitted SSL protocols when connecting to a websocket with WsWebSocketContainer. I was expecting that there would be a similar property to allow you to set the list of permitted SSL