Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread andy gordon
thank you! Mark Thomas <[EMAIL PROTECTED]> wrote: Mark Thomas wrote: > 4.1.x - I'll take a look at porting the patch. If it is easy, then > I'll do it. I have just committed this to svn for 4.1.x Mark - To unsubscribe, e-m

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread Mark Thomas
Mark Thomas wrote: > 4.1.x - I'll take a look at porting the patch. If it is easy, then > I'll do it. I have just committed this to svn for 4.1.x Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread Mark Thomas
andy gordon wrote: > Peter, Thanks This is great! I am not sure of the policy but if you don't > mind me asking, is there anyway to add this functionality to earlier releases > of Tomca such as 5.5.x, 5.0x, or 4.x? 5.5.x - As Peter said, it will be in 5.5.16 onwards. We don't issue individual p

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread andy gordon
Peter, Thanks This is great! I am not sure of the policy but if you don't mind me asking, is there anyway to add this functionality to earlier releases of Tomca such as 5.5.x, 5.0x, or 4.x? Again Thank you , this is great. - andy Peter Rossbach <[EMAIL PROTECTED]> wrote: OK, this is

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread Peter Rossbach
OK, this is a very useful information and I add this to this information to the Server mbean. The fix included at 5.5.16. Thanks peter Am 18.01.2006 um 09:53 schrieb Rodrigo Ruiz: Hi Andy, I agree with you. The application version seems to be a relevant information piece. I guess "Catalina/

Re:2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread Rodrigo Ruiz
Hi Andy, I agree with you. The application version seems to be a relevant information piece. I guess "Catalina/Server" MBean would be a good place. Regards, Rodrigo Ruiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re:2nd Request: How do you programmatically determine Tomcat Version

2006-01-17 Thread andy gordon
All, Surprising no one responded the first time. Looking at the source, I noticed a org.apache.catalina.util.ServerInfo class in that does access version information but it is local to the server and not available from an MBean. I need to access version information over RMI (JSR 160). An

How do you programmatically determine Tomcat Version

2006-01-16 Thread andy gordon
All, Is there are way to determine the version of tomcat that is running from an application that is connecting to tomcat via JSR 160 on a local machine. I would like to be able to find the tomcat version from an MBean if possible. Thank you - andy gordon