Re: Upgrading Tomcat need some info

2012-01-26 Thread Konstantin Kolinko
2012/1/26 Josh Gooding : > > I've put 6.0.35 on a staging server and I'll be running the "feeds" I get > in tandem through it to see if I get any memory improvement over the 5.5 > server.  So as I am thumbing through thr old 5.5 server.xml file I notice > something that i've not encountered with 6.

Re: Upgrading Tomcat need some info

2012-01-26 Thread Josh Gooding
Konstantin - > > > 1. Have you seen the following page? > > > http://tomcat.apache.org/migration.html > > I'm getting there, I'm still perusing the change logs to see what the > major differences in between 5.5 and 6 are and from 6 to 7. The > application

Re: Upgrading Tomcat need some info

2012-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 1/25/12 6:53 AM, Josh Gooding wrote: > I've been tasked here at work to upgrade Tomcat from 5.5 to 6.0 > since I'm the Tomcat guru here. Any chance you could get them to go all the way up to 7.0? The difference in migrating from 5.5->6.0 and

Re: Upgrading Tomcat need some info

2012-01-25 Thread Konstantin Kolinko
2012/1/25 Josh Gooding : > Hey group, > 1. Have you seen the following page? http://tomcat.apache.org/migration.html > I've been tasked here at work to upgrade Tomcat from 5.5 to 6.0 since I'm > the Tomcat guru here.  Does anyone know, if I take the 5.5 configuration > (server and context.xml) a

Re: Upgrading Tomcat need some info

2012-01-25 Thread David kerber
On 1/25/2012 6:53 AM, Josh Gooding wrote: Hey group, I've been tasked here at work to upgrade Tomcat from 5.5 to 6.0 since I'm Why not TC 7? the Tomcat guru here. Does anyone know, if I take the 5.5 configuration (server and context.xml) and drop them into 6.0, will the 6.0 server start

Upgrading Tomcat need some info

2012-01-25 Thread Josh Gooding
Hey group, I've been tasked here at work to upgrade Tomcat from 5.5 to 6.0 since I'm the Tomcat guru here. Does anyone know, if I take the 5.5 configuration (server and context.xml) and drop them into 6.0, will the 6.0 server start or are there things that have to be changed over? Also were ther

RE: Need Some info

2009-12-18 Thread Karthik Nanjangude
-bcgi.com] Sent: Wednesday, December 16, 2009 4:23 PM To: Tomcat Users List; p...@pidster.com Subject: RE: Need Some info Hi >> The JMX API offers access to lots of internal, including Tomcat defined DataSources. Are u mentioning this can be tracked via jconsole (jdk5) or some others free to

Re: Need Some info

2009-12-17 Thread Pid
pplication, then the application won't be ready for use during the ServletContextListener event. p With regards KArthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, December 16, 2009 6:28 PM To: Karthik Nanjangude Subject: Re: Need Some info On 1

RE: Need Some info

2009-12-17 Thread Karthik Nanjangude
Hi Sorry for the Long Over haul I am using ServletContextListener For the "" of Container With regards KArthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, December 16, 2009 6:28 PM To: Karthik Nanjangude Subject: Re: Need Some info On 16/12/

RE: Need Some info

2009-12-16 Thread Karthik Nanjangude
er.com] Sent: Wednesday, December 16, 2009 2:47 PM To: users@tomcat.apache.org Subject: Re: Need Some info On 16/12/2009 07:46, Karthik Nanjangude wrote: > Hi > > Need Some info > > 1) Is there a way to track the JNDI based Connection Pool usage within > the TOMCAT The JM

Re: Need Some info

2009-12-16 Thread Pid
On 16/12/2009 07:46, Karthik Nanjangude wrote: Hi Need Some info 1) Is there a way to track the JNDI based Connection Pool usage within the TOMCAT The JMX API offers access to lots of internal, including Tomcat defined DataSources. 2) Is it possible to start a based servlet

Need Some info

2009-12-15 Thread Karthik Nanjangude
Hi Need Some info 1) Is there a way to track the JNDI based Connection Pool usage within the TOMCAT 2) Is it possible to start abased servlet to start AFTER another Servlet define with 1 With regards karthik