一些平時常見的錯誤及解決辦法,我 是新手,每次遇到的錯誤都記錄了下來。
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