Re: Apache Tomcat 8.0.22 server on different machines

2015-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prarthana, On 6/19/15 5:08 AM, Prarthana Agwania wrote: We have a requirement wherein we would like to know the urls of each of the tomcat instance running on different servers. The scenario is somewhat like, 1. There are multiple servers

Re: detect requests that take a long time to process

2015-06-19 Thread Daniel Mikusa
On Fri, Jun 19, 2015 at 9:07 AM, Kaouthar Ghorbel gkaout...@gmail.com wrote: hello ,my webapplication is very slow , i want to know how can i detect requests that take a long time to process in tomcat 8. 1.) Add %D or %T to your access log format. That will log info about how long the

detect requests that take a long time to process

2015-06-19 Thread Kaouthar Ghorbel
hello ,my webapplication is very slow , i want to know how can i detect requests that take a long time to process in tomcat 8. thanks

Re: SSL configuration using PFX as keystore

2015-06-19 Thread André Warnier
Daniel Mikusa wrote: On Fri, Jun 19, 2015 at 12:42 AM, Michael Salisbury mich...@skypoint.co.nz wrote: Hi there, I’m trying to get the above working using Tomcat 8.0, previously working with 7.0. This is part of a WebDAV connector in Confluence. It seems I can connect from anything other

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-19 Thread chedana jayasinghe
Chris, I really appreciate your quick responses. In the servlet it just calls some values through request.getParameter( ) and then it binds an array variable of a sychronized method that's all. below is the whole filter class public class UTF8Filter implements Filter{ public void destroy()

Re: SSL configuration using PFX as keystore

2015-06-19 Thread Daniel Mikusa
On Fri, Jun 19, 2015 at 12:42 AM, Michael Salisbury mich...@skypoint.co.nz wrote: Hi there, I’m trying to get the above working using Tomcat 8.0, previously working with 7.0. This is part of a WebDAV connector in Confluence. It seems I can connect from anything other than a Windows Mini

Apache Tomcat 8.0.22 server on different machines

2015-06-19 Thread Prarthana Agwania
Hi, We have a requirement wherein we would like to know the urls of each of the tomcat instance running on different servers. The scenario is somewhat like, 1. There are multiple servers running on different machines say Server1, Server2, Server3 2. There are multiple Tomcat instances running