Class ServerInfo

java.lang.Object
org.apache.catalina.util.ServerInfo

public class ServerInfo extends Object
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
Author:
Craig R. McClanahan
  • Constructor Details

    • ServerInfo

      public ServerInfo()
  • Method Details

    • getServerInfo

      public static String getServerInfo()
      Returns:
      the server identification for this version of Tomcat.
    • getServerBuilt

      public static String getServerBuilt()
      Returns:
      the server built time for this version of Tomcat.
    • getServerBuiltISO

      public static String getServerBuiltISO()
      Returns:
      the server built date for this version of Tomcat in ISO-8601 date format.
    • getServerNumber

      public static String getServerNumber()
      Returns:
      the server's version number.
    • main

      public static void main(String[] args)