0
我已經從我的項目的war文件夾中創建了.war文件並將其複製到tomcat的ROOT目錄中。然後我啓動tomcat並獲得GWT module 'hellogxt' may need to be (re)compiled
或404 error
。我做錯了什麼?這裏爲tomcat 7部署設置gxt項目
更新 是GXT編纂的日誌
Compiling module com.hello.gxt.HelloGXT
Compiling 6 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compiling permutation 5...
Compile of permutations succeeded
Linking into D:\path\HelloGXT\war\hellogxt
成功鏈接 編譯成功 - 105.573s
把它放入 \ webapps文件夾中。然後導航到http:// localhost:8080/nameOfWar(在您啓動tomcat ofcourse之後:)) –
2013-05-07 14:51:20
war在webapps \ ROOT目錄中。嘗試你的方法,沒有幫助:( – 2013-05-07 14:54:45
似乎你的GWT編譯失敗 清理你的項目,並重新編譯它,看看GWT編譯器是否在日誌中進行排列 – jtrentes 2013-05-07 15:43:18