« Return to Thread: Windows deployment of JRuby on Rails

Re: Windows deployment of JRuby on Rails

by Jacob Kessler :: Rate this Message:

Reply to Author | View in Thread

Roman,

  The only problem that I could see you running into is that Glassfish
gem doesn't support running as a service on Windows yet. It's something
that we've considered doing, but haven't seen much interest and thus
have kept it fairly low-priority. If that's something that you are going
to want, I can see if we can bump it up a bit.

Other than that, glad to see you are having no problems with JRuby + GF
gem. I've found the pathing/environment variable setup on Windows to be
a bit clunky, but that's a Windows issue, not a JRuby issue =).

Roman Zawada wrote:

> Hi,
> in my company I'm running small RoR app on Windows platform (standard
> setup of Apache+Several Mongrel Instances) and MRI.
> Now it's time to improve RoR app and hand to hand with that I've
> started to think about change of it's deployment (but stay on
> Windows). Firstly I wanted to wait for IronRuby, but it looks like it
> will need some time  to be ready for production. So I've looked at
> JRuby and at the first look it looks really fantastic. Great
> performance comapred do 1.8.6 MRI, easy deployment with Glassfish  gem.
>
> So my question is, where is the problem? If there is any.. :-)
>
> Well yes, native and windows specific extensions, but probably
> everything I use exists in jruby/java world too or its simple to write
> some wrapper using FFI or JNA? (I use ruby SVN bindings,
> win32-registry, win32-service)
>
> thanks
>
> Roman
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Windows deployment of JRuby on Rails