SEVERE: All threads (200) are currently busy

2015-04-11 Thread HG
Every once in a while we get the following (Tomcat 6) Mar 31, 2015 7:24:32 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status in the Catalina logs and server stops responding. The ser

[ANN] Apache Tomcat 7.0.61 released

2015-04-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.61. 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 improvement

Re: Can't get Tomcat to use ParallelWebappClassLoader

2015-04-11 Thread Philippe Marschall
On Sat, Apr 11, 2015 at 12:09 PM, Felix Schumacher wrote: > > I have tested a fairly simple web app, with only one jsp as follows: > > conf/Catalina/localhost/test.xml: > >/> > Works, I must have done something wrong. Thank you. Cheers Philippe ---

Re: Can't get Tomcat to use ParallelWebappClassLoader

2015-04-11 Thread Felix Schumacher
Am 11.04.2015 um 10:59 schrieb Philippe Marschall: Hi I tried Tomcat 8.0.15 and the latest 8 svn to use ParallelWebappClassLoader. From reading [1] I get the impression that the following inside in server.xml or inside in context.xml should be enough. In the docs (http://tomcat.apache.org/to

Re: Anonymous ldap search request after authentication blocked by acls

2015-04-11 Thread Felix Schumacher
Am 09.04.2015 um 16:36 schrieb Philippe Anctil: Hi, I have setup Tomcat to authenticate users against openldap. I want roles to be retrieved from the user record itself. ldap://127.0.0.1:389"; userPattern="uid={0},ou=users,dc=admin,dc=company,dc=com" userRoleName="ou" /> Authentication did not

Can't get Tomcat to use ParallelWebappClassLoader

2015-04-11 Thread Philippe Marschall
Hi I tried Tomcat 8.0.15 and the latest 8 svn to use ParallelWebappClassLoader. >From reading [1] I get the impression that the following inside in server.xml or inside in context.xml should be enough. However Tomcat keeps using org.apache.catalina.loader.WebappClassLoader which is not paral