Passenger Vs Mongrel

Hi Guys,

             I am running app using passenger but still booting

with mongrel in console if i write ruby script/server

        => Booting Mongrel
        => Rails 2.3.5 application starting on http://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:inmain_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:inhandle_spawn_application’
passenger (2.2.15) lib/phusion_passenger/utils.rb:252:in `safe_fork’

Can u tell me what is happening.

Regards,
Hari

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