On Aug 4, 1:13 pm, hari bhat <[email protected]> wrote: > Hi Guys, > > I am running app using passenger but still booting > with mongrel in console if i write ruby script/server >
That's normal - running script/server will always start mongrel - passenger only comes into play when accessing the site via apache. Fred > => Booting Mongrel > => Rails 2.3.5 application starting onhttp://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > > I have done all configuraion for passenger.But in dev log m getting > > development/log file > > ActionController::RoutingError (No route matches "/TEADevInfo/" with > {:method=>:get}): > passenger (2.2.15) lib/phusion_passenger/rack/request_handler.rb: > 92:in `process_request' > passenger (2.2.15) lib/phusion_passenger/abstract_request_handler.rb: > 207:in `main_loop' > passenger (2.2.15) lib/phusion_passenger/railz/ > application_spawner.rb:441:in `start_request_handler' > passenger (2.2.15) lib/phusion_passenger/railz/ > application_spawner.rb:381:in `handle_spawn_application' > passenger (2.2.15) lib/phusion_passenger/utils.rb:252:in `safe_fork' > > Can u tell me what is happening. > > Regards, > Hari -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

