update jaxrs to listent at port 10080

This commit is contained in:
wing328 2018-01-29 23:39:11 +08:00
parent 36b042d605
commit 5d92717dc9

View File

@ -47,7 +47,7 @@
<stopKey>stopit</stopKey> <stopKey>stopit</stopKey>
<stopWait>10</stopWait> <stopWait>10</stopWait>
<httpConnector> <httpConnector>
<port>80</port> <port>10080</port>
<idleTimeout>60000</idleTimeout> <idleTimeout>60000</idleTimeout>
</httpConnector> </httpConnector>
</configuration> </configuration>