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 Server in server.xml or inside Context in context.xml should be enough. Loader loaderClass=org.apache.catalina.loader.ParallelWebappClassLoader/

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 Server in server.xml or inside Context in context.xml should be enough. In the docs

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. Realm className=org.apache.catalina.realm.JNDIRealm connectionURL=ldap://127.0.0.1:389;

[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

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 felix.schumac...@internetallee.de wrote: I have tested a fairly simple web app, with only one jsp as follows: conf/Catalina/localhost/test.xml: Context Loader loaderClass=org.apache.catalina.loader.ParallelWebappClassLoader /

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