Page History
...
| Code Block |
|---|
<match uri="/ping.jsp" class="com.lansa.jsm.JSMHTTPServicePing" trace="false"/> <match uri="/" class="com.lansa.jsm.JSMHTTPServiceFile" trace="false"> <parameter name="cache.maxage" value="28800"/> <parameter name="cache.maxage.pdf" value="28800"/> <parameter name="cache.maxage.image" value="28800"/> </match> |
カスタムの Java クラスを書いて、HTTP サーバーからの HTTP 要求を処理するには、Java クラスで com.lansa.jsm.JSMHTTPService のインターフェースが実装されていなければなりません。
...