如何将 JVM 参数传递给 CloudHub 应用程序
我们在 CloudHub 中部署了一个 Mule 4 代码,我们需要将 -Doracle.net.disableOob=true 传递给这个 Mule 运行时。 做到这一点的步骤是什么?
提前致谢!
We have a Mule 4 code deployed in CloudHub and we need to pass -Doracle.net.disableOob=true to this Mule runtime.
What are the steps to do that?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在运行时管理器中应用程序的属性选项卡中进行设置。只需属性 oracle.net.disableOob 的名称和值 true。
话虽如此,这看起来像是一个数据库连接属性,并且仅在连接器级别设置时才有效。
You can try setting it in the properties tab of the application in Runtime Mánager. Just name of the property oracle.net.disableOob and value true.
Having said that, this looks as a database connection property and may only work if set at the connector level.