Questo contenuto non è disponibile nella lingua selezionata.
3.3. Configuring the Environment
Procedure 3.4. Setting Environment Variables
- Log in to an account with local administrator permissions.
- Go to
. - Click on the Advanced tab.
- Click thebutton.
- Click thefor System Variables.
- Enter the required
JAVA_HOME
,TMP
andTEMP
name-value pairs. - You will also need to add
C:\Program Files\jboss-ews-2.0\bin
to the PATH environment variable of the user the service runs under. This is SYSTEM by default. Without this, the SSL Connector will fail to work.
Procedure 3.5. Running the Post-Installation Script
- Run the Command Prompt as administrator even if you are logged in as the administrator:
- Click thebutton.
- Go to
. - Right-click the Command Prompt and select
Run as administrator
.
- In the Command Prompt, type the following to change to the
etc
folder of your Enterprise Web Server installation:cd /D "C:\Program Files\jboss-ews-2.0\etc"
C:\> cd /D "C:\Program Files\jboss-ews-2.0\etc"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Issue the command
call postinstall.httpd.bat
and then the commandcall postinstall.tomcat.bat
to run the post-installation script.The script creates the required symbolic links (Junction Points) for temporary logging and configuration directories.
Procedure 3.6. Installing Tomcat
- Run the Command Prompt as administrator:
- Click thebutton.
- Go to
. - Right-click the Command Prompt and select
Run as administrator
.Note
On 64-bit Windows, you need to use the 64-bit version of the Command Prompt (cmd.exe
). Running thecmd
command from a 32-bit application launches a 32-bit Command Prompt instance. This causes the service setup script to fail with a File Not Found warning. - Change to the
bin
folder in the JBoss Enterprise Web Server installation folder.For Tomcat 6
For Tomcat 6, the command is:cd /D "C:\Program Files\jboss-ews-2.0\share\tomcat6\bin"
C:\> cd /D "C:\Program Files\jboss-ews-2.0\share\tomcat6\bin"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For Tomcat 7
For Tomcat 7, the command is:cd /D "C:\Program Files\jboss-ews-2.0\share\tomcat7\bin"
C:\> cd /D "C:\Program Files\jboss-ews-2.0\share\tomcat7\bin"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- In the Command Prompt, run the following command :
call service.bat install
call service.bat install
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure 3.7. Installing HTTP
- Run the Command Prompt as administrator:
- Click thebutton.
- Go to
. - Right-click the Command Prompt and select
Run as administrator
.
- Change to the
bin
folder of your new installation:cd /D "C:\Program Files\jboss-ews-2.0\bin"
C:\> cd /D "C:\Program Files\jboss-ews-2.0\bin"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - In the Command Prompt, run the
install
command:A Firewall security dialog prompt demanding networking access for the Apache HTTP Server service appears. Click if you wish to access this service from the network.httpd -k install
httpd -k install
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
By default, Apache HTTP Server is configured to listen on port 80. If you have Microsoft IIS installed, ensure the following:World Wide Web...
service is stopped and the Startup Type is set toManual
World Wide Web...
service is configured to listen on a different port
Alternatively, you can edit thehttpd.conf
file before installing the service and change theListen
directive to a port that does not collide with the Internet Information Service listening ports.
Procedure 3.8. Configuring log4j
log4j
logging in Tomcat:
- Change to
C:\Program Files\jboss-ews-2.0\share\extras\
- Copy the respective log4j files to the Tomcat folder:
- If using Tomcat 6, run the following commands:
copy log4j.jar log4j.properties ..\tomcat6\lib
copy log4j.jar log4j.properties ..\tomcat6\lib
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - If using Tomcat 7, run the following commands:
copy log4j.jar log4j.properties ..\tomcat7\lib
copy log4j.jar log4j.properties ..\tomcat7\lib
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure 3.9. Removing SSL
- Go to
C:\Program Files\jboss-ews-2.0\etc\httpd\conf.d
- Rename the SSL configuration file:
- To remove SSL, rename
ssl.conf
tossl.conf.disabled
. - To re-add SSL rename
ssl.conf.disabled
tossl.conf
.
Procedure 3.10. Configuring mod_jk
- available workers (JBoss instances) in the
workers.properties
file - the mod_jk configuration file
mod_jk.conf
- In
C:\Program Files\jboss-ews-2.0\etc\httpd\conf\
create workers.properties (refer to http://tomcat.apache.org/connectors-doc/reference/apache.html). - In
C:\Program Files\jboss-ews-2.0\etc\httpd\conf.d\
create mod_jk.conf (refer to http://tomcat.apache.org/connectors-doc/reference/apache.html)Note
You can also use the sample filesmod_jk.conf.sample
andworkers.properties.sample
available inC:\Program Files\jboss-ews-2.0\etc\httpd\conf
: modify their content as needed and rename them tomod_jk.conf
andworkers.properties
.
Procedure 3.11. Configuring mod_cluster
- In the
C:\Program Files\jboss-ews-2.0\etc\httpd\conf\httpd.conf
file, add the hash (#
) sign at the beginning of the following line to disable mod_proxy_balancer.so:This module is incompatible with the JBoss HTTP Connector.LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Configure the server to load the JBoss HTTP Connector modules:
- Create the file
C:\Program Files\jboss-ews-2.0\etc\httpd\conf.d\mod_cluster-native.conf
. - Add the following lines to the
mod_cluster-native.conf
file:LoadModule proxy_cluster_module modules/mod_proxy_cluster.so LoadModule slotmem_module modules/mod_slotmem.so LoadModule manager_module modules/mod_manager.so LoadModule advertise_module modules/mod_advertise.so
LoadModule proxy_cluster_module modules/mod_proxy_cluster.so LoadModule slotmem_module modules/mod_slotmem.so LoadModule manager_module modules/mod_manager.so LoadModule advertise_module modules/mod_advertise.so
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure 3.12. Setting Security
C:\Program Files\jboss-ews-2.0
folder and all of its subfolders:
- Right-click the
C:\Program Files\jboss-ews-2.0
folder and clickProperties
. - Select the
Security
tab. - Click thebutton.
- Click thebutton.
- In the text box, enter
LOCAL SERVICE
. - Select the
Full Control
check box for the newLOCAL SERVICE
account. - Click
OK
. - Click thebutton.
- Inside the Advanced Security Settings dialog, select
LOCAL SERVICE
and click . - Select the check box next to the Replace all existing inheritable permissions on all descendants with inheritable permissions from this object option.
- Click.
- Clickagain.
- Clicka third time to apply the settings.