How To Share a Tomcat Instance Between Oxygen XML WebApp And Another Application

Due to a class loader issue, the oXygen XML built-in protocol handlers cannot be used in a scenario where the WebApp shares the same Apache Tomcat instance with another application. To disable the protocol handlers initialization, set the com.oxygenxml.loadBuiltinProtocolHandlers option to false.

Also, the following issues need to be considered: