Re: Excessive threads crashing tomcat

2014-10-21 Thread Smith, Mitchell
Tomcat7 Java1.7_025 On 21 October 2014 20:06, Smith, Mitchell wrote: > Hi > > I have an issue where my applicaion servers have recently started failing > with OOM - cannot create native thread errors. However the dump files all > show he majority of threads (over 90%) like the following: > > "p

Excessive threads crashing tomcat

2014-10-21 Thread Smith, Mitchell
Hi I have an issue where my applicaion servers have recently started failing with OOM - cannot create native thread errors. However the dump files all show he majority of threads (over 90%) like the following: "pool-21088-thread-1" - Thread t@36407 > >java.lang.Thread.State: WAITING > at sun.

Re: Tomcat 7.0: Unused primitive long or double variables prevent Tomcat from compiling JSP

2014-10-21 Thread Konstantin Kolinko
2014-10-21 19:26 GMT+04:00 Nasry Al-Haddad : > Hello, > > Have an issue on Tomcat 7.0.55 on Windows XP, where Tomcat refuses to > compile a JSP if a primitive variable of type "long" or "double" references > a session attribute, but the variable is never used. Below are three > scenarios for type "

Tomcat 7.0: Unused primitive long or double variables prevent Tomcat from compiling JSP

2014-10-21 Thread Nasry Al-Haddad
Hello, Have an issue on Tomcat 7.0.55 on Windows XP, where Tomcat refuses to compile a JSP if a primitive variable of type "long" or "double" references a session attribute, but the variable is never used. Below are three scenarios for type "long". The issue can be regenerated on a fresh extract o

Re: struts integrate with hibernate and spring

2014-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 凤凰, On 10/20/14 1:49 AM, 凤凰 wrote: > I want to integrate struts2 with hibernate4 and spring4,but i > don't know if i need to use spring to manager struts action, is > spring manager struts action better than struts manage action > itself? Which met