Changes between Version 25 and Version 26 of waue/2009/0811


Ignore:
Timestamp:
Aug 14, 2009, 11:59:03 AM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0811

    v25 v26  
    6767 * ps2: jetty的預設網頁裡的[http://localhost:8280/tut/index.html tutorial] 還不錯
    6868
     69 == 問題 ==
     70 * 用 apt-get install jetty 所安裝的jetty無法開啟jsp的網頁
     71   * 將會出現錯誤訊息
     72{{{
     73#!text
     74HTTP ERROR: 500
     75No Java compiler available
     76RequestURI=/sample/hello.jsp
     77}}}
     78
     79 * 解決方法:
     80{{{
     81sudo 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}}}
    6989
    7090 = src 之 jetty =