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

2017-01-15 Thread marcus presley
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] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to initialize the SSLEngine. java.lang.Exception: error:2D06B06F:FIPS

Re[2]: FW: tomcat 8080 thread not reduced

2017-01-15 Thread Smith Hua
actually there is not much busy threads, less tahn 10,so i think this parameter may has nothing to do with this -- 从myMail的Android专用app所发送 星期一, 16 一月 2017, 03:01上午 +08:00 发件人 André Warnier (tomcat) a...@ice-sa.com : >Hi. > >I can find nothing really wrong in your configuration below. >But,

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

2017-01-15 Thread Hadas Toronchik
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 pages it goes away again for a couple of hours.

Re: FW: tomcat 8080 thread not reduced

2017-01-15 Thread tomcat
Hi. I can find nothing really wrong in your configuration below. But, what happens if in this section : > maxThreads="300" connectionTimeout="2" > redirectPort="8443" /> you change the connectionTimeout to 3000 (= 3 seconds, instead of the above 20

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

2017-01-15 Thread David Oswell
I was able to get it to work with VS2008 & Win DDK7 (7600.16385.1) , although for cmsc I had to add (was only working on x64 build); %XCOPYD% "%WINDDK%\lib\win7\amd64" lib\amd64\ as some of the headers weren't the full variants from the other directories, while win7 was. I don't recall taht error