JBoss 7 setup on debian linux

This is a short step-by-step setup guide for JBoss 7.0.2 on Linux ((Debian). Nowadays there is still no official Debian package for JBoss 7 out there, so we have to do a couple of steps manually. 1. download and prepare Start by download the currently available version (7.0.2) of the JBoss 7. #Web Profile version download. wget http://download.jboss.org/jbossas/7.0/jboss-as-7.0.2.Final/jboss-as-web-7.0.2.Final.tar.gz Extracting files to the final location using tar. tar zxvf jboss-as-web-7.0.2.Final.tar.gz -C /usr/local/ Now your JBoss 7 is placed inside /usr/local/jboss-as-web-7....

November 10, 2011 · 3 min · Alexander Holbreich

JBoss 5 GA on Debian linux

This short tutorial describes how to configure JBoss Application Server (Jboss GA 5.1.0) on a Debian Linux (Debian GNU/Linux 5.x “Lenny”). The article starts with the installation of Java JDK and continues with JBoss installation and basic configuration according to standard file system hierarchy. Also init.d. scripts configuration is given here. Installing Java SDK Nowadays installing Java environment on Debian is an easy task. I’ve used JDK 1.6. Don’t confound JDK with JRE, because bare Java Runtime Environment is not enough for running JBoss....

January 29, 2010 · 6 min · Alexander Holbreich