I create the war file of my rails application and if i deploy it on Glassfish or Tomcat this is message displayed to me :- We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortly. What can i do? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> TomcatRead this page very carefully: http://c2.com/cgi/wiki?ConfigurationHell --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sun, Mar 29, 2009 at 12:52 PM, mahmoud_cs <mahmoudahmedfoaad-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > I create the war file of my rails application and if i deploy it on > Glassfish or Tomcatyeah, it would help to describe exactly *how* you''re creating it, along with a few other things about your environment, but... The (warbler) default seems to be to create a war file for production mode, which doesn''t give you squat for feedback on errors. Check your web.xml file for something like this: <context-param> <param-name>rails.env</param-name> <param-value>production</param-value> </context-param> and change it to development. For starters :-) HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---