iT邦幫忙

0

tomcat 8.5 無法再eclipse上使用

  • 分享至 

  • xImage

各位好,想請教一個問題

我把tomcat 8.5 放在eclipse中,當初弄了個專案,裡面只放index.jsp時可以跑
但是當我再加入jar檔和.java檔時,就會出現以下畫面,怎麼弄都一樣...
http://ithelp.ithome.com.tw/upload/images/20161011/20102983XgYK5TIAmw.png
http://ithelp.ithome.com.tw/upload/images/20161011/20102983QPwMLAQuqQ.png
http://ithelp.ithome.com.tw/upload/images/20161011/20102983Z4J7yHT04z.png
以上是錯誤訊息+我建立的專案狀態
還請各位高手指點,謝謝

看更多先前的討論...收起先前的討論...
fillano iT邦超人 1 級 ‧ 2016-10-11 13:54:55 檢舉
你先locate是哪個jar檔的問題吧...
神威 iT邦研究生 4 級 ‧ 2016-10-11 14:16:44 檢舉
只有JSP時JAR檔都沒問題
但是把.JAVA檔建立後,問題全部出來了,重新下載JAR也是一樣
fillano iT邦超人 1 級 ‧ 2016-10-11 14:49:10 檢舉
http://openhome.cc/Gossip/JSF/FirstJSF.htm ?
神威 iT邦研究生 4 級 ‧ 2016-10-11 14:59:19 檢舉
http://openhome.cc/Gossip/JSF/FirstJSF.htm
我就是照著他打的,但是一直出現錯誤
fillano iT邦超人 1 級 ‧ 2016-10-11 17:29:05 檢舉
錯誤訊息畫面沒看到重點XD,建議把tomcat關掉,清掉logs目錄中的檔案,然後開啟tomcat(應該還是有問題),確認一下logs目錄中完整的錯誤訊息有什麼。尤其是有哪些跟你的專案目錄有關係。
神威 iT邦研究生 4 級 ‧ 2016-10-12 13:54:53 檢舉
已經可以連上了,改成jsf就行了
想再問一個問題,如果我想從index.jsp跳到welcome.jsp這樣要怎麼做?
想問一下我這樣寫為何無法跳過去
index.jsp
名稱: <h:inputText value="#{user.name}"/><p>
<h:commandButton value="送出" action="#{user.Goto}"/>
welcome.jsp
<h:outputText value="#{user.name}"/> 您好!
UserBean.java
public String Goto(){
return "welcome.jsp";
}
face config.xml
<navigation-rule>
<from-view-id>/t1-1/index.jsp</from-view-id>
<navigation-case>
<from-outcome>login</from-outcome>
<to-view-id>/t1-1/welcome.jsp</to-view-id>
</navigation-case>

</navigation-rule>
fillano iT邦超人 1 級 ‧ 2016-10-12 15:51:03 檢舉
你有t1-1目錄下的這些檔案嗎?
神威 iT邦研究生 4 級 ‧ 2016-10-12 16:21:57 檢舉
那些檔案都有
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答