Magnolia 5.6 reached end of life on June 25, 2020. This branch is no longer supported, see End-of-life policy.
The IBM WebSphere compatibility module allows you to run Magnolia on the IBM WebSphere application server. The module provides a servlet necessary for IBM WebSphere to accept serving requests. Unlike on other containers where Magnolia uses its filter chain with no specific endpoint, IBM WebSphere requires this modification.
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-module-websphere</artifactId> <version>1.5</version> </dependency>
Pre-built JARs are also available for download. See Installing a module for help.