Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-07 Thread Ognjen Blagojevic
Chris, On 7.3.2013 5:58, Christopher Schultz wrote: Which behavior is right? I prefer how Tomcat 6 is interepreting that attribute -- trying to enable best possible TLS protocol versions available. OTOH, from Tomcat 7 documents it seems that the value of attribute setProtocol is just passed to

Re: Why does Tomcat require persistent MBeans

2013-03-07 Thread Mark Thomas
On 07/03/2013 03:14, Denis wrote: Hello, Just checked that not all of my mbeans are working under Tomcat 7. I exported all of them using /org.springframework.jmx.export.MBeanExporter/. I see exception when calling methods on some mbeans. The exception says /Problem invoking load.

ExtendedAnsiSQL ODBC Flag resets

2013-03-07 Thread Paolo Botta
Hi everybody I have a strange behavior but I don't know if it's a problem of Tomcat or what else: I have Tomcat 7.0.19 running on java 1.6.0_31 on Windows 7, but I tried on different version of java, Tomcat (6 and 7) and Windows (xp and 7) and I obtained the same behavior. I create a system DSN

Problem in using multiple clusters in Tomcat 6.0.35

2013-03-07 Thread Jay Kakkad
[ version of tomcat : 6.0.35 , os version : RHEL 6.3 , Bit configuration : 64bit ] Hi, I am having a requirement where I need to have the same Multicast Ip, but the cluster needs to be differentiated based on domain.For this we are using a domain interceptor DomainFilterInterceptor. So we have

Re: Problem in using multiple clusters in Tomcat 6.0.35

2013-03-07 Thread Konstantin Kolinko
2013/3/7 Jay Kakkad jay_kak...@persistent.co.in: [ version of tomcat : 6.0.35 , os version : RHEL 6.3 , Bit configuration : 64bit ] Hi, I am having a requirement where I need to have the same Multicast Ip, but the cluster needs to be differentiated based on domain.For this we are using a

Re: Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Patrick Flaherty
Hi Mark, Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug was not related to the inability to get to the ROOT Tomcat app or my app /rrmt. Simply, 7.0.37 server does not respond to GET / HTTP/1.1. Remove

Re: Changing tomcat connection pool size through jmx

2013-03-07 Thread Daniel Mikusa
On Mar 7, 2013, at 9:59 AM, amit shah wrote: Hello, I use tomcat connection pool in my web application by using two jars - tomcat-jdbc-7.0.34.jar and tomcat-juli-7.0.34.jar. I want to change the connection pool size through jmx but I could not find any defined jmx operation for doing

Re: Changing tomcat connection pool size through jmx

2013-03-07 Thread amit shah
I was looking at jmx since that would not need application server restart. I didn't understand what you meant by Have you tried looking at / modifying the attributes ? On Thu, Mar 7, 2013 at 9:50 PM, Daniel Mikusa dmik...@vmware.com wrote: On Mar 7, 2013, at 9:59 AM, amit shah wrote:

RE: how to bind localhost

2013-03-07 Thread Caldarale, Charles R
From: vicky [mailto:vicky007aggar...@yahoo.co.in] Subject: how to bind localhost Is there a way to bind the tomcat https port to localhost(127.0.0.1)  only. Someday, you really should try reading the Tomcat documentation.

Re: how to bind localhost

2013-03-07 Thread vicky007aggarwal
Thanks charles pls excuse my trivial query On Mar 7, 2013, at 11:42 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: vicky [mailto:vicky007aggar...@yahoo.co.in] Subject: how to bind localhost Is there a way to bind the tomcat https port to localhost(127.0.0.1) only.

Re: [OT] how to bind localhost

2013-03-07 Thread André Warnier
vicky007aggar...@yahoo.co.in wrote: Thanks charles pls excuse my trivial query Charles was obviously in a good mood, but by top-posting your apology, you are really adding insult to injury. (http://idioms.thefreedictionary.com/add+insult+to+injury) On Mar 7, 2013, at 11:42 PM,

Re: Changing tomcat connection pool size through jmx

2013-03-07 Thread Daniel Mikusa
On Mar 7, 2013, at 12:32 PM, amit shah wrote: I was looking at jmx since that would not need application server restart. I didn't understand what you meant by Have you tried looking at / modifying the attributes ? When you look at an Mbean in jconsole or jvisualvm, you'll see a few

Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ognjen, On 3/7/13 3:05 AM, Ognjen Blagojevic wrote: I am testing both Tomcat 6.0.36 and 7.0.37 with the same, Oracle, JDK 1.7.0_09, on Windows XP SP3. I just unpack zip ditribution, uncomment default HTTPS connector (with sslProtocol=TLS

Re: ExtendedAnsiSQL ODBC Flag resets

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paolo, On 3/7/13 4:52 AM, Paolo Botta wrote: I have a strange behavior but I don't know if it's a problem of Tomcat or what else: I have Tomcat 7.0.19 running on java 1.6.0_31 on Windows 7, but I tried on different version of java, Tomcat (6

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/6/13 11:24 PM, Howard W. Smith, Jr. wrote: Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production

Re: Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/7/13 8:40 AM, Patrick Flaherty wrote: Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug was not related to the inability to get to the ROOT

Re: Changing tomcat connection pool size through jmx

2013-03-07 Thread Amit
I tried setting the 'maxActive' attribute by double clicking it and modifying the value but the new value does not get set. The bug 50864 was suppose to provide the flexibility to update the connection pool properties through JMX and this is what I was looking for. Shouldn't that be the case?