Hi, I''m trying to package my rails application into a war file to install on glassfish. I''m having some trouble in OS X because when Netbeans tries to create the file, it gets a permission denied error. My thought is running it as sudo would solve the problem. The issue is I don''t know how to do that. Since its an .app file, I can''t seem to figure out how to run it as administrator. Any thoughts? And does anybody have experience with Glassfish? I''m not that great at deploying apps with Capistrano, mainly because with ColdFusion (my background) there really aren''t many deployment issues. As a result, I find the deployment issues with Rails a little discouraging. With Glassfish, from what I''ve heard, you can simply transfer a war file. Anybody tried it? Thanks! Ron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ron
2008-Apr-01 02:19 UTC
Re: Trying to put Rails app into a war file to deploy on Glassfish
Got it. You have to sudo sh /Applications/NetBeans/NetBeans\ 6.0.1.app/Contents/Resources/NetBeans/bin/netbeans On Mar 31, 6:40 pm, Ron <stecklyena...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''m trying to package my rails application into a war file to install > on glassfish. I''m having some trouble in OS X because when Netbeans > tries to create the file, it gets a permission denied error. My > thought is running it as sudo would solve the problem. The issue is I > don''t know how to do that. Since its an .app file, I can''t seem to > figure out how to run it as administrator. > > Any thoughts? And does anybody have experience with Glassfish? I''m > not that great at deploying apps with Capistrano, mainly because with > ColdFusion (my background) there really aren''t many deployment > issues. As a result, I find the deployment issues with Rails a little > discouraging. With Glassfish, from what I''ve heard, you can simply > transfer a war file. > > Anybody tried it? > > Thanks! > > Ron--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---