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 earl
2015-07-14 9:59 GMT+03:00 Nikitha Benny :
> 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), Tomcat installs f
-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 De
-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
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
$CA
2015-07-15 20:44 GMT+03:00 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/l
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 preferred
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 incorr