JRuby on Rails deployment
        Posted  
        
            by Vagmi Mudumbai
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vagmi Mudumbai
        
        
        
        Published on 2009-01-12T10:40:54Z
        Indexed on 
            2010/06/07
            23:02 UTC
        
        
        Read the original article
        Hit count: 247
        
I need to host a JRuby on Rails app on Mongrel. The problem is that I need to support mutual authentication. I know that I could just host it behind a Apache with mod_proxy use mod_ssl to pass the cred or part of the cred as a request header to rails. But I want the whole stack to be Java. Is there a Java application server that can do mod_proxy + ssl kind of configuration without me having to install Apache. Also, we need this to be platform independent. IIS or Apache+OpenSSL is actually not a preferred alternative.
Any alternative deployment configurations are also welcome.
© Stack Overflow or respective owner