> On 2023-05-16, at 17:02, Meltron Kendrick <[email protected]> wrote:
>
> I am trying to get these fields to UPDATE properly...
>
> ESPECIALLY THESE 3 -------
> (but all of them would be nice)
>
> Server version: Secure Web Server
> Server built: Jan 01 2000 00:00:00 UTC
> Server number: 1.0.0.0
This information comes from this file inside lib/catalina.jar:
org/apache/catalina/util/ServerInfo.properties
Whoever built your Tomcat distribution changed the contents of that file when
constructing the package. Using an unadulterated download from
tomcat.apache.org <http://tomcat.apache.org/> results in something similar to
the following when running the version command:
Server version: Apache Tomcat/11.0.0-M6
Server built: May 3 2023 17:28:15 UTC
Server number: 11.0.0.0
OS Name: Mac OS X
OS Version: 13.3.1
Architecture: aarch64
JVM Version: 18.0.1.1+2-6
JVM Vendor: Oracle Corporation
- Chuck