The following is a howto for installing Jboss under Red Hat Enterprise Linux or CentOS. The steps are most likely the same under any other Linux distro.
- Unpack your jboss.zip (or .tar)
- Jboss requires a ‘place’ to store data as it runs. Out of the box it uses org.jboss.jdbc.HypersonicDatabase which is horribly inefficient and should never be used in a production system. So we’ll set up MySQL such that jboss can write to it (installing and configuring MySQL is an