performance of tomcat 8 is less than tomcat 6

2016-04-18 Thread Ravi Chandra Suryavanshi
Hi, I am using tomcat 6 in my product. I am planning to upgrade to tomcat 8 as tomcat is going to EoS in Dec-2016. I have just taken the performance of Tomcat 8 and found the 70% less performance compared to tomcat 6. See the below results Tomcat 6 is giving 167473.2/s whereas tomcat 8 is

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread fachhoch
can you please tell me what protocol I should use and any article on configuring this protocol? -- View this message in context: http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049649.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Monitoring Tomcat

2016-04-18 Thread Christopher Schultz
Tony, On 4/12/16 2:32 PM, Anthony Biacco wrote: > On Sat, Apr 2, 2016 at 4:47 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> >> What regular expression did you try? >> >> How about this one: >> >> ^OK.*=\s*([0-9.]+)$ >> >> -chris >> > > sorry it took so long, i've been in

Re: IRS Security Settings

2016-04-18 Thread Christopher Schultz
Kenneth, > On 4/13/16 11:49 AM, King Kenneth wrote: >> We recently install Business Objects Business Intelligence 4.1 SP7 and >> Tomcat 7 is the default web application server which is bundled within >> the Business Objects BI 4.1 installation package. I currently work as a >> contractor for the

Re: IRS Security Settings

2016-04-18 Thread Christopher Schultz
Kenneth, This post belongs on the user's mailing list. Cross-posting this reply to move it over there. -chris On 4/13/16 11:49 AM, King Kenneth wrote: > We recently install Business Objects Business Intelligence 4.1 SP7 and > Tomcat 7 is the default web application server which is bundled

[ANN] Apache Tomcat 7.0.69 released

2016-04-18 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.69. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

tomcat thread - how to release

2016-04-18 Thread Mahudeswaran A
Hi All, We have VXML web application running in tomcat 6.x. The web application is depend on some 3rd party jar files. >From the vxml web app a method was called, where the method is implemented in >3rd party jar file. The 3rd party jar as part of executing the method call, uses a free thread

Re: Tomcat 7: wrong realm being used?

2016-04-18 Thread Christopher Schultz
Richard, On 4/17/16 12:51 PM, rich...@xentu.com wrote: > On 2016-04-17 14:29, Konstantin Kolinko wrote: >> 2016-04-17 15:26 GMT+03:00 : >>> I posted this same query at stackoverflow a couple of days back, but >>> with no >>> response, although I've simplified the issue very

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread Christopher Schultz
Fachhoch, On 4/13/16 10:07 AM, fachhoch wrote: > We tried replacing ajp ( > http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html) with mod_jk ( > https://tomcat.apache.org/download-connectors.cgi ) connector, async servlet > works fine. I'd like to point out that you are still using AJP.

Re: How to rotate Tomcat Access Log file, by file size rather than by the date

2016-04-18 Thread Christopher Schultz
Nikhil, On 4/13/16 9:07 AM, Nikhil Agrawal wrote: > I am using Tomcat 7.0. > Presently my access log is creating everyday(big size file) and keep on a > accumulating. > I want's to rotate Access Log files by file size. > How to do that? Access logs don't currently support size-based rotation: