Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
13
legacy/utilities/LoadTesting/scripts/_checkTomcat
Executable file
13
legacy/utilities/LoadTesting/scripts/_checkTomcat
Executable file
|
@ -0,0 +1,13 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
See whether our Tomcat is running (not the Tomcat that runs the national index).
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
puts system("ps -ef | grep tomcat | grep -v usr/local/tomcat")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue