WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Websphere Plugin Issue

    Posted Wed August 11, 2010 10:36 AM
    Websphere Plugin Issue

    --------------------------------

    Hi,
    Im using Websphere 6.1.0.21 and IBM HTTPServer 6.1 running on AIX and on different IPs. I installed an application at /"//" context root. Since it conflicted with DefaultApplication context root, so i changed it to /"/abc/". Hereafter i regenerated the plugins for the webserver from WAS console for the effects.
    The problem is that the changes are not getting refelected in the plugin-cfg.xml.
    Im expecting the following line to be added in the XML file:

    But this is not happening, i've to manually edit the file and make an entry.
    Also on updating the global plugin from WAS console, this entry is refelected in the global plugin file.
    Path for global plugin: /usr/IBM/WebServer/AppServer/Profiles/Dmgr01/config/cells/plugin-cfg.xml
    Path for Webserver plugin: /usr/IBM/WebServer/AppServer/Profiles/Dmgr01/config/cells//nodes//servers/webserver1/plugin-cfg.xml

    Where could be the problem?

    --------------------------------

    Posted By: Ashu at Feb 23 2009 9:36AM


  • 2.  Websphere Plugin Issue

    Posted Wed August 11, 2010 10:44 AM
    WebSphere Plugin Issue

    --------------------------------

    Did your problem get resolved?

    --------------------------------

    Posted By: texaco at Mar 10 2009 10:07PM


  • 3.  Websphere Plugin Issue

    Posted Wed August 11, 2010 10:49 AM
    hey ashu

    If you want the plugin @ the webserver level to updated automatically, then configure your webserver as a managed webserver and then hit the propogate button


    or have a common plgin file for both webserver and appserver.. by mapping them to a shared location will also solve your issue...

    it is always good to restart your Dm after generating the plugin and check for plugin log and security entries for a smooth communication

    Thanx

    gautam

    --------------------------------

    Posted By: gautam_aix at Mar 12 2009 8:41AM


  • 4.  Websphere Plugin Issue

    Posted Wed August 11, 2010 10:49 AM
    Hi All,
    I got the root cause for the pblm.
    Actually the global plugin is a part of the WebSphere, so it gets updated each time you upadte it from WAS console.
    But if you want the Webserver plugin to be updated each time, you install an application (after generate and propogate from WAS console), then you just need to map your application to both application server and webserver while deploying.
    I mapped my application only to application server. So the webserver plugin was not reflecting the changes, hence the request was lost from webserver.
    Thanks

    --------------------------------

    Posted By: Ashu at Mar 27 2009 10:23AM