为什么它说无法去读我那个UserControll.class类。。。。

Failed to read candidate component class: file [D:\Tomcat7\apache-tomcat-7.0.47-windows-x64\Apache-tomcat-7.0\webapps\Hss2\WEB-INF\classes\com\web\UserControll.class]; nested exception is java.lang.IllegalArgumentException

首先检查一下你的类名,还有类后面有没有加;等。

可能Failed to read candidate component class,这个问题是因为你编译后的class出了问题。你需要把class找到然后删除,进行重新编译。