此内容没有您所选择的语言版本。
Chapter 5. Installing Enterprise Web Server on Solaris
On Solaris, JBoss Enterprise Web Server can be installed in two ways:
- from a ZIP file
- from Solaris packages
Both installation ZIP files and Solaris packages are available at Red Hat Customer Portal; however, their installation differs. JBoss Enterprise Web Server is run in the same way regardless of whether it was installed from a ZIP or Solaris package.
5.1. Prerequisites 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Before installing JBoss Enterprise Web Server on Solaris, confirm that a supported Java version is installed (refer to Procedure 5.1, “Installing Java”).
Procedure 5.1. Installing Java
- Go to the Oracle homepage.
- Download JDK 1.6.0 from the web site (http://www.oracle.com/technetwork/java/javase/downloads/index.html).
- Go to the download location.
- Run the Java installation file.
- Go to
usr. - Issue the following command to display the current Java symbolic link:
ls -lad java - Remove the link:
rm java - Create a java symbolic link to the JDK 1.6.0:
ln -sf /usr/jdk/<JDK>