Page History
...
| Code Block |
|---|
<?xml version="1.0" encoding="UTF-8"?> <configuration> <instance name="WebServer" active="true" root="www/instance/htdocs" index="index.html"> <listen port="4563" interface="*ALL" backlog="256" secure="false" store="pki/wwwssl.jks" password="password" buffersend="-1" bufferreceive="-1" nodelay="false" timeout="5"/> <access> |
カスタムの Java クラスを書いて、HTTP サーバーからの HTTP 要求を処理するには、Java クラスで com.lansa.jsm.JSMHTTPService のインターフェースが実装されていなければなりません。
...