Changes between Version 25 and Version 26 of waue/2009/0811
- Timestamp:
- Aug 14, 2009, 11:59:03 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/0811
v25 v26 67 67 * ps2: jetty的預設網頁裡的[http://localhost:8280/tut/index.html tutorial] 還不錯 68 68 69 == 問題 == 70 * 用 apt-get install jetty 所安裝的jetty無法開啟jsp的網頁 71 * 將會出現錯誤訊息 72 {{{ 73 #!text 74 HTTP ERROR: 500 75 No Java compiler available 76 RequestURI=/sample/hello.jsp 77 }}} 78 79 * 解決方法: 80 {{{ 81 sudo apt-get install libecj-java 82 }}} 83 並在/etc/jetty/start.config 加入 84 85 {{{ 86 #!sh 87 $(tomcat.lib.home)/jasper-compiler-jdt.jar ! available org.eclipse.jdt.core.JDTCompilerAdapter 88 }}} 69 89 70 90 = src 之 jetty =