This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: JBoss CGI support / CGI forwardingforusenet Jun 13, 2013 2:42 PM (in response to forusenet)Ill answer my own question based on what i learned over the past few days - JBoss does not support CGI - Instead of having JBoss forward requests to Apache, better architecture is to have Apache listen to all requests and forward to JBoss as needed. I used the mod_proxy Apache module for this purpose. 
