Re: Re: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Bill Barker
Yes, TC stands for TomCat. Well, this confirms that the version is one of 3.3.0, 3.3.1, or 3.3.1a. Most likely the later (since most people upgraded to that). You can find out for sure which by doing a HEAD request to anything but a JSP page: It will be in the 'Server:' header. There isn't m

RE: Re: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Ralph.Grothe
Good Morning Bill (at least in my TZ that is), many thanks for clarifying what Http10Connector stands for. Of course I should have known that it refers to version 1.0 of the HTTP. I admid that I should be reading more of the docs of the Tomcat project, and probably have an occassional glance at th