Re: Tomcat HeapMemoryUsage MBean question

2012-09-08 Thread Pid *
On 7 Sep 2012, at 22:00, Shanti Suresh wrote: > Hi Konstantin, > > True. JMX data can be sensitive. If you're concerned about security do not use the JMXProxy Servlet at all. Configure security on an exposed JMX port and then interact with the JVM by connecting to the port. Scripts written in

Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-09-08 Thread Konstantin Kolinko
2012/9/8 Kiran Badi : > Hi Chris and All, > > I hope its alright if I reopen my old thread since I want to expand my > earlier requirement. > > I have a requirement where for each category I need to have separate > folders where the Images should go in. > > Currently for all categories my images g

Re: A question about the lifecycle of Tomcat

2012-09-08 Thread Konstantin Kolinko
2012/9/7 Mark Thomas : > >> How about Apache Tomcat 6.x.x? When is the end for the support? > > No plans at the current time. Best guess is that it is at least two years > away. There will be at least 12 months notice of eol. > > The biggest driver is the J2EE specification process. A new specific

Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-09-08 Thread Kiran Badi
Thanks Konstantin, I will check this and revert back. On 9/8/2012 4:09 PM, Konstantin Kolinko wrote: 2012/9/8 Kiran Badi : Hi Chris and All, I hope its alright if I reopen my old thread since I want to expand my earlier requirement. I have a requirement where for each category I need to have

Re: Parallel deployment in tomcat 7 using manager-script

2012-09-08 Thread Mark Thomas
On 07/09/2012 12:19, Tanel Käär wrote: > This reveals an undocumented attribute "version", which instead of "tag" > is used to get context version. I suggest someone fixes current > manager-howto documentation, hopefully it saves some time :) Done. Mark ---

RE: IIS 7.5 + AJP Connector

2012-09-08 Thread Alex Samad - Yieldbroker
Hi Sorry, I spoke to soon this is my config. I set this in my template worker.template.connection_pool_size=1000 and use the template to create 2 workers and add the 2 workers to a cluster I am guessing from my testing that the cluster needs one defined as well ! Because each worker process was

Re: Tomcat HeapMemoryUsage MBean question

2012-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 9/8/12 4:57 AM, Pid * wrote: > On 7 Sep 2012, at 22:00, Shanti Suresh wrote: > >> Hi Konstantin, >> >> True. JMX data can be sensitive. > > > If you're concerned about security do not use the JMXProxy Servlet > at all. Configure security