2008/10/8 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > It seems like > what I'm trying to do would be to replace Rack with GlassFish, rather > than route GlassFish through Rack.
Rack is just an interface between web framework and web server. It has dead simple interface and acts as a glue. People can use it with any application out there. This is how Passenger runs Merb, Halcyon and other applications, using simple Rack adapter that takes environment from Apache. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
