I was hoping to be able to do it without writing anything new into
Merb, since I'd want any Merb user out there to be able to just deploy
their app without any installation beyond GlassFish, which would seem
like it would rule out writing my own adapter for Merb. It seems like
what I'm trying to do would be to replace Rack with GlassFish, rather
than route GlassFish through Rack.

On Oct 8, 10:31 am, "Michael Klishin" <[EMAIL PROTECTED]>
wrote:
> 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