2008/10/8 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
 web server attached to it at all.
>
> With Rails, Glassfish sets stdin to be the input stream from the Java
> request object, stdout to be the output stream from the request, and
> then invokes the right method within Rails (Which in Merb looks like
> it would be ::Merb::Dispatcher.handle). Would the same approach work
> in Merb? Is there a better way to do that? What files will I have to
> have loaded before Merb will be willing to do that?

Write a Rack adapter that does what you need and pass control to Merb
dispatcher as soon as you need to.
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to