Re: Double call to requestInitialized when forwarding for FORM auth

2015-07-15 Thread l.pe...@senat.fr
On 13/07/2015 15:13, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/10/15 2:33 AM, l.pe...@senat.fr wrote: I have a problem with DeltaSpike Servlet module ( https://deltaspike.apache.org/documentation/servlet.html ) that seems to be caused by an

CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
Hi, I am running RHEL6's distribution of Tomcat (tomcat6-6.0.24-80.el6.x86_64). I'm trying to provision multiple Tomcat instances on the same server. The 'RUNNING' [1] doc states that JAR libraries should be loaded from both $CATALINA_HOME/lib and $CATALINA_BASE/lib (with BASE being

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
Hi, Thanks for the tip! It turns out that the 'stock' catalina.properties (in /etc/tomcat6/catalina.properties) was not getting invoked for the CATALINA_BASE instance. I copied /etc/tomcat6/catalina.properties to $CATALINA_BASE/conf/catalina.properties, and now common.loader is including

Re: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Konstantin Kolinko
2015-07-15 20:44 GMT+03:00 Baird, Josh jba...@follett.com: Hi, I am running RHEL6's distribution of Tomcat (tomcat6-6.0.24-80.el6.x86_64). I'm trying to provision multiple Tomcat instances on the same server. The 'RUNNING' [1] doc states that JAR libraries should be loaded from both

Re: Unable to start service on Windows (Tomcat version 8.00.023)

2015-07-15 Thread Konstantin Kolinko
2015-07-14 9:59 GMT+03:00 Nikitha Benny nikki.be...@gmail.com: Hi All, I have installed java JRE version 1.07.079 and Tomcat version 8.00.023. And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86, Solaris and HP-UX). Now when it comes to Windows (both x86 and x64),

Re: Mark async-supported=true for non-asynchronous servlets

2015-07-15 Thread Rilak Kun
Thanks Chris for the suggestion, but since our application runs in OSGi, we need a different mechanism for loading classes/plugins lazily (and our servlet classes need to be loaded using OSGi class loader). We are using Equinox servletbridge library, which defines a bridge servlet I mentioned

Re: Mark async-supported=true for non-asynchronous servlets

2015-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rilak, On 7/14/15 11:06 PM, Rilak Kun wrote: Our application is running in OSGi. Servlets are contributed via Eclipse extension point, so they can be registered in different plugins without changing the web.xml. When a servlet is registered,

Re: Double call to requestInitialized when forwarding for FORM auth

2015-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/15/15 3:29 AM, l.pe...@senat.fr wrote: On 13/07/2015 15:13, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/10/15 2:33 AM, l.pe...@senat.fr wrote: I have a problem with DeltaSpike