Changes between Version 4 and Version 5 of java/Jetty


Ignore:
Timestamp:
1970/01/01 09:21:13 (54 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • java/Jetty

    v4 v5  
    8888  Connection con = ds.getConnection(); 
    8989}}} 
     90=== Jettyの起動 === 
     91データソースを利用するには、Jettyの起動オプションでplusを指定します。 
     92{{{ 
     93> java.exe -jar start.jar OPTIONS=Server,plus 
     94}}} 
    9095=== 参考URL === 
    9196 * [http://docs.codehaus.org/display/JETTY/DataSource+Examples DataSource Examples Jetty]