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 kno

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/.xml). However this doesn't seem t

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 wrote: > On Aug 29, 2013, at 2:02 PM, D C 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. > > >

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 w

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

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: 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 (l

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

2013-08-29 Thread Daniel Mikusa
On Aug 29, 2013, at 2:02 PM, D C 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 > > > This simply does not work. You generally don't wa

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 > > This simply

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 This simply does not work. It worked fine if I put it into conf/context.xml. The only way this works is if i rena

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. > http://tomcat.10.x6.nabble.co

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 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. There is m

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 ac

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 n

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 to