相關信息提示為:
"The selected server is enabled but not configured properly. Deployment to it will not be permitted until the problem is corrected. Please navigate to the server preferences pages and verify the field with the prompt: Tomcat JDK name"
開始大概的意思是說tomcat的jdk沒有配置好,后來發現是tomcat5.0的下面還有jdk的配置,以前沒有注意到這個東東,二話沒說把jdk1.5.0加上,此時興奮不已,以為成功。再次啟動tomcat還是提示上面的信息,WHY??網上找了相關的資料沒有具體的東東,這時想起了weblogic6.0下對jar的名字不支持帶.的名稱比如log4j.5.1.jar必需是log4j.jar。莫非myeclipse也是如此,之后我把jdk的名字改成了5,運行之……HOHO搞定