|
@@ -4,24 +4,23 @@
|
|
|
|
|
|
<!-- see: http://redkale.org/redkale.html#redkale_confxml -->
|
|
|
|
|
|
- <resources>
|
|
|
- <properties>
|
|
|
+ <resources>
|
|
|
+ <executor threads="0"/>
|
|
|
+ <properties>
|
|
|
<property name="system.property.http.response.header.server" value="redkale"/>
|
|
|
<property name="system.property.http.response.header.connection" value="none"/>
|
|
|
</properties>
|
|
|
</resources>
|
|
|
|
|
|
- <server protocol="HTTP" host="0.0.0.0" port="8080" netimpl="nio">
|
|
|
-
|
|
|
+ <server protocol="HTTP" host="0.0.0.0" port="8080">
|
|
|
<response>
|
|
|
- <contenttype plain="text/plain" json="application/json"/>
|
|
|
- <date period="1000"/>
|
|
|
- </response>
|
|
|
+ <contenttype plain="text/plain" json="application/json"/>
|
|
|
+ <date period="1000"/>
|
|
|
+ </response>
|
|
|
|
|
|
<services autoload="true"/>
|
|
|
<rest autoload="true"/>
|
|
|
- <servlets autoload="true"/>
|
|
|
-
|
|
|
+ <servlets autoload="true"/>
|
|
|
</server>
|
|
|
|
|
|
</application>
|