Re: IPv6 Issue with Tomcat

2011-02-12 Thread Martin Dubuc
Thanks for all your response guys. Chuck's recommendation did fix my problem. I also liked the loopback recommendation. Martin On Fri, Feb 11, 2011 at 10:17 AM, Martin Dubuc martind1...@gmail.comwrote: On my Tomcat server (currently running version 6.x), I have set up a firewall rule to drop

Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-12 Thread Mark Thomas
On 11/02/2011 22:10, Shaun Farrugia wrote: I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure (the spec is ambigious) on when the Servlet container is supposed to start servicing incoming requests. I

Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Is there any performance tuning that can be done to Tomcat 7 besides just the standard jvm arguments? Regards, -Tony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Mark Thomas
On 12/02/2011 18:14, Tony Anecito wrote: Is there any performance tuning that can be done to Tomcat 7 besides just the standard jvm arguments? 95%+ of tuning will need to be done in the app rather than Tomcat. My recommendation is to get yourself a profiler and go from there. Mark

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting to and out of Tomcat and out of to/out of the client call. So people were saying look at better parsers or replacing whatever does the parsing. I am measuring round trip time at the

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread David Kerber
On 2/12/2011 1:27 PM, Tony Anecito wrote: Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting to and out of Tomcat and out of to/out of the client call. So people were saying look at better parsers or replacing whatever does the parsing.

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Mark Thomas
On 12/02/2011 18:27, Tony Anecito wrote: Right now for most of my transactions I get less than 5 microseconds and around 1.2msec is spent on getting to and out of Tomcat and out of to/out of the client call. So people were saying look at better parsers or replacing whatever does the

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Thanks the numbers help to give me an idea what might be possible. I do have visualvm 1.3.1 and I will try that. -Tony - Original Message From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 11:45:29 AM Subject: Re: Performance

Re: IIS6 not forwarding requests to Tomcat 5.5

2011-02-12 Thread Thomas Strauß
Hi, where have you setup the connector properties? In the registry? Can you provide those settings? They also contain the location of the redirector logfile and loglevel. If you get that far, you can always install the jkstatus worker to allow you to test the redirector functionality.

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Yep visualvm showed me where the issue is. It is in the jersey servlet it makes so many calls it all adds up. And that is before it calls my class which only takes 5-6 microseconds to execute. I am not sure what I can do about this unless there is some advice from the Jersey team about how to

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Pid
On 2/12/11 10:23 PM, Tony Anecito wrote: I attached the screenshot of visualvm showing what I mean. The list strips attachments... p signature.asc Description: OpenPGP digital signature

Grails tomcat deployment problem

2011-02-12 Thread Gavin Yue
Hi, I met a very weird problem to deploy grails war on tomcat. The environment of tomcat server is : Tomcat Version JVM Version JVM Vendor OS Name OS Version OS Architecture Apache Tomcat/6.0.32 1.6.0_22-b04 Sun Microsystems Inc. Linux 2.6.21.7-2.fc8xen i386 The development environment: 1.

Re: Grails tomcat deployment problem

2011-02-12 Thread Amilcar De Leon
Hello there, first of all, be careful with the cross-posting. This seems to be a Groovy/Grails version problem, can you provide with stable versions of each you have in both your win7 development machine and the Ubuntu on VMWare? -- Amílcar de León Think Freely http://www.antigualug.org

Re: Grails tomcat deployment problem

2011-02-12 Thread Gavin Yue
I am using Grails 1.3.6. On Sat, Feb 12, 2011 at 10:33 PM, Amilcar De Leon ada...@antigualug.orgwrote: Hello there, first of all, be careful with the cross-posting. This seems to be a Groovy/Grails version problem, can you provide with stable versions of each you have in both your win7

Re: Performance Tuning Tomcat 7...

2011-02-12 Thread Tony Anecito
Thanks Pid. Odd though I did a GET with no attachments. I do return a complex object but that is only the response not the request. -Tony - Original Message From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Sat, February 12, 2011 5:04:41 PM Subject: Re:

RE: Grails tomcat deployment problem

2011-02-12 Thread Caldarale, Charles R
From: Gavin Yue [mailto:yue.yuany...@gmail.com] Subject: Grails tomcat deployment problem The two Wars generated in two ways have hundred bytes difference. I wonder if you're doing something during the transfer that is treating the file as text instead of binary - so that what might be