为什么structs2 一配置开发模式就出404

![![![图片说明

只能说你的配置有问题
http://book.51cto.com/art/201108/280010.htm

检查一下你的front/index这个action是不是存在或者是否配置正确。一般这种url表示front为action的namespace,index是action的name,然后看看对应jsp文件是否存在。

namespace=front
action = index

路径问题吧,看一下配置文件怎么配的