Heres what I see at the console of weblogic :
Dec 25, 2010 9:51:29 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing WebApplicationContext for namespace...
Type: Posts; User: anoopkam; Keyword(s):
Heres what I see at the console of weblogic :
Dec 25, 2010 9:51:29 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing WebApplicationContext for namespace...
I do have one more controller :
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.ak.akapp.controller;
When I try manually defining beans in dispatcher-servlet, it says that it cannot map to a handler since there already exists a handler with the same mapping.
Hi all,
I tried configuring Spring annotated controller and no matter what I do, I keep getting 404 errors.
Heres my web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app...