Teste de Ausencia

2013-03-08 Thread atendimento
Estarei ausente do escritório a partir de Qui, 11/08/2011 e não retornarei antes de Ter, 13/08/2030. Este e-mail sera desativado. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

java.util.logging.SimpleFormatter vs org.apache.juli.OneLineFormatter

2013-03-08 Thread Jesse Farinacci
Greetings, I am using Java 7, IBM JRE and Apache Tomcat 7.0.37. I am seeing a strange difference between java.util.logging.SimpleFormatter vs org.apache.juli.OneLineFormatter: namely, for my applications, the SimpleFormatter will produce log records with the Class name included but OneLineFormatte

Teste de Ausencia

2013-03-08 Thread atendimento
Estarei ausente do escritório a partir de Qui, 11/08/2011 e não retornarei antes de Ter, 13/08/2030. Este e-mail sera desativado. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

Re: tomcat7 cluster not communicating [SOLVED]

2013-03-08 Thread Zippy Zeppoli
It was AWS security groups. Bit me. AWS VLAN != Regular VLAN On Fri, Mar 8, 2013 at 2:12 PM, Vince Stewart wrote: > if this is a newly installed system with linux in each virtual machine, > make sure you have registered the IP address (192.168.x.x) in \etc\hosts > files. > > > On Sat, Mar 9, 201

Re: tomcat7 cluster not communicating

2013-03-08 Thread Vince Stewart
if this is a newly installed system with linux in each virtual machine, make sure you have registered the IP address (192.168.x.x) in \etc\hosts files. On Sat, Mar 9, 2013 at 8:42 AM, Zippy Zeppoli wrote: > So, I have a tomcat7 cluster on AWS with a cluster configuration that > works on my local

Re: tomcat7 cluster not communicating

2013-03-08 Thread Zippy Zeppoli
I don't think it has anything to do with EC2, but I could be wrong. Like I said before other ports connect fine, and everything is in the same subnet. There's no way for a firewall to interfere as iptables is disabled. It's a VPC with private (different IPs, you can't have duplicate IP's in EC2).

errors occurred in catalina.out

2013-03-08 Thread Dhaval Jaiswal
Set up the cluster of the session replication and it was working fine. However showing following error in the catalina.out. Sometime occurring weird behavior. Tomcat version: Apache Tomcat/6.0.16 (1) WARNING: IOException in replication worker, unable to drain channel. Probable cause: Keep alive

Re: tomcat7 cluster not communicating

2013-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 3/8/13 2:42 PM, Zippy Zeppoli wrote: > So, I have a tomcat7 cluster on AWS with a cluster configuration > that works on my local VirtualBox cluster. > > Specs: - Same config. - Firewall turned off on all hosts. - unicast > instead of mult

tomcat7 cluster not communicating

2013-03-08 Thread Zippy Zeppoli
So, I have a tomcat7 cluster on AWS with a cluster configuration that works on my local VirtualBox cluster. Specs: - Same config. - Firewall turned off on all hosts. - unicast instead of multicast the following commands time out: nc -zv member1 8080 nc -zv member1 4110 They are listening howeve

Re: Cannot access my app after Tomcat 7.0.28

2013-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/8/13 10:10 AM, Patrick Flaherty wrote: >> "localhost-startStop-1" daemon prio=6 tid=0x0552c000 nid=0x414 >> runnable [0x0596f000] java.lang.Thread.State: RUNNABLE at >> java.util.concurrent.ConcurrentLinkedQueue.isEmpty(Unknown >> Sour

standalone artifact contains multiple META-INF/manifest.mf files

2013-03-08 Thread Timothy Astle
Hi all, I just seen something that I'm a bit unsure of. I used the Tomcat Maven Plugin to generate an executable JAR file and I noticed that the META-INF directory contained multiple manifest.mf files. Two of which contain Main-Class attributes. I know that the zip archive standard allows

Re: Cannot access my app after Tomcat 7.0.28

2013-03-08 Thread Patrick Flaherty
On Mar 7, 2013, at 7:33 PM, Christopher Schultz wrote: -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

Re: Changing tomcat connection pool size through jmx

2013-03-08 Thread Daniel Mikusa
On Mar 7, 2013, at 10:11 PM, Amit wrote: > I tried setting the 'maxActive' attribute by double clicking it and modifying > the value but the new value does not get set. What happens? Do you get an error? If so, what does it say? > > The bug 50864 was suppose to provide the flexibility to upd

Re: Changing tomcat connection pool size through jmx

2013-03-08 Thread amit shah
That's the one I set in my code to configure the maximum pool size of the connection pool. What is the attribute I should update to increase/decrease the connection pool size? Also what all attributes are updatable? Thanks On Fri, Mar 8, 2013 at 2:50 PM, wrote: > On 8 Mar 2013, at 03:00, Amit

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

2013-03-08 Thread Ognjen Blagojevic
Chris, On 8.3.2013 1:25, Christopher Schultz wrote: For Tomcat 6.0.36 it reports: Protocols TLS 1.2 Yes TLS 1.1 Yes TLS 1.0 Yes SSL 3.0 Yes SSL 2.0 No Tomcat 7.0.37: Protocols TLS 1.2 No TLS 1.1 No TLS 1.0 Yes SSL 3.0 Yes SSL 2.0 No I agree, it is strange.

Re: Changing tomcat connection pool size through jmx

2013-03-08 Thread pid
On 8 Mar 2013, at 03:00, Amit wrote: > I tried setting the 'maxActive' attribute by double clicking it and modifying > the value but the new value does not get set. That's the wrong attribute. That one is a read only attribute reporting the maximum number of connections that have been active at