Re: IIS 7.5 + AJP Connector

2012-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex, On 9/9/12 10:35 PM, Alex Samad - Yieldbroker wrote: >> -Original Message- From: Martin Gainty >> [mailto:mgai...@hotmail.com] Sent: Monday, 10 September 2012 >> 12:11 PM To: Tomcat Users List Subject: RE: IIS 7.5 + AJP >> Connector >> >

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread André Warnier
jean-louis.ma...@bull.net wrote: Sorry, the problem was not related to Tomcat 32b or 64b - that's what I meant so this post is over It is I who am (is ?) sorry. I must have expressed myself badly. I was actually thanking you for letting us know that. Many people don't bother. ---

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
Sorry, the problem was not related to Tomcat 32b or 64b - that's what I meant so this post is over thanks Jean-Louis Matéo -André Warnier a écrit : - A : Tomcat Users List De : André Warnier Date : 10/09/2012 16:41 Objet : Re: Running Tomcat on different architecture machine but k

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread André Warnier
jean-louis.ma...@bull.net wrote: The problem was caused by a webapp (xwiki) - now, i just have to find out why this webapp doesn't work correctly. Without this webapp, it's ok Thanks for following up on the list. It saves people time, to follow-up on other posts. Jean-Louis Matéo

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
The problem was caused by a webapp (xwiki) - now, i just have to find out why this webapp doesn't work correctly. Without this webapp, it's ok Jean-Louis Matéo -jean-louis.ma...@bull.net a écrit : - A : users@tomcat.apache.org De : jean-louis.ma...@bull.net Date : 10/09/2012 11:13 Ob

Re: Tomcat HeapMemoryUsage MBean question

2012-09-10 Thread Shanti Suresh
Greetings, all, Thank you for this wonderful mailing list. Hi Konstantin, That JSP worked like a charm :-) Thank you. Hi Pid, Good suggestion on using Groovy. I would like to stick with what's readily available with Tomcat, if I can help it. I know security with unsecured JMX is an issue.

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aditi, On 9/10/12 3:19 AM, Aditi Sinha wrote: > Wanted to know if the HTTP NIO connectors do not support IPv6? AFAIK, all Tomcat connectors support IPv6 if your JVM and OS support IPv6 (and tcnative/apr support IPv6 if you are using APR). If you are

RE: IIS 7.5 + AJP Connector

2012-09-10 Thread Alex Samad - Yieldbroker
[snip] > > So I have setup the dev env with the new (current plugin) and I am still > seeing it limit to 265... > > How do you measure the 265? What's your original observation? Task manager, I turn on the threads column [snip] > > worker.worker2.lock=pessimistic > > worker.worker2.max_packet_s

Re: IIS 7.5 + AJP Connector

2012-09-10 Thread Rainer Jung
On 10.09.2012 09:00, Alex Samad - Yieldbroker wrote: [snip] Whatever you are seeing, note that unknown attributes will go through silently. So the fact that there is no complaint about the configuration during startup does not mean the attributes actually make sense. You can check the confi

Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
Hi everybody, by now, my tomcat (7.026) is running on a windows xp 32bits and separate locations for catalina_home and catalina_base are used. I would like to change mi machine: 64b instead of a 32b one So I've re-installed a new tomcat 7.0.26 (the same installer - 32b/64b) on another machine

Re: tomcat 7.0.27 HTTP Status 404 - /manager/status

2012-09-10 Thread André Warnier
Ch. Fawad Nazir wrote: Yes Tomcat run with Root. I made a copy of tomcat-users.xml to tomcat-users.xml-old before make any changes to original file. Did some changes in tomcat-users.xml ... and after that delete the tomcat-users.xml. And again rename the tomcat-users.xml-old to tomcat-users.xml a

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-09-10 Thread Aditi Sinha
Hi Chris, Apologies for coming back on this one after a long gap. Wanted to know if the HTTP NIO connectors do not support IPv6? In our server.xml we had below two connectors defined. This configuration did not support Ipv6 For both ssl and non-ssl requests. 1. For non-SSL requests:

RE: IIS 7.5 + AJP Connector

2012-09-10 Thread Alex Samad - Yieldbroker
[snip] > > > >Whatever you are seeing, note that unknown attributes will go through > silently. So the fact that there is no complaint about the configuration > during > >startup does not mean the attributes actually make sense. > > > >You can check the config also in the status worker. > I have