Search:

Type: Posts; User: loki70x7; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    18
    Views
    3,215

    No duplicate jars are present on the classpath...

    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...
  2. Replies
    18
    Views
    3,215

    INFO: No Spring WebApplicationInitializer types...

    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....
  3. Replies
    18
    Views
    3,215

    I added that but no luck there. Are there any...

    I added that but no luck there.

    Are there any specific jar files that have to be in the lib folder?
  4. Replies
    18
    Views
    3,215

    Also based on my reading I think I should see...

    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...
  5. Replies
    3
    Views
    1,021

    Would it be asking too much if you could attach...

    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?
  6. Replies
    18
    Views
    3,215

    I removed the web.xml and there are no errors...

    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...
  7. Replies
    18
    Views
    3,215

    Yes I'm running it on a Tomcat 7 server.

    Yes I'm running it on a Tomcat 7 server.
  8. Replies
    18
    Views
    3,215

    That was me twiddling around with the mappings. ...

    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...
  9. Replies
    18
    Views
    3,215

    Spring 3.1 with No XML Not working

    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...
Results 1 to 9 of 9