<?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-form-beans type="com.appiancorp.web.framework.kernel.main.ActionFormBean">
    <appian-form-bean name="ap_emptyForm" type="com.appiancorp.ac.forms.EmptyForm" />
  </appian-form-beans>

  <global-forwards type="com.appiancorp.web.framework.kernel.main.ActionForward">
    <forward name="baseStyle" path="/collaboration/css/base-styles.css2" />
    <forward name="pageContext" path="/collaboration/"/>
    <forward name="imgPath" path="/collaboration/img/"/>
  </global-forwards>

  <appian-action-mappings>
    <appian-action path="/ac_nsub/whatsnewinsubs"
            forward="/portlet/ac_nsub/newinsubscriptions.jsp"/>
  </appian-action-mappings>

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

</appian-web-config>
