Re: Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread l...@bsoft.com.cn
> Paul Klinkenberg wrote: >> Hi Tomcat users! >> I have been working on an update for a Tomcat valve called mod_cfml. The >> project aims to provide automatic web context creation in Tomcat, when >> coming from a frontend webserver. >> The live code base can be found at https://github.com/utdream

Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread l...@bsoft.com.cn
Hi,Nice to meet you. l...@bsoft.com.cn From: Paul Klinkenberg Date: 2015-04-29 21:54 To: users@tomcat.apache.org Subject: Finding the Apache httpd IP address when AJP is used Hi Tomcat users! I have been working on an update for a Tomcat valve called mod_cfml. The project aims to provide au

Re: Help with overriding default cookie name

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian, On 4/29/15 5:42 PM, Brian Jones wrote: > Thanks for getting back to me. I did end up solving the problem, > and it was not a bug or related in any way to what Tomcat is doing. > It ended up being a (very buried) property setting of the > appl

Re: Help with overriding default cookie name

2015-04-29 Thread Brian Jones
Chris, Thanks for getting back to me. I did end up solving the problem, and it was not a bug or related in any way to what Tomcat is doing. It ended up being a (very buried) property setting of the application that is not documented anywhere. A lot of grep-ing lead me to the realization. After

RE: tomcat7 in chroot environment

2015-04-29 Thread Andrea Freire
Just a little question the apt-get command when you execute inside the chroot doesn't install all the dependencies. > Date: Wed, 29 Apr 2015 16:36:41 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: FW: tomcat7 in chroot environment > > -BEGIN PGP SIG

Re: Exception in Tomcat7 when closing stream, server crashes

2015-04-29 Thread Osman Ullah | Ntrepid Corp
On 4/29/15, 4:39 PM, "Christopher Schultz" wrote: > >When you say that Tomcat crashes, are you saying that the JVM halts >with an hs_err_[pid] file, or do you mean you get the above stack >traces (which are errors, I would not call them crashes). > >What exact version of tcnative are you using? A

Re: Help with overriding default cookie name

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian, On 4/21/15 3:21 PM, Brian Jones wrote: > Chris, thanks for getting back to me! > >>> I'm trying to override the default cookie name (JSESSIONID) for >>> one of my Tomcat7 instances. I put the following in >>> $catalina_home/conf/context.xml

Re: File descriptors peaks with latest stable build of Tomcat 7

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thomas, On 4/25/15 4:25 AM, Thomas Boniface wrote: > When talking about the strategy for our next test on the release we > checked at the tomcat connector configuration but we are unsure how > to applies your advices: > > 1. Check the nginx configu

Re: Apache Tomcat Patching Requirements

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Janette, On 4/29/15 8:23 AM, Isiguzo Janette wrote: > Hi all, > > ·What is the frequency of patches/updates required for the > Tomcat Web Browser? > > ·What type of Patches does it require? i.e. security patch > updates > > ·

Re: Exception in Tomcat7 when closing stream, server crashes

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osman, On 4/29/15 10:52 AM, Osman Ullah | Ntrepid Corp wrote: > Hello, > > We are using Tomcat 7.0.61 and we are seeing the following error > in catalina.out: > > Apr 29, 2015 2:23:14 PM org.apache.coyote.AbstractProcessor > setErrorState INFO: A

Re: FW: tomcat7 in chroot environment

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrea, On 4/29/15 4:14 PM, Andrea Freire wrote: > excuse me I have a little problem with the tomcat7 installation. > The tomcat7 install with apt-get for a opengeosuite-server > installer in a chroot with ubuntu environment, the problem is when > I

FW: tomcat7 in chroot environment

2015-04-29 Thread Andrea Freire
Avanzando es la unica forma de dejar atras lo que no necesitamos. Andrea From: solange_...@hotmail.com To: users@tomcat.apache.org Subject: tomcat7 in chroot environment Date: Wed, 29 Apr 2015 15:09:07 -0500 Hi, excuse me I have a little problem with the tomcat7 installation. The tomcat7

Re: Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Ashish Kumar Singh
Thanks Mark! We are going to try this out and update you! Regards, Ashish On 29/04/15 10:26 pm, "Mark Thomas" wrote: >On 29/04/2015 17:50, Ashish Kumar Singh wrote: >> All, >> >> I wanted to gather some help and feedbacks in configuring a custom >>class loader with tomcat –8. >> We wer

Re: JNDI realm Global Catalog question

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neil, On 4/29/15 12:01 PM, Lazarow, Neil wrote: > -Original Message- From: Felix Schumacher > [mailto:felix.schumac...@internetallee.de] Sent: Tuesday, April 28, > 2015 10:18 AM To: Tomcat Users List Subject: Re: JNDI realm Global > Catalog

Re: Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Mark Thomas
On 29/04/2015 17:50, Ashish Kumar Singh wrote: > All, > > I wanted to gather some help and feedbacks in configuring a custom class > loader with tomcat –8. > We were using a custom class loader with Tomcat 6 & 7 successfully which is > used to load custom jars from some common locations outside

Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Ashish Kumar Singh
All, I wanted to gather some help and feedbacks in configuring a custom class loader with tomcat –8. We were using a custom class loader with Tomcat 6 & 7 successfully which is used to load custom jars from some common locations outside tomcat in our case. APIs being used for this seems to be r

RE: JNDI realm Global Catalog question

2015-04-29 Thread Lazarow, Neil
-Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Tuesday, April 28, 2015 10:18 AM To: Tomcat Users List Subject: Re: JNDI realm Global Catalog question Am 28. April 2015 17:11:55 MESZ, schrieb Christopher Schultz : >-BEGIN PGP SIGNED MESSAG

Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 4/29/15 11:17 AM, Paul Klinkenberg wrote: > The reason I want to add the IP restriction in the valve, is to > make 100% sure that the request (for creating a new Tomcat context) > is indeed coming from the frontend webserver. I think there

Re: Tomcat Thread issue

2015-04-29 Thread Felix Schumacher
Am 29. April 2015 14:54:36 MESZ, schrieb Subhro Paul : >-Christopher Schultz wrote: - >To: Tomcat Users List >From: Christopher Schultz >Date: 04/24/2015 07:14PM >Subject: Re: Tomcat Thread issue > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Felix, > >On 4/24/15 3:19 AM, Felix

Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread Paul Klinkenberg
> Paul Klinkenberg wrote: >> Hi Tomcat users! >> I have been working on an update for a Tomcat valve called mod_cfml. The >> project aims to provide automatic web context creation in Tomcat, when >> coming from a frontend webserver. >> The live code base can be found at https://github.com/utdream

Exception in Tomcat7 when closing stream, server crashes

2015-04-29 Thread Osman Ullah | Ntrepid Corp
Hello, We are using Tomcat 7.0.61 and we are seeing the following error in catalina.out: Apr 29, 2015 2:23:14 PM org.apache.coyote.AbstractProcessor setErrorState INFO: An error occurred in processing while on a non-container thread. The connection will be closed immediately java.io.IOEx

Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread André Warnier
As a P.S. : Maybe you should also look at this, to see if it would fit your needs : http://tomcat.apache.org/tomcat-8.0-doc/proxy-howto.html André Warnier wrote: Paul Klinkenberg wrote: Hi Tomcat users! I have been working on an update for a Tomcat valve called mod_cfml. The project aims to

Re: Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread André Warnier
Paul Klinkenberg wrote: Hi Tomcat users! I have been working on an update for a Tomcat valve called mod_cfml. The project aims to provide automatic web context creation in Tomcat, when coming from a frontend webserver. The live code base can be found at https://github.com/utdream/mod_cfml

Finding the Apache httpd IP address when AJP is used

2015-04-29 Thread Paul Klinkenberg
Hi Tomcat users! I have been working on an update for a Tomcat valve called mod_cfml. The project aims to provide automatic web context creation in Tomcat, when coming from a frontend webserver. The live code base can be found at https://github.com/utdream/mod_cfml

Re: Tomcat Thread issue

2015-04-29 Thread Subhro Paul
-Christopher Schultz wrote: - To: Tomcat Users List From: Christopher Schultz Date: 04/24/2015 07:14PM Subject: Re: Tomcat Thread issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 4/24/15 3:19 AM, Felix Schumacher wrote: > Am 24. April 2015 09:08:08 MESZ, schrieb Subhro

Re: Apache Tomcat Patching Requirements

2015-04-29 Thread Mark Thomas
On 29/04/2015 13:23, Isiguzo Janette wrote: > Hi All > > What is the frequency of patches/updates required for the Tomcat Web Browser? Apache Tomcat isn't a web browser. Assuming that you did mean Apache Tomcat, the web container that implements the Servlet, JSP, WebSocket and EL specifications.

Apache Tomcat Patching Requirements

2015-04-29 Thread Isiguzo Janette
Hi All *What is the frequency of patches/updates required for the Tomcat Web Browser? *What type of Patches does it require? i.e. security patch updates *How critical is the patches required? i.e. Critical, Important, Moderate or Low Thanks in advance, Janette Janet