...
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> |
The 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_. Wiki Markup