On 1/31/17, 2:32 PM, Christopher Schultz wrote:
But what about the "JVM Version" entry?

That comes directly from the "java.runtime.version" system property,
which I believe is read-only. (At least, you can't override it when
launching the JVM by providing a value for that property using
- -Djava.runtime.version=foobar). So that string is coming from your
JVM. It's opaque to Tomcat.
. . .
If you do a "java -version" from the command-line, you'll probably see
that string in there, similar to what is shown on this page:

Thanks. That answered it.

One other thing: I notice that in a couple of those customer installations, I'm not getting the "VersionLoggerListener" messages at all. Is that from some logging level setting?

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to