Debian Etch Apache and JBoss installation
Development, JBoss March 24th, 2009There are a lot of great tutorials how to install a jboss application server behind an apache as load balancer, but I had the problem to get it running on one of our root servers. I tried a lot of things until I found the using mod_jk1.2 with jboss tutorial. It worked fine, but I can’t access the jboss tomcat via my web browser. The solution I then tried is to change “${jboss.bind.address}” with the IP address of the machine in the server.xml file ($JBOSS_HOME/server/all/deploy/jbossweb.sar/server.xml). I don’t know if it is the best solutionm, but it worked for me fine.
If you a better solution feel free to leave a comment, I’ll try it…
January 27th, 2010 at 1:53 am
Maybe elaborated tutorial willhelp you more:
http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/