AIS - convert port based URL to host based
Dear JDE Community,
Has anybody implemented AIS with host based URL? How do I avoid providing port based URL on the Oracle Apps settngs and just used host based names?
Since the AIS instance does not have any *.htm file how will the entries in http.conf differ from a HTML instance?
So far I have tried the below combinations with no luck. I can get to the log in page using the App but cannot login with an error saying ... "Application cannot connect to the server"
<VirtualHost *:80>
ServerName SSBIZHUBDV
ServerAlias SSBIZHUBDV SSBIZHUBDV.SSSS.COM SSBIZHUBDV.SVC.SSSS.COM
Alias /jderest "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\inst alledApps\TXHDCWBS08Node01Cell\AIS_TXHDCWBS08_8096 _DV910.ear\JDERestProxy.war"