We have an J2EE application running on JBOSS. We would like to use Drupal for user management as well as supporting forums. Does anybody integrated Jboss with Drupal. Could you please provide any useful links. Appreciate looking into the issue.

thanks,
Chinnni

Comments

oestrada’s picture

by checking if jboss runs php and mysql. as far as I know jboss is a java app server. if jboss can't run php/mysql at a minimum you're out of luck trying to run drupal on top of jboss unless the drupal people do a port to java which is highly unlikely.

oestrada’s picture

just did a quick check on jboss.org docs and it appears that jboss can run php/mysql. I'd think that if you get this combo to work, you're in business...

reikiman’s picture

The Resin appserver (www.caucho.com) includes PHP support through a compiler that converts PHP to JSP dynamically. I've done a bit of testing using Drupal and it works great.

Caucho has released a portion of it as a separate open source project, Quercus, which can be run on other appservers. The Glassfish team has done quite a bit of testing using Quercus under Glassfish. Quercus doesn't include the compiler so that would impact speed. I have no idea whether anybody has tried Quercus with JBoss.

- David Herron - http://7gen.com/

jasonknudsen’s picture

I'm looking into hosting our Drupal installation by using JBoss / JBoss Web server. I'm able to get PHP to work just fine using JBoss, however when I try to run the installation of Drupal from the web all I get is a blank white page. In my web server logs I see this:

[17/Mar/2009:09:19:56 -0400] "GET /install.php?profile=default HTTP/1.1" 404 -

Did you ever have any luck installing Drupal in JBoss?

Thanks,

Jason