Questo contenuto non è disponibile nella lingua selezionata.
4.3. Extracting and Installing Enterprise Web Server
Extraction and installation of Enterprise Web Server for the downloaded ZIP files is as follows:
Procedure 4.3. Extracting and Installing EWS from a ZIP File
Follow this procedure to install JBoss Enterprise Web Server from a ZIP file:
- At the shell prompt, become the root user.
- Change to the directory with the ZIP file.
- Run the following command to extract the package to
opt
:Substitute the <FILE_NAME> with the name of the downloaded ZIP file.unzip <FILE_NAME> -d /opt
# unzip <FILE_NAME> -d /opt
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
The system uses theopt
directory as a default directory for installing JBoss Enterprise Web Server on Solaris. Make sure theopt
directory is present during installation. - Issue the following commands to run the post-installation scripts:The post-installation process creates the tomcat and apache users and groups, and directories:
cd /opt/jboss-ews-2.0/etc sh .postinstall.httpd sh .postinstall.tomcat
cd /opt/jboss-ews-2.0/etc sh .postinstall.httpd sh .postinstall.tomcat
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The users and groups
apache
with an ID of 48 andtomcat
with an ID of 91. Theapache
runshttpd
, while thetomcat
user runstomcat
. - Additional directories the
tomcat
group has write permissions to:/var/logs/tomcat7
/var/logs/tomcat6