Search:

Type: Posts; User: albert.liptay@citrix.com; Keyword(s):

Search: Search took 0.01 seconds.

  1. Missed a step

    Problem was I didn't have an applicationContext.xml file in META-INF/spring

    A simple line fixed it:

    <context:component-scan base-package="com.abc.web"/>

    Thanks.
  2. Web Module, Specifying the DispatcherServlet

    Trying to create a simple Web Module using the Spring MVC controller annotations.

    Where I'm stuck is how exactly the DispatcherServlet works in this configuration.

    Here is my manifest.mf:
    ...
Results 1 to 2 of 2