我用的Struts2.1.8/Hibernate3.2/Spring2.5.6/Tomcat6.0.18
有个很蛋疼的问题是,
每次我去改了XxxxAction中的方法后,Tomcat不会自动帮我更新,
导致老是报错:java.lang.NoSuchMethodException: 
要我手动重启Tomcat新加入的方法才有效。
真是蛋疼啊。。注、
我的struts中有设置为开发模式:
<constant name="struts.devMode" value="true"></constant>Tomcat也是Debuge启动。