Hello everyone,
  I'm working on getting Merb the same level of user-friendlyness on
GlassFish that Rails has (which includes things like deployment from
the application directory without needing to make a WAR and other such
fun things), but I'm having some difficulty wiring Merb in correctly.
Mostly, the problem is getting Merb to start up without starting
Mongrel as well. I know that there is the -a option, but I need it to
start up at least far enough to handle a request without any sort of
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?

Thank you for your help, and I'll try to keep you updated as I make
progress on this.
--~--~---------~--~----~------------~-------~--~----~
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