2.4.2. Installing Enterprise Web Server
- Download the JBoss Enterprise Web Server zip file from the CSP site that is correct for your operating system and architecture.
- Unzip the Enterprise Web Server binary inside
C:\Program Files.To extract the.ziparchive, right-click on the file and selectExtract All.... Click . When prompted for the extract location, click and navigate to theC:\Program Filesdirectory. Click .Your files will be extracted toC:\Program Files\Red Hat\Enterprise Web Server. - Run JBoss Enterprise Web Server as an administrator:
- Run the Command Prompt as an administrator. Click on > > . Right-click on Command Prompt and select
Run as administrator.Note
You will need to selectRun as administratoreven if you are logged in as an administrator.Note
Windows Server 2003 does not have the User Account Control concept, so you will only need to run the Command Prompt (cmd.exe). - Inside the Command Prompt, type the following to move to the
etcdirectory of your Enterprise Web Server installation:cd /D "C:\Program Files\Red Hat\Enterprise Web Server\etc"
C:\> cd /D "C:\Program Files\Red Hat\Enterprise Web Server\etc"Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the post-installation script by typing:
call postinstall.bat
C:\> call postinstall.batCopy to Clipboard Copied! Toggle word wrap Toggle overflow This script creates the required symbolic links (Junction Points) for temporary logging and configuration directories.