Re: Unable to shutdown tomcat

2014-02-19 Thread André Warnier
Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Unable to shutdown tomcat Thread-5 daemon prio=5 tid=7fe82c1f7000 nid=0x10c4bb000 waiting for monitor entry [] java.lang.Thread.State: BLOCKED (on object monitor) This thread

Re: GZIP support in Tomcat 7

2014-02-19 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 2/18/14, 7:45 PM, Akash Jain wrote: I have following configuration in my server.xml : Connector port=19380 protocol=HTTP/1.1 compression=on compressableMimeType=text/

Error redirection settings

2014-02-19 Thread Randeep
Hi, I'm using tomcat apache-tomcat-6.0.37 I have a few web applications in webapps directory. portal sms crm I'm creating custom error pages. inside the webapplication portal under WEB-INF in web.xml I have given the following. error-page error-code400/error-code location/lp/404.html/location

[ANN] Apache Tomcat 7.0.52 released

2014-02-19 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.52. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

RE: Unable to shutdown tomcat

2014-02-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Unable to shutdown tomcat The C_GetSlotList() function would normally return immediately, so this one's very strange. If there are additional crypto libraries installed beyond the one that ships with the JVM, it might be

Re: Error redirection settings

2014-02-19 Thread André Warnier
Randeep wrote: Hi, I'm using tomcat apache-tomcat-6.0.37 I have a few web applications in webapps directory. portal sms crm I'm creating custom error pages. inside the webapplication portal under WEB-INF in web.xml I have given the following. error-page error-code400/error-code

Re: Error redirection settings

2014-02-19 Thread Randeep
On Wed, Feb 19, 2014 at 7:37 PM, André Warnier a...@ice-sa.com wrote: Randeep wrote: Hi, I'm using tomcat apache-tomcat-6.0.37 I have a few web applications in webapps directory. portal sms crm I'm creating custom error pages. inside the webapplication portal under WEB-INF in

Can jasper2's validateXml be added back, at least for the lifetime of Tomcat 7?

2014-02-19 Thread Mark_DeSpain
Hi everyone, My project recently tried upgrading to Tomcat 7.0.52 and has become bit by the renaming of jasper2’s “validateXml” to “validateTld”, as described on the thread below. This change has made it more difficult pick up the latest Tomcat 7’s security fixes since the change breaks build