<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appian-web-config PUBLIC "-//Appian Corporation//DTD Appian Web MVC Configuration 1.0//EN" "/WEB-INF/appian-web-config_1_0.dtd" >

<appian-web-config>
  <appian-action-mappings>
    <appian-action path="/components/ping"
            type="com.appiancorp.asi.components.common.ClientLogger"/>
    <appian-action path="/components/logger/debug"
            type="com.appiancorp.asi.components.common.ClientLogger"/>
    <appian-action path="/components/logger/warn"
            type="com.appiancorp.asi.components.common.ClientLogger"/>
    <appian-action path="/components/logger/fatal"
            type="com.appiancorp.asi.components.common.ClientLogger"/>
    <appian-action path="/components/logger/error"
            type="com.appiancorp.asi.components.common.ClientLogger"/>
  </appian-action-mappings>

  <message-resources parameter="resources.application"/>

</appian-web-config>
