I use capistrano to deploy my java app which is deployed to a resin server. When I use run "/path/to/resin/bin/httpd.sh restart" I just got logs said the server was shuting down, but the server was never started.
But when I use ssh $host "/path/to/resin/bin/httpd.sh restart" from command line, it works just fine. So what is the difference? Best regards. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
