Wednesday, June 2, 2010

Verifying Parameters for Web Server Plug-Ins

Web Server Plug-In has several values set to work properly. To know what are the values were set with a particular Configuration try the below method.


Service fn="wl_proxy" WebLogicHost="app1.test.com" WebLogicPort="8111" Debug="ALL" WLLogFile="/app/webserver7/https-intranet-18080/logs/wlproxy_jobsit
e.log" WLProxySSL="ON" CookieName="ADMINCONSOLESESSION" DebugConfigInfo="ON"



In the above config entry object name is jobsite and the ppath is jobsitemp. To verify this config settings use the below URL.

https://app.test.com/jobsitemp?__WebLogicBridgeConfig


where the above URL says to show the jobsitemp ppath's settings.

Followers