No duplicate jars are present on the classpath and since its just a class in my application that implements WebApplicationInitializer that is expected I don't see why it wouldn't work.
Is there...
Type: Posts; User: loki70x7; Keyword(s):
No duplicate jars are present on the classpath and since its just a class in my application that implements WebApplicationInitializer that is expected I don't see why it wouldn't work.
Is there...
INFO: No Spring WebApplicationInitializer types detected on classpath
I have a class that implements WebApplicationInitializer with onStartup method overidden but it doesn't seem to get detected....
I added that but no luck there.
Are there any specific jar files that have to be in the lib folder?
Also based on my reading I think I should see something like this in the console:
INFO : org.springframework.web.SpringServletContainerInitializer - Delegating ServletContext to the following...
Would it be asking too much if you could attach your project? I would like to look through and see how you have set everything up?
I removed the web.xml and there are no errors thrown in the console log. Normally if a request path is not mapped you would see it in the console logs but I don't see any errors at all. I've also set...
Yes I'm running it on a Tomcat 7 server.
That was me twiddling around with the mappings.
I've changed it to just / now so the url should be /yardy.
In either case nothing happens thou and the error doesn't seem to be caused by url...
So I've setup a spring mvc 3.1 project from scratch and am not using any xml. Thing is my controllers are not getting registered. There are no errors what so ever its like the controller doesn't...