Reg: Issue in SSL Authentication in Tomcat after new client certificate has been created / added, Tomcat has to be started every time i add a new client certificate

2014-05-02 Thread Aripaka, Krishna
Hi, 1. We are using Tomcat 7.0.39 in our application. 2. We have implemented Two Way SSL authentication using java keytool 3. Issue is, when we create a new client certificate and add it to Java Keystore(.jks), we are unable to authenticate unless we restart the Tomcat. So, every time we add a

Re: Compiling mod_jk in CentOs release 6.5

2014-05-02 Thread Fidelis Mnyanyi
Thanks Chris, I installed httpd-dev and was able to use that path /usr/sbin/apxs Cheers, Fidelis On Thursday, 1 May 2014 3:59 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fidelis, On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote:

tomcat 6 degugging with JULI

2014-05-02 Thread Roman, John D.
Greetings, Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is being used as well. statements like LOGGER.finest(Logging an INFO-level message); should log to catalina.out, however they are not. Am I missing something?

regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Vimil Saju
Hi, I noticed that in version 7.0.53 single quotes in attributes of html tags that are generated using jspx are being escaped with #039; This was not the case in version 7.0.32. Could someone explain the reason behind this change? Thanks Vimil

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Konstantin Kolinko
2014-05-02 17:46 GMT+04:00 Vimil Saju vimils...@yahoo.com: Hi, I noticed that in version 7.0.53 single quotes in attributes of html tags that are generated using jspx are being escaped with ' This was not the case in version 7.0.32. Could someone explain the reason behind this change? 1)

Re: tomcat 6 degugging with JULI

2014-05-02 Thread Konstantin Kolinko
2014-05-02 17:41 GMT+04:00 Roman, John D. jdro...@belcan.com: Greetings, Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is being used as well. statements like LOGGER.finest(Logging an INFO-level message); should log to catalina.out, however they are not. Am I

RE: tomcat 6 degugging with JULI

2014-05-02 Thread Roman, John D.
sorry for the terse description. my logging.properties is visible here: http://paste.fedoraproject.org/98620/39904129 the string java.util.logging.ConsoleHandler.level = FINE has been changed to INFO From: Konstantin Kolinko [knst.koli...@gmail.com] Sent:

Re: Remote JMX Connection to Tomcat 7

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexander, On 5/2/14, 1:40 AM, Alexander wrote: I am hoping this is the proper forum for my problem. I have enabled the JmxRemoteLifeCycleListener and able to connect to tomcat 7 using jconsole etc. using the following url. Just so you know,

Re: Reg: Issue in SSL Authentication in Tomcat after new client certificate has been created / added, Tomcat has to be started every time i add a new client certificate

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Krishna, On 5/2/14, 4:55 AM, Aripaka, Krishna wrote: 1. We are using Tomcat 7.0.39 in our application. 2. We have implemented Two Way SSL authentication using java keytool 3. Issue is, when we create a new client certificate and add it to

Re: tomcat 6 degugging with JULI

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roman, On 5/2/14, 10:37 AM, Roman, John D. wrote: sorry for the terse description. my logging.properties is visible here: http://paste.fedoraproject.org/98620/39904129 You know... the mailing list is capable of supporting pasted text. Consider

Re: Reg: Connection pool

2014-05-02 Thread Daniel Mikusa
On May 1, 2014, at 10:29 PM, Anu Prab anupr...@gmail.com wrote: Hi, We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling connections. We are able to pool connections for different aliases. But for one alias, connections are not pooling. The user and password is good

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Vimil Saju
Sorry about not providing an example. Below is the contents of a jspx file jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=2.0 html            body a href=# onclick=clicked('Hello')Hello/a /body /html /jsp:root In tomcat 7.0.32 the above jspx would generate the following html  html  

BLOCKED threads

2014-05-02 Thread Rallavagu
All, Tomcat Version: 7.0.47 JVM Version: 1.7.0_51-b13 I see many blocked threads (90) in the thread dump. There are mainly two monitors that block 69 threads. One of them is below. It appears that it is simply trying to log.

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Konstantin Kolinko
2014-05-02 21:56 GMT+04:00 Vimil Saju vimils...@yahoo.com: Sorry about not providing an example. Below is the contents of a jspx file jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=2.0 html body a href=# onclick=clicked('Hello')Hello/a /body /html /jsp:root In

RE: Reg: Issue in SSL Authentication in Tomcat after new client certificate has been created / added, Tomcat has to be started every time i add a new client certificate

2014-05-02 Thread Martin Gainty
Krishna Let me check with the engineers who want to work for you for free From: karip...@teksystems.com To: users@tomcat.apache.org Date: Fri, 2 May 2014 04:55:18 -0400 Subject: Reg: Issue in SSL Authentication in Tomcat after new client certificate has been created / added, Tomcat has

RE: BLOCKED threads

2014-05-02 Thread Martin Gainty
Managing Provider Tokens Like the provider, the consumer must be responsible for managing the OAuth tokens. The necessary interface for managing the consumer tokens is OAuthConsumerTokenServices which are only accessible via factory method. Assuming that the consumer can leverage an active HTTP

Re: Reg: Connection pool

2014-05-02 Thread Anu Prab
Hi, We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling connections. We are able to pool connections for different aliases. But for one alias, connections are not pooling. The user and password is good because the same alias in apache dbcp works fine. What do you mean

Re: BLOCKED threads

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rallavagu, On 5/2/14, 6:22 PM, Rallavagu wrote: Tomcat Version: 7.0.47 JVM Version: 1.7.0_51-b13 I see many blocked threads (90) in the thread dump. There are mainly two monitors that block 69 threads. One of them is below. It appears that

Re: Reg: Connection pool

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anu, On 5/3/14, 12:18 AM, Anu Prab wrote: Hi, We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling connections. We are able to pool connections for different aliases. But for one alias, connections are not pooling. The