Saturday, June 5, 2021

Deploying the IIS WebGate 12c Instance and Testing

(1) DEPLOYWEBGATE:

C:\Oracle\Middleware\Oracle_Home\webgate\iis\tools\deployWebGate>deployWebGateInstance.bat -w C:\webgate12cInstance\test8088 -oh C:\Oracle\Middleware\Oracle_Home -ws iis


Copying files

C:\Oracle\Middleware\Oracle_Home\webgate\iis\config\oblog_config_wg.xml

1 File(s) copied

C:\Oracle\Middleware\Oracle_Home\webgate\iis\tools\openssl\simpleCA\cacert.pem

1 File(s) copied

C:\Oracle\Middleware\Oracle_Home\webgate\iis\tools\openssl\simpleCA\cakey.pem

1 File(s) copied

Done!

C:\Oracle\Middleware\Oracle_Home\webgate\iis\tools\deployWebGate>


(2) CONFIGURE WEBGATE:

C:\Oracle\Middleware\Oracle_Home\webgate\iis\tools\ConfigureIISConf>ConfigureIISWebGate.bat -oh C:\Oracle\Middleware\Oracle_Home -w C:\webgate12cInstance\test8088 -site "test8088"



processed dir: C:\webgate12cInstance\test8087\webgate\config\simple

processed dir: C:\webgate12cInstance\test8087\webgate\tools\openssl

processed dir: C:\webgate12cInstance\test8087\webgate\tools\openssl\simpleCA

processed file: C:\webgate12cInstance\test8087\webgate\tools\openssl\simpleCA\cacert.pem

processed file: C:\webgate12cInstance\test8087\webgate\tools\openssl\simpleCA\cakey.pem

c:\oracle\middleware\oracle_home\webgate\iis\lib\webgate.ini is updated.


(3) Registering webgate in /OAMCONSOLE



Once created then download artifacts -


Copy the generated webgate artifacts to -->> C:\webgate12cInstance\test8088\webgate\config


Restart the IIS


Troubleshooting:

When you access http://<iis-host>:port/hello.html and if you get error below:




In Windows 2019 Server you may face ISAPI extension issue.

Follow - Server Manager -> Tools -> IIS 

On the Server Roles page, expand Web Server (IIS), expand Web Server, expand Application Development, and then select CGI or ISAPI Extensions. Click Next.

Later stuck at --->


- Installed relative vc++ redistributaion
- Checked IIS configuration settings 
- Followed Oracle Doc IDs 2309712.1 and 2361926.1 however not worked.


No comments:

Post a Comment