[root@VM tomcat]# bin/shutdown.sh
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/java/jdk1.6.0_29
Using CLASSPATH: /usr/local/tomcat/bin/bootstrap.jar
[root@VM tomcat]# bin/startup.sh
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/java/jdk1.6.0_29
Using CLASSPATH: /usr/local/tomcat/bin/bootstrap.jar
SpecifierDescription
%%a literal%character
%na new-line character
%ta horizontal tab character
Time fields
%Hhour (00..23)
%Ihour (01..12)
%pthe locale's AM or PM indicator
%Mminute (00..59)
%Ssecond (00..61, which allows for leap seconds)
%Xthe locale's time representation (e.g.: "15:12:47")
%Ztime zone (e.g. GMT), or nothing if the time zone cannot be determined
Date fields
%athe locale's abbreviated weekday name (e.g.: Sun..Sat)
%Athe locale's full weekday name (e.g.: Sunday .. Saturday)
%bthe locale's abbreviated month name (e.g.: Jan .. Dec)
%Bthe locale's full month name, (e.g.: January .. December)
%cthe locale's date and time (e.g.:"Sun Dec 15 14:12:47 GMT 1996")
%dday of month (01 .. 31)
%jday of year (001 .. 366)
%mmonth (01 .. 12)
%Uweek of the year with Sunday as first day of week (00..53, where week 1 is the week containing the first Sunday of the year)
%Wweek of the year with Monday as first day of week (00..53, where week 1 is the week containing the first Monday of the year)
%wday of week (0 .. 6, where 0 corresponds to Sunday)
%xlocale's date representation (e.g. today in Britain: "15/12/96")
%yyear without the century (00 .. 99)
%Yyear with the century (1970 .. 2038)