2011-12-14 22:01:35 +00:00
|
|
|
#! /usr/bin/ruby
|
|
|
|
|
|
|
|
=begin
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Start following the tails of all of the logs in Tomcat.
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
=end
|
|
|
|
|
2013-10-21 15:21:54 -04:00
|
|
|
require File.expand_path('subscripts/common', File.dirname(__FILE__))
|
|
|
|
|
|
|
|
puts system("tail -f #{@home}/tomcat/logs/*")
|