Created
June 4, 2015 08:24
-
-
Save itomg/036381a11f0a5db8f168 to your computer and use it in GitHub Desktop.
How to Determine Your Version of Tomcat and Java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Linux: | |
java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo | |
## Windows: | |
java.exe -cp lib\catalina.jar org.apache.catalina.util.ServerInfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment