close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 13, 2009, 1:37:56 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 1 | | 鑲嵌 jetty 5.1.x code |
| | 1 | {{{ |
| | 2 | #!html |
| | 3 | <div style="text-align: center; color: blue"><big |
| | 4 | style="font-weight: bold;"><big><big> 鑲嵌 jetty 5.1.x code </big></big></big></div> |
| | 5 | }}} |
| | 6 | [[PageOutline]] |
| | 7 | |
| | 8 | = 簡介 = |
| | 9 | * Jetty 官網上面的code為 6.x 版本,因此在jetty 5.1 無法編譯過,因此在這邊把sample code紀錄起來 |
| | 10 | * 將以下的程式碼鑲嵌入java檔內,編譯時classpath要匯入jetty等相關函式庫 |
| | 11 | * 編譯完成後,執行以下指令即可 |
| | 12 | * (當然除了注意code正確完整,也須確保環境變數設定無誤) |
| | 13 | {{{ |
| | 14 | java your_class_main your_xml |
| | 15 | }}} |
| 2 | 16 | |
| 3 | 17 | = ServletHandler = |