Is is possible/how do you put the servlet config file somewhere else besides the default "WEB-INF/myDispatcherServletName-servlet.xml"?
Thanks. Garth.
Is is possible/how do you put the servlet config file somewhere else besides the default "WEB-INF/myDispatcherServletName-servlet.xml"?
Thanks. Garth.
You can specify an init-param called contextConfigLocation in the web.xml for the DispatcherServlet.
See the DispatcherServlet in the ref. docs.
That did it. Thanks for taking the time to answer/point out the obvious to the mentally challenged - I swear I read through that and I searched the forum...
No sweat![]()