Common Apache CXF Error with WebSphere App server 6.1 and WSFP

Symptom :After you have installed the web services feature pack for WAS 6.1, you try to install an application running Apache CXF. While the application compiles fine, it simply will not start, and the SystemOut.log (or console) shows the following error message: [1/10/11 14:45:31:410 EEST] 00000019 WASAxis2Compo E WSWS7007E: The xxxxx.war application module cannot be … Read more

Redirecting your IHS root context to your WebSphere app Server app

When you install WAS,  you’ll probably also be installing IBM HTTP Server (you should if you use web apps). However, you may want that HTTP server to automagically navigate to your preferred WAS java app. Otherwise, if your users navigate to the default hostname (http://www.myhostname.com), they’ll see the ugly IBM HTTP Server welcome page with … Read more