因为在spring-nvc.xml文件中配置了前后缀

   
        
        
    

想退出登录返回webroot目录下,可以重定向

    return "redirect:/index.jsp";

就可以进入webroot目录下了