Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
    <servlet>
        <servlet-name>onlinereg</servlet-name>
        <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
        <init-param>
        	<param-name>contextConfigLocation</param-name>
        	<param-value>classpath:servlet.xml</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>

Wiki MarkupThe default name for the servlet context's XML file is _\[SAISFRAMEWORK:servlet-name\]-servlet.xml_. In the ES web apps, where there is only one servlet, we tend to name this file _servlet.xml_.