web.show_document on Weblogic looking at port 8090 vs 9001
We have installed Weblogic 11g Server and application to a 64-bit virtual server. The Oracle 11g Forms work as they should. We have set the alias for DY_REPORTS. However, when we use the web.show_document command to ‘retrieve’ a generated report WEB.SHOW_DOCUMENT('/DY_REPORTS/'||:report_file||'.LST','_TOP'), the URL comes up as http://servername:9001/DY_REPORTS/AN31.LST but we get the http: 404 -- not found error. However if we change the port to 8090 it comes up. Anyone know why the WebLogic is looking at port 8090? Our Port list is:
OPMN_LOCAL_PORT=6700
WEBCACHE_STATS_PORT=8092
OHS_LISTEN_PORT=8888
WEBCACHE_SSL_PORT=8094
WEBCACHE_INVALIDATION_PORT=8093
WLS_FORMS_PORT=9001
OHS_SSL_PORT=8890
OHS_PROXY_PORT=8889
WLS_REPORTS_PORT=9002
WEBCACHE_LISTEN_PORT=8090
OPMN_REMOTE_PORT=6701
OPMN_REQUEST_PORT=6702
DOMAIN_PORT=7001
NODE_MANAGER_PORT=-1
EMAGENT_PORT=5155
WEBCACHE_ADMIN_PORT=8091