From: Nick Sieger Date: 2008-10-17T23:56:56+09:00 Subject: Re: Problem with warbler This is a known issue -- for some reason the /rails/info/properties route is not getting set up from within the war environment. /Nick On Fri, Oct 17, 2008 at 5:53 AM, Bahaw Anyone wrote: > Ok I think I was to sort it out after all. I tried freezing rails and > it was included now in the war file. I was able to see the application > running in Tomcat at last! However, I have encountered some issues when > I clicked on About your environment link > (http://localhost:8080/shoplet/rails/info/properties). I got the ff: > exception. > > ActionController::RoutingError (No route matches > "/rails/info/properties" with {:method=>:get}): > /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in > `recognize_path' > /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in > `recognize' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in > `handle_request' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in > `dispatch' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in > `dispatch' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in > `dispatch_cgi' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in > `dispatch' > file:/D:/tomcat/webapps/shoplet/WEB-INF/lib/jruby-rack-0.9.2.jar!/rack/adapter/rails.rb:37:in > `serve_rails' > file:/D:/tomcat/webapps/shoplet/WEB-INF/lib/jruby-rack-0.9.2.jar!/rack/adapter/rails.rb:44:in > `call' > file:/D:/tomcat/webapps/shoplet/WEB-INF/lib/jruby-rack-0.9.2.jar!/jruby/rack/rails.rb:145:in > `call' > file:/D:/tomcat/webapps/shoplet/WEB-INF/lib/jruby-rack-0.9.2.jar!/rack/handler/servlet.rb:17:in > `call' >