WebLogic 类路径不会在服务器启动下附加类路径选项
当我将一些新目录、jar 等添加到“服务器启动”下的 WebLogic 类路径时,它以某种方式不会将这些值附加到现有类路径。它只是用我在 Server Start 下的 ClassPath 中提供的内容替换现有的类路径。
为了解决这个问题,我需要将现有的类路径放在服务器启动下,然后添加其他类路径目录。
有没有办法告诉 WebLogic 将 ClassPath 下指定的值视为对现有类路径的添加?
When I add some new directories, jars etc to the WebLogic classpath under Server Start, it somehow does not append these values to the existing classpath. It just replaces the existing classpath with what I have provided in ClassPath under Server Start.
To get around this problem, I need to put the existing classpath under Server start and then add the additional classpath directories.
Is there a way to tell WebLogic to consider the values specified under ClassPath to be treated as additions to the already existing classpath?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论