Q. How do I install JBoss Application Server under RHEL 5 / CentOS 5 Linux?
A. JBoss Application Server (JBoss ) is a free open source software Java EE-based application server. Because it is Java-based, the JBoss application server is cross-platform, usable on any operating system that Java supports.
Red Hat Enterprise Linux / CentOS Linux 5 JBoss Installation
JBoss AS 4.0 is a Java EE 1.4 application server, with embedded Apache Tomcat 5.5. Any Java Virtual Machine between versions 1.4 and 1.5 is supported. Type the following command as root user to install it:
# yum install java-1.5.0-sun-devel jbossas
Red Hat Enterprise Linux 3 or 4 JBoss installtion
For older version use up2date command as follows:
# up2date -i java-1.5.0-sun-devel jbossas
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 5 comments… read them below or add one }
Hi!
I’ve CENTOS5 and yum install java-1.5.0-sun-devel jbossas really doest work… I’ve to install with the zip file.
Did you mean you have to install with the zip file to make it work?
Nope..CentOS doesn’t have the packages mentioned..
It does not work for CentOS..unless you install openjdk and jboss through jpackage or such..
Perhaps you have to try it out yourself on a CentOS 5.5 intstallation :)
can i install jboss .4.3 cp06 on redhat 5.5 OS?
Is there any particular reason why JDK 1.6 is not supported?