tomcat stopped with a fatal error by jvm

2016-11-29 Thread Vijay Kumar
Hi Team, We have an application which is running on Tomcat 7.0.33 and this is using Java 6. Recently, Tomcat got stopped with a Fatal Error and the error logged in catalina.out file is below. I have attached the hs_err_pid7711.log also to the mail. Can one of you please suggest what might be th

Recall: re: Tomcat with LDAP help

2016-11-29 Thread Taylor, Larry
Taylor, Larry would like to recall the message, "re: Tomcat with LDAP help". - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

re: Tomcat with LDAP help

2016-11-29 Thread Taylor, Larry
Hello, I need some assistance with Tomcat and LDAP authentication - After trying many different server.xml realm configuration settings I was finally able to get connectivity to our LDAP server from Tomcat 8.0.9; but this is still not authenticating any users. By the following configurations

Unable to get SSL working on Tomcat 8.5

2016-11-29 Thread Bartlett, Todd
The below settings work fine on 6.0 version (no other changes Im aware of) Error received Failed to initialize component [Connector[HTTP/1.1-443 Thanks Todd Bartlett Systems Administrator ITS UNC Wilmington 910-962-2068

Re: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread tomcat
On 29.11.2016 20:07, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 11/29/16 12:36 PM, André Warnier (tomcat) wrote: On 29.11.2016 17:56, Mark Thomas wrote: On 29/11/2016 16:44, Arno Schäfer wrote: Hi all, I have activate WebDAV in our web application,

Re: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread Michael Osipov
Am 2016-11-29 um 20:07 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 11/29/16 12:36 PM, André Warnier (tomcat) wrote: On 29.11.2016 17:56, Mark Thomas wrote: On 29/11/2016 16:44, Arno Schäfer wrote: Hi all, I have activate WebDAV in our web applicati

Re: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 11/29/16 12:36 PM, André Warnier (tomcat) wrote: > On 29.11.2016 17:56, Mark Thomas wrote: >> On 29/11/2016 16:44, Arno Schäfer wrote: >>> Hi all, >>> >>> I have activate WebDAV in our web application, as it is in >>> tomcat. A filter con

Re: Validating HTTP status code

2016-11-29 Thread Mark Thomas
On 29/11/2016 18:18, Michael Osipov wrote: > Am 2016-11-29 um 16:07 schrieb Mark Thomas: >> On 29/11/2016 14:40, Christopher Schultz wrote: >>> Michael, >>> >>> On 11/29/16 8:14 AM, Michael Osipov wrote: Hi folks, >>> while investigating another possible patch for the RewriteValve, I

Re: Validating HTTP status code

2016-11-29 Thread Michael Osipov
Am 2016-11-29 um 16:07 schrieb Mark Thomas: On 29/11/2016 14:40, Christopher Schultz wrote: Michael, On 11/29/16 8:14 AM, Michael Osipov wrote: Hi folks, while investigating another possible patch for the RewriteValve, I have noticed that Tomcat 8.5 does not validate the set status code, ev

Re: Validating HTTP status code

2016-11-29 Thread Michael Osipov
Am 2016-11-29 um 15:40 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 11/29/16 8:14 AM, Michael Osipov wrote: Hi folks, while investigating another possible patch for the RewriteValve, I have noticed that Tomcat 8.5 does not validate the set status co

Re: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread tomcat
On 29.11.2016 17:56, Mark Thomas wrote: On 29/11/2016 16:44, Arno Schäfer wrote: Hi all, I have activate WebDAV in our web application, as it is in tomcat. A filter control the access to exactly one folder inside the web application. This application is used only internal in the intra-net and

Re: Tomcat not scaling under load - Tsung v Apache Bench test

2016-11-29 Thread tomcat
Thanks for feedback. On 29.11.2016 15:43, Szymon Czaja wrote: Hi Andre, I have not run all my tests yet but it looks like you were correct. The Amazon load balancer appears to have been the culprit. I will let you know if it turns out otherwise. Thank you for pushing me to take the load balance

AW: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread Arno Schäfer
> Some versions of the Windows WebDAV client refuse to connect if the server > root is not WebDAV enabled. > There is also this code that you might find helpful - although it hasn't been > updated in a while: > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/WebdavFix

Re: Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread Mark Thomas
On 29/11/2016 16:44, Arno Schäfer wrote: > Hi all, > > I have activate WebDAV in our web application, as it is in tomcat. A filter > control the access to exactly one > folder inside the web application. This application is used only internal in > the intra-net and so it run just > over HTTP wit

Mounting WebDAV in Tomcat 7.0.45

2016-11-29 Thread Arno Schäfer
Hi all, I have activate WebDAV in our web application, as it is in tomcat. A filter control the access to exactly one folder inside the web application. This application is used only internal in the intra-net and so it run just over HTTP without any user permission. Open and save Office document

Re: Validating HTTP status code

2016-11-29 Thread Mark Thomas
On 29/11/2016 14:40, Christopher Schultz wrote: > Michael, > > On 11/29/16 8:14 AM, Michael Osipov wrote: >> Hi folks, > >> while investigating another possible patch for the RewriteValve, I >> have noticed that Tomcat 8.5 does not validate the set status >> code, everything ist possible, e.g., -

Re: Tomcat not scaling under load - Tsung v Apache Bench test

2016-11-29 Thread Szymon Czaja
Hi Andre, I have not run all my tests yet but it looks like you were correct. The Amazon load balancer appears to have been the culprit. I will let you know if it turns out otherwise. Thank you for pushing me to take the load balancer out. Cheers! Szymon On 28 November 2016 at 13:45, Szymon Czaj

Re: Validating HTTP status code

2016-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 11/29/16 8:14 AM, Michael Osipov wrote: > Hi folks, > > while investigating another possible patch for the RewriteValve, I > have noticed that Tomcat 8.5 does not validate the set status > code, everything ist possible, e.g., -99 or 100

Validating HTTP status code

2016-11-29 Thread Michael Osipov
Hi folks, while investigating another possible patch for the RewriteValve, I have noticed that Tomcat 8.5 does not validate the set status code, everything ist possible, e.g., -99 or 1000. Scanning the code I haven't found any validation or such upto org.apache.coyote.http11.Http11OutputBuffe

Re: Apache/Tomcat vulnerability

2016-11-29 Thread tomcat
On 28.11.2016 22:04, Jaaz Portal wrote: hi Andre, you are wrong. This vulnerability is not only causing memory leaks, it makes also apache workers to hang Maybe for the last time here : - what do you call "apache workers" ? , making it easy to exhaust the pool. - what do you call "the pool"

Re: Issues with accessing Apache Httpd Modules

2016-11-29 Thread Torsten Krah
> https://modules.apache.org/ Maybe you're looking for that URL: http://httpd.apache.org/modules/ ... but its nothing you would not have found via the links i'll already wrote. - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: Issues with accessing Apache Httpd Modules

2016-11-29 Thread Torsten Krah
If you insist to use that non working url (don't know where you've taken that url from nor for which reason you want to reach that url. You did not write what are you searching there) -> just ask the correct mailing list ... If you want to look for the docs you are searching this http://httpd.apa