That's not the way to do it. The way to approach it is to abstract the 'start', 'stop' process on the *server* not the client.
That way you install a set of server scripts that conform to a standard interface and they depend upon the application/web/database layer you have installed on the server. Your client then simply calls 'web-start' and the right thing happens on each server depending upon which equipment you have installed. You can probably even have a mix of mongrels and passengers if you want. The client shouldn't care what is installed on the servers. It just needs a standard interface to work to. On 14 May, 22:34, Tom Copeland <[EMAIL PROTECTED]> wrote: > "set :application_container, :modrails" or something like that. That's --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
