此内容没有您所选择的语言版本。
Chapter 4. Installing Enterprise Web Server on Solaris
On Solaris, JBoss Enterprise Web Server can be installed from a ZIP file.
Installation ZIP files are available at Red Hat Customer Portal.
4.1. Prerequisites 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The following is a list of general prerequisites:
- Sufficient disk space for your JBoss Enterprise Web Server installation.
- Sufficent disk space for your applications.
Before installing JBoss Enterprise Web Server on Solaris, confirm that a supported Java version is installed (refer to Procedure 4.1, “Installing Java”).
Procedure 4.1. Installing Java
- Download JDK 1.6 or 1.7 and the corresponding architecture from the web site (Download JDK).
- 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
ls -lad java
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Remove the link:
rm java
rm java
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Create a java symbolic link to the JDK 1.6.0:
ln -sf /usr/jdk/<JDK>
ln -sf /usr/jdk/<JDK>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow