weblogic 中的 setFEHostURL 未设置前端主机



我正在尝试设置前端主机,我使用 wlst 运行了以下内容

readDomain(“/Test1/data/user_projects/domains/compact_domain”) 
setFEHostURL(“http://apc-testdemos:443”,”https://apc-testdemos:443”,”false”) 
updateDomain()
closeDomain()
exit()

我也在集群环境中尝试了上述方法。

我没有看到配置文件的任何更新.xml。

我没有看到它更新前端主机和端口。有什么帮助吗?

您可以在 WLST 提示符下尝试使用以下选项:

wls:/offline> debug('true')
Debug is now turned on.

然后,您可以尝试使用您的命令集。

或者,您可以看到:

set('DebugEnabled', 'true') 

最新更新