Method: Jettywrapper#pid_dir

Defined in:
lib/jettywrapper.rb

#pid_dirObject

The directory where the pid_file will be written



519
520
521
# File 'lib/jettywrapper.rb', line 519

def pid_dir
  File.expand_path(File.join(base_path,'tmp','pids'))
end