79321263

Date: 2025-01-01 07:02:31
Score: 0.5
Natty:
Report link

To load your application context you have to mention it explicitly in web.xml. Like below. The name application-context.xml and location may differ

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/spring/application-context.xml</param-value>
</context-param>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sam....