讨论区 » AAS-V10敏捷版 »
由 何 善才 在 超过一年 之前添加
现象:端口并没有进程占用,启动失败,报端口占用问题
解决:
将apusic.conf 文件中的参数修改:port="6888" 改为 port="-1"
<containers>
<container name="container" port="-1" shutdown="shutdown" servers="ams-server" resources="userDatabase" listeners="aprLifecycleListener,jreMemoryLeakPreventionListener,globalResourcesLifecycleListener,threadLocalLeakPreventionListener"/>
</containers>