(MY Tomcat version :- 7.0.40 and deployed on CentOS)I need to configure OCSP in tomcat for my project and need to test through client browser .

2013-08-29 Thread Sushil Prusty

(MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Sushil Prusty
Hi I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we configure OCSP in tomcat. Thanks and Regards Sushil Kumar Prusty

Using EL expressions in an ObjectFactory

2013-08-29 Thread Xavier Dury
Hi, Could it be possible for the tomcat team to include a  javax.naming.spi.ObjectFactory which would use EL3.0 expressions? It would be great if you want to have resource-ref which are not of the usual types. I always wanted to have an ObjectFactory for URLs but having one for each type is

Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Michael Martin
I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to achieve this without the

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread André Warnier
Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to

Re: (MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Daniel Mikusa
On Aug 29, 2013, at 2:38 AM, Sushil Prusty sushil.pru...@gmail.com wrote: Hi I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we configure OCSP in

Re: (MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Violeta Georgieva
2013/8/29 Sushil Prusty wrote: Hi I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we configure OCSP in tomcat.

context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml Context path=/tracking This simply does not work. It worked fine if I put it into conf/context.xml. The only way

RE: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread Caldarale, Charles R
From: D C [mailto:dc12...@gmail.com] Subject: context path ignored in conf/Catalina/localhost/* Tomcat 7.0.40 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml Context

Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread Daniel Mikusa
On Aug 29, 2013, at 2:02 PM, D C dc12...@gmail.com wrote: Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml Context path=/tracking This simply does not

Re: Tomcat 7 startup issue: ERROR apache.catalina.core.ContainerBase - A child container failed during start

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sabari, On 8/28/13 4:22 PM, Sabari Gandhi wrote: We are trying to upgrade tomcat 5.5.X to tomcat 7 in our application. I upgraded tomcat 7.0.39 in my environment (mac) things were working fine. But when I test this in testing environment

Re: Using EL expressions in an ObjectFactory

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Xavier, On 8/29/13 3:06 AM, Xavier Dury wrote: Could it be possible for the tomcat team to include a javax.naming.spi.ObjectFactory which would use EL3.0 expressions? It would be great if you want to have resource-ref which are not of the

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 8/29/13 7:50 AM, André Warnier wrote: Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i

Re: (MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 8/29/13 2:38 AM, Sushil Prusty wrote: I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we

Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
On Thu, Aug 29, 2013 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.comwrote: On Aug 29, 2013, at 2:02 PM, D C dc12...@gmail.com wrote: Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue

Tomcat 8 Resources Question

2013-08-29 Thread Daniel Mikusa
I'm playing with the new resources feature in Tomcat 8... https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html and having a little trouble. First, I have the following context file for my application (conf/Catalina/localhost/app.xml). ?xml version='1.0' encoding='utf-8'? Context

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-29 Thread Vince Stewart
Hi Mark, a bit more follow-up on accessing the servlet InputStream: You advised You'd be better off dropping the call to in.ready() and doing a blocking read on the socket.If you remove the call to in.ready(), I'm fairly sure you'll see the warnings disappear. I just thought I'd let you