IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Emulate IE8 (in IE9)

    Posted Thu March 24, 2011 06:52 PM

    Hi,

     Part of our users will soon move to IE9, but we currently made not enough tests for IE9.
    
    There is an alternative solution to assure compatibility. We have to insert the following[b] html tag[/b] in the header:
    

    force IE8 compatibility mode on IE9:

    <

    meta http-equiv=“X-UA-Compatible” content=“IE=EmulateIE8”

     Does anyone know how I can insert this tag (< and > do not work) in the
    
    <head>

    tag (shell, edit something in portal.war)?

    br,
    Vlad


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: Emulate IE8 (in IE9)

    Posted Thu March 24, 2011 08:17 PM

    You would want to modify the html_head.nbsp page at:
    $PORTAL_HOME\server\default\deploy\portal.war\ui\system\html_head.nbsp

    However, this file will be over-written for every upgrade.

    In order to get these changes to be applied, you’ll have to restart in debug mode (-d) and then browse to at least one page. Afterwards, you can restart in normal mode.

    Regards,
    –mark


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine