2005/09/28

[Troubleshooting] Cannot Find WebappContextListener

Q.為什麼我在佈署我的程式的時候,一直出現無法找到com.bea.wlw.runtime.core.servlet.WebappContextListener此錯誤訊息

Ans.此成因在於工程師可能採用workshop IDE tool來進行ap的開發,然後要部署到basic weblogic server此template,所以會有找不到此class的情形
此時,你只要把web.xml裡頭的此段拿掉即可,此為Workshop IDE Tool自行加上的

<listener>

<listener-class>

com.bea.wlw.runtime.core.servlet.WebappContextListener

</listener-class>

</listener>

No comments: