In this tutorials, we are going to learn on how to install Jboss Application Server 7 on Linux(64-bit) platform. The first step is to install the JDK. Download the JDK from here
Creating user and groups.
++++++++++++++++
Once you download JDK ,install JDK using below command.
gunzip -c /mnt/hgfs/weblogic software/jdk-7u45-linux-x64.gz | tar -xvf - &
The next step is to download the JBOSS AS 7 package from the following Link
Once downloaded: Extract the package
unzip /u01/jboss-as-7.1.1.Final.zip
No comments:
Post a Comment