Does Spring-WS run on IBM WebSphere?
WebSphere bundles some libraries which are out-of-date, and need to be upgraded with more recent versions. Specifically, this includes XML-apis, Xerces, Xalan, and WSDL4J. There are a couple of ways to upgrade these libraries, all using parent-last or application-first classloading. • Package the libraries as part of the WAR (in WEB-INF/lib), and run the web application with the parent-last (application-first) classloading. • Package the libraries as part of the EAR, add class-path entries to the manifest of the web application, and run the entire application with the parent-last classloading. • Create a new classloader in the WebSphere console, and associate the libraries with. Set this classloader to parent-last. The last approach has the advantage of restricting the parent-last classloading to the conflicting libraries only, and not to the entire application.
Related Questions
- If I am using Vendor Clusterware such as Veritas, IBM, Sun or HP, do I still need Oracle Clusterware to run Oracle RAC 10g or Oracle RAC 11g?
- Do I need to modify my CGI programs running on other Apache platforms to run under IBM i?
- Can I run Oracle RAC 10g on my IBM Mainframe Sysplex environment (z/OS)?