啟動(dòng)時(shí)出現(xiàn):
Specification ? version ? 2.3 ? of ? package ? javax.servlet, ? Java ? API ? for ? Servlets, ? ver ?
? on ? 2.3 ? is ? not ? compatible ? with ? Resin ? 3.0.*. ? ? Resin ? 3.0.*?? requires ? version ? 2.4.??
解決辦法:
下載tomcat最新版本,把c:\tomcat\common\lib下的servlet-api.jar,servlet.jar放在classpath 下,注意,servlet-api.jar要放在前面,servlet.jar放在后面,否則出現(xiàn)以上錯(cuò)誤,重新啟動(dòng)resin,問題解決。