如何为 ORDS 重新配置端口?如果设置为8080 SEVERE?
我收到以下错误:
无法启动独立模式,因为侦听端口:8080 已被另一个进程使用。检查另一个 ords 实例是否已经在运行
如何为 ORDS 重新配置端口?如果设置为8080 SEVERE?
我收到以下错误:
无法启动独立模式,因为侦听端口:8080 已被另一个进程使用。检查另一个 ords 实例是否已经在运行
转到配置文件夹。编辑standalone.properties 文件。改变
jetty.port=9090
完整文件还将包括 docroot 、 apex 图像路径和其他设置。
dhcp-10-10-183-239:ords klrice$ ls
conf defaults.xml standalone
dhcp-10-10-183-239:ords klrice$ more standalone/standalone.properties
#Tue Jul 17 14:52:30 EDT 2018
jetty.port=9090
standalone.access.log=/tmp/ordsLOGS
standalone.context.path=/ords
standalone.doc.root=/Users/klrice/ords/docroot
standalone.scheme.do.not.prompt=true
standalone.static.context.path=/i
standalone.static.path=/Users/klrice/workspace/apex_trunk/images