Have you ever wanted to deploy the same Java WAR to multiple RWS environments but couldn’t because your WAR contains a web.xml file containing RWS’s XPM filters? Typically it’s possible to configure your build process to generate the WAR per environment but we didn’t have that luxury. Instead, we used a CompositeFilter to chain the...Read More