Bootstrap FreeKB - IBM WebSphere - Setting the web server plugin (plugin-cfg.xml) Log Level
IBM WebSphere - Setting the web server plugin (plugin-cfg.xml) Log Level

Updated:   |  IBM WebSphere articles

The web server plugin (plugin-cfg.xml) is used to create a communication channel between IBMs IHS web server and a WebSphere application server.

 

Assuming you have added your IBM IHS web server in your WebSphere admin console, at Servers > Server Types > Web servers > your web server > Plug-in properties, you can set the Log Level. Then, when you regenerate the dedicated plugin-cfg.xml file, the dedicated plugin-cfg.xml file on your WebSphere server should have the selected Log Level. 

For example, if you set the log level to Trace, /opt/WebSphere/AppServer85.64/profiles/your_profile/config/cells/your_cell/nodes/your_web_node/servers/your_web_server/plugin-cfg.xml on your WebSphere server should have something like this.

<Log LogLevel="Trace" Name="/opt/WebSphere/Plugins/logs/your_web_server/http_plugin.log"/>

 

And you would then propagate the web server plugin from your WebSphere server to your IHS server.

You should have a copy of the web server plugin XML file plugin-cfg.xml on your IBM IHS web server. Now the plugin-cfg.xml file on your IHS server should be exactly the same as the plugin-cfg.xml file on your WebSphere server, with the same Log Level.

~]# cat /opt/IBM/WebSphere/Plugins/config/your_web_server/plugin-cfg.xml
<Log LogLevel="Error" Name="/opt/WebSphere/Plugins/logs/your_web_server/http_plugin.log"/>

 

Then restart your IBM IHS web server instance.

And now the http_plugin.log file should contain events at the specified LogLevel.




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter f265de in the box below so that we can be sure you are a human.