Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
14
legacy/utilities/LoadTesting/scripts/_tailTomcatLogs
Executable file
14
legacy/utilities/LoadTesting/scripts/_tailTomcatLogs
Executable file
|
@ -0,0 +1,14 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Start following the tails of all of the logs in Tomcat.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
require File.expand_path('subscripts/common', File.dirname(__FILE__))
|
||||
|
||||
puts system("tail -f #{@home}/tomcat/logs/*")
|
Loading…
Add table
Add a link
Reference in a new issue