IBM WebSphere compatibility module

Edition DX Core

License

MLA

Issues

MGNLEE

Maven site

WebSphere

Latest

1.5

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.

Installing with Maven

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>
Feedback