MoquiConf.xml
581 Bytes
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
<webapp-list>
<webapp name="webroot">
<servlet name="OciHealthCheckServlet" class="org.moqui.oci.HealthCheckServlet" load-on-startup="1">
<url-pattern>/oci/healthchecks/*</url-pattern>
</servlet>
</webapp>
</webapp-list>
</moqui-conf>