If you are installed JAS on your 400, remember that you need to follow the instructions on the screen. If it says “follow what is in the readme.txt”, things are not going to work unless you do it.
Please perform the following manual steps.
------------------------------------------
1. Add the following text to the Managed Instance's associated HTTP Server's httpd.conf file.
------------------------------------------------------------------------------------
# The following configuration was added by the EnterpriseOne Server Configuration Framework
Listen 0.0.0.0:9085
<VirtualHost *:9085>
Alias /jde "/QIBM/UserData/WebSphere/AppServer/V7/ND/profiles/default/installedApps/HDRYDOW/WAS7_DV_85.ear/webclient.war"
</VirtualHost>
<Directory "/QIBM/UserData/WebSphere/AppServer/V7/ND/profiles/default/installedApps/HDRYDOW/WAS7_DV_85.ear/webclient.war/WEB_INF">
Order Deny,Allow
Deny from All
</Directory>
<Directory "/QIBM/UserData/WebSphere/AppServer/V7/ND/profiles/default/installedApps/HDRYDOW/WAS7_DV_85.ear/webclient.war">
Order Deny,Allow
Allow from All
</Directory>
------------------------------------------------------------------------------------
2. Restart the Managed Instance's associated HTTP Server to pick up the changes.
ENDTCPSVR SERVER(*HTTP) HTTPSVR(*ALL)
STRTCPSVR SERVER(*HTTP) HTTPSVR(*ALL)
No comments:
Post a Comment