Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
15
legacy/utilities/LoadTesting/scripts/_stopTomcat
Executable file
15
legacy/utilities/LoadTesting/scripts/_stopTomcat
Executable file
|
@ -0,0 +1,15 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Duh
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
require File.expand_path('subscripts/common', File.dirname(__FILE__))
|
||||
|
||||
puts system("#{@home}/tomcat/bin/shutdown.sh")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue