Apache configuration mod_proxy
Apache configuration mod_proxy
Prerequisites:
1) Apache HTTP server either from JBoss Enterprise Web Server or provided by operating
system needs to be installed
2) The mod_proxy modules need to be installed. Apache HTTP server typically comes with
the mod_proxy modules already included
3) You need root or administrator privileges to modify the Apache HTTP Server configuration.
<virtualHost localhost:7007>
ProxyPreserveHost On
ProxyPass /sample http://localhost:8080/sample
ProxyPassReverse /sample http://localhost:8080/sample
</virtualHost >
<Proxy balancer://cluster>
</Proxy>
<VirtualHost *:7007>
# Your domain name
ServerName YOUR_DOMAIN_NAME
ProxyPreserveHost On
ProxyPass /SampleWebApp balancer://cluster/SampleWebApp/ stickysession=JSESSIONID
Websphere
IM
WAS
Plugins
IHS
Profile creation
App server
./startServer.sh -all
Dmgr
./startmanager.sh
./stopmanager.sh
Access logs :
/opt/ibm/httpserver/logs