To install using yum
/ DVD:
Update your installation and install the JVM as described above.
Mount the Red Hat Application Stack V.2.0 DVD.
Create a new file in
/etc/yum.repos.d/
with the following contents to update directly from the RPMs on the disk:[stacksv2] name=Red Hat App Stack baseurl=file:///path/to/mounted/DVD/Stacks/ enabled=1
Install JBoss Application Server:
For the Application Server (which includes an embedded Tomcat), run:
yum install jbossas
After the installation is complete, remove the file you added in
/etc/yum.repos.d/
in Step 3 (or set enabled=0 in that file). Failure to do this will result inyum
exiting with an error whenever it is run again without mounting the Red Hat Application Stack V.2.0 DVD.
0 Comments:
Post a Comment