search for: port_pid_file

Displaying 2 results from an estimated 2 matches for "port_pid_file".

2007 Feb 21
3
Mongrel_Cluster PID File Creation Error.
...conf if conf - @pid_file = @options["pid_file"].split(".") + @pid_file = @options["pid_file"].split(".pid") start_port = end_port = @only start_port ||= @options["port"].to_i @@ -34,7 +34,7 @@ end def port_pid_file(port) - "#{@pid_file[0]}.#{port}.#{@pid_file[1]}" + "#{@pid_file}.#{port}.pid" end def start
2007 Apr 17
7
problem restarting mongrel_cluster outside RAILS_ROOT - patch and other option
Hey folks. Sorry for the SUPER long email but if you''ve been experiencing the same problems with restarting your mongrel cluster with Capistrano, then I have two solutions that have worked for me and I''m pretty sure will for you as well. THE PROBLEM I was having trouble restarting my clusters using Capistrano. I''ve seen this come up before on the mailing list and