Tomcat available memory

2015-12-11 Thread Yogesh Patel
In Tomcat's JVM settings following parameters are configured : -verbose:gc -XX:+PrintGCDateStamps -XX:+PrintGC -Xloggc:logs/gc.log which prints log in file like below: 2015-12-11T15:42:06.779+0530: 5.662: [GC [PSYoungGen: 115711K->26741K(218624K)] 159969K->71550K(283136K), 0.0305672 secs]

[ANN] Apache Tomcat 7.0.67 released

2015-12-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.67. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: Tomcat available memory

2015-12-11 Thread tomcat
On 11.12.2015 11:17, Yogesh Patel wrote: In Tomcat's JVM settings following parameters are configured : -verbose:gc -XX:+PrintGCDateStamps -XX:+PrintGC -Xloggc:logs/gc.log which prints log in file like below: 2015-12-11T15:42:06.779+0530: 5.662: [GC [PSYoungGen: 115711K->26741K(218624K)]

Context destroy sequence of events

2015-12-11 Thread David kerber
Running TC 8.0.22 with JRE 1.8.0.60 on Windows 2008 R2, as a windows service. Can someone point me to a reference that will tell me exactly what the sequence of events is when a servlet that is running as a windows service, is shut down? My situation is that my application receives data in

Tomcat Native 1.2.2 & Tomcat 8

2015-12-11 Thread Thierry Guérin
Hi, I'm using Tomcat 8 and recently updated to 8.0.30. I saw that Tomcat Native 1.2.2 has been released and is compatible with Tomcat 8, but it's not packaged inside Tomcat 8.0.30 (for Windows) by default. Is there a particular reason for this? Should I stick with the bundled 1.1.33? Going

Re: Context destroy sequence of events

2015-12-11 Thread David kerber
On 12/11/2015 8:30 AM, David kerber wrote: Running TC 8.0.22 with JRE 1.8.0.60 on Windows 2008 R2, as a windows service. Can someone point me to a reference that will tell me exactly what the sequence of events is when a servlet that is running as a windows service, is shut down? My situation

Re: Tomcat Native 1.2.2 & Tomcat 8

2015-12-11 Thread Thierry Guérin
Thanks for all the information & clarification, that's exactly what I needed. Cheers, Thierry On 11/12/2015 16:42, Mark Thomas wrote: On 11/12/2015 12:55, Thierry Guérin wrote: Hi, I'm using Tomcat 8 and recently updated to 8.0.30. I saw that Tomcat Native 1.2.2 has been released and is

Re: Tomcat Native 1.2.2 & Tomcat 8

2015-12-11 Thread Mark Thomas
On 11/12/2015 12:55, Thierry Guérin wrote: > Hi, > > I'm using Tomcat 8 and recently updated to 8.0.30. I saw that Tomcat > Native 1.2.2 has been released and is compatible with Tomcat 8, but it's > not packaged inside Tomcat 8.0.30 (for Windows) by default. Is there a > particular reason for

Re: CSRF errors after upgrade of tomcat 8

2015-12-11 Thread Baron Fujimoto
On Fri, Dec 11, 2015 at 09:25:12PM +, Mark Thomas wrote: >On 11/12/2015 21:10, Baron Fujimoto wrote: >> After upgrading Tomcat from 8.0.24 to 8.0.30, one of our applications >> (Internet2's Grouper) "broke" with CSRF errors. Research turned up the >> following in the Tomcat8 Changelog: >> >>

CSRF errors after upgrade of tomcat 8

2015-12-11 Thread Baron Fujimoto
After upgrading Tomcat from 8.0.24 to 8.0.30, one of our applications (Internet2's Grouper) "broke" with CSRF errors. Research turned up the following in the Tomcat8 Changelog: "Add a new RestCsrfPreventionFilter that provides basic CSRF protection for REST APIs." However, Grouper already

Re: maxConnection and keepAliveTimeout

2015-12-11 Thread Christopher Schultz
Yogesh, On 12/11/15 1:56 AM, Yogesh Patel wrote: > *If we do not configure "maxConnections" then it will take default value as > maxThread (which is 200) and "keepAliveTimeout" will take default value of > connectionTimeout (which is 60 seconds) then what is a impact of > configuring these

Re: CSRF errors after upgrade of tomcat 8

2015-12-11 Thread Mark Thomas
On 11/12/2015 21:10, Baron Fujimoto wrote: > After upgrading Tomcat from 8.0.24 to 8.0.30, one of our applications > (Internet2's Grouper) "broke" with CSRF errors. Research turned up the > following in the Tomcat8 Changelog: > > "Add a new RestCsrfPreventionFilter that provides basic CSRF

Re: Context destroy sequence of events

2015-12-11 Thread Mark Thomas
On 11/12/2015 16:41, David kerber wrote: > On 12/11/2015 8:30 AM, David kerber wrote: >> Running TC 8.0.22 with JRE 1.8.0.60 on Windows 2008 R2, as a windows >> service. >> >> Can someone point me to a reference that will tell me exactly what the >> sequence of events is when a servlet that is

Re: How to build tc-native for solaris sparc 64 bit using 64 bit java JDK

2015-12-11 Thread Christopher Schultz
Nithesh, On 12/11/15 2:27 PM, Nithesh Kb wrote: > *HI, I'm using Solaris sparc 64 bit machine. i wanted to build tc native > using 64 bit version of java.* > > *i installed java in my Solaris box by referring* > http://docs.oracle.com/javase/7/docs/webnotes/install/solaris/solaris-jdk.html > >

Re: CSRF errors after upgrade of tomcat 8

2015-12-11 Thread Mark Thomas
On 12/12/2015 00:01, Baron Fujimoto wrote: > > On Fri, Dec 11, 2015 at 09:25:12PM +, Mark Thomas wrote: >> On 11/12/2015 21:10, Baron Fujimoto wrote: >>> After upgrading Tomcat from 8.0.24 to 8.0.30, one of our applications >>> (Internet2's Grouper) "broke" with CSRF errors. Research turned

Re: How to build tc-native for solaris sparc 64 bit using 64 bit java JDK

2015-12-11 Thread Nithesh Kb
HI Chris, Thanks for your reply. Solaris 64bit JDK requires 32 bit JDK *http://docs.oracle.com/javase/7/docs/webnotes/install/solaris/solaris-jdk.html#install-svr4 * "*Installing the JDK on

Re: CSRF errors after upgrade of tomcat 8

2015-12-11 Thread Baron Fujimoto
On Sat, Dec 12, 2015 at 12:16:01AM +, Mark Thomas wrote: >On 12/12/2015 00:01, Baron Fujimoto wrote: >> >> On Fri, Dec 11, 2015 at 09:25:12PM +, Mark Thomas wrote: >>> On 11/12/2015 21:10, Baron Fujimoto wrote: After upgrading Tomcat from 8.0.24 to 8.0.30, one of our applications

Re: maxConnection and keepAliveTimeout

2015-12-11 Thread tomcat
On 11.12.2015 07:56, Yogesh Patel wrote: Hi All, *If we do not configure "maxConnections" then it will take default value as maxThread (which is 200) and "keepAliveTimeout" will take default value of connectionTimeout (which is 60 seconds) then what is a impact of configuring these

How to build tc-natvie for solaris sparc 64 bit using 64 bit java JDK

2015-12-11 Thread Nithesh Kb
*HI, I'm using Solaris sparc 64 bit machine. i wanted to build tc native using 64 bit version of java.* *i installed java in my Solaris box by referring* http://docs.oracle.com/javase/7/docs/webnotes/install/solaris/solaris-jdk.html *when i check the* /usr/jdk/jdk1.7.0_80/bin/java -version java

Re: Tomcat available memory

2015-12-11 Thread Christopher Schultz
Yogesh, On 12/11/15 5:17 AM, Yogesh Patel wrote: > In Tomcat's JVM settings following parameters are configured : > > -verbose:gc -XX:+PrintGCDateStamps -XX:+PrintGC -Xloggc:logs/gc.log > > which prints log in file like below: > > 2015-12-11T15:42:06.779+0530: 5.662: [GC [PSYoungGen: >