Changes between Version 4 and Version 5 of java/Jetty
- Timestamp:
- 1970/01/01 09:21:13 (55 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
java/Jetty
v4 v5 88 88 Connection con = ds.getConnection(); 89 89 }}} 90 === Jettyの起動 === 91 データソースを利用するには、Jettyの起動オプションでplusを指定します。 92 {{{ 93 > java.exe -jar start.jar OPTIONS=Server,plus 94 }}} 90 95 === 参考URL === 91 96 * [http://docs.codehaus.org/display/JETTY/DataSource+Examples DataSource Examples Jetty]