Often times, customers using a proxy server in front of WebLogic experience performance issues that turn out to be fixed by replacing the older plugin with the most current one provided by Oracle Middleware (Oracle WebLogic Server).

To find out if your plugin is old, the best way to check the build date is by accessing the WebLogic Bridge page as follows:

Set DebugConfigInfo="ON" in the proxy configuration file.
- The proxy bridge page can be viewed with an URL like, http://webserver_host:port/path/xyz.jsp?__WebLogicBridgeConfig
where path should be something that invokes the plug-in.
For example,
http://myhost:8080/<PIA_SITE>/session.jsp?__WebLogicBridgeConfig

You will be able to see the build date and the change number at the end of this proxy bridge page.

If you are experiencing performance issues via the proxy server and find out that the plugin is old, contact Oracle Customer Support to request a newer one.

0 Comments