Paul Newport
Apr 24th, 2007, 10:44 AM
My web app (Webflow/MVC) was working fine until I turned on global security in the version of Websphere built into RAD.
Now I get this when the dispatcher servlet tries to start up:
Caused by: java.lang.IllegalStateException: Could not load 'DispatcherServlet.properties': class path resource [DispatcherServlet.properties] cannot be opened because it does not exist
at org.springframework.web.servlet.DispatcherServlet.<clinit>(DispatcherServlet.java:255)
... 29 more
Any ideas ?
Now I get this when the dispatcher servlet tries to start up:
Caused by: java.lang.IllegalStateException: Could not load 'DispatcherServlet.properties': class path resource [DispatcherServlet.properties] cannot be opened because it does not exist
at org.springframework.web.servlet.DispatcherServlet.<clinit>(DispatcherServlet.java:255)
... 29 more
Any ideas ?