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.  HTTP Server WAS Plugin linkage

    Posted 06/29/12 03:52 PM
    I have just installed my first V8.0 installation of WAS and HTTPServer. When I go to the JVMs directly over the HTTP port (server.domain.com:9080/contextroot) everything is fine. When I try to go to the server without specifying a port (server.domain.com/contextroot/) I get a 404. I looked at the httpd.conf file and do not see any linkage to the plugin as I do in our older V6.1 installation. I assume that that is still needed.

    How do I get WebSphere to fix the httpd.conf file? Or what do I need to add?



  • 2.  HTTP Server WAS Plugin linkage

    Posted 07/02/12 05:19 AM
    hi,

    Did you try to add the load module of plugin in the end of the conf file?

    What is the OS which you are using?
     
    Try to add this if its unix and give a shot....

    "window.parent.tinyMCE.get('post_content').onLoad.dispatch();" contenteditable="true" />
    LoadModule
    was_ap22_module /opt/IBM/

    WebSphere


    /Plugins/bin/mod_was_ap22_http.so

    WebSpherePluginConfig /opt/IBM/
    WebSphere /plugin-cfg.xml

    check this link for details:

    pic.dhe.ibm.com/infocenter/wasinfo/v8r0/...

    Thanks
    Ashraf