You must update your configuration file:
plugin-cfg.xml
This configuration file can be found in the Plugin folder under your WebSphere file structure. You must update the following line:
<Property Name="ESIEnable" Value="true" AcceptAllContent="false" />
to
<Property Name="ESIEnable" Value="false" AcceptAllContent="true" />
{Note: You may find that the string <AcceptAllContent="false"> may be missing from the line to begin with. Do not be alarmed, simply add to the line as exampled above}
{Disclaimer: these instructions are only for those who are running WebSphere as their Application Server}
|