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.
<dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-module-websphere</artifactId> <version>1.5</version> </dependency>