1. 404错误
description the requested resource (/struts2_0100_introduction/hello.action) is not available.
先检查manager deployments,使之能打开(出现nullpointerexception不能打开),主要是服务器在每次允许前备份,再修改了错误后不能及时更正。(如果是勾选的backup,要改成delete)
2. error configuring application listener of class org.springframework.web.context.contextloaderlistener
java.lang.classnotfoundexception: org.springframework.web.context.contextloaderlistener
端口写错了,端口是3306,我写成
了8080
更多java一些常见的出错异常处理方法总结。