各位大侠,项目中只是使用了struts2,导入的包有commons-fileupload-1.2.1.jar,commons-io-1.3.2.jar,commons-logging-1.0.4.jar,freeer-2.3.13.jar,ognl-2.6.11.jar,struts2-core-2.1.6.jar,xwork-2.1.2.jar。另外一个项目也是使用的struts2,能正常使用,可是这个项目却不能正常发布,这个项目发布后,在tomcat的文件夹下面能看到发布的项目,但是tommcat中却又报错信息:java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)……  而且主界面显示的是404,另外,在别人的电脑上,却能显示主界面,不会有404错误提示。