Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想(暂时)在同一台服务器上运行使用 JVM 1.7 的 JBOSS Fuse 6.0 实例和使用 JVM 1.6 的 FuseSource Fuse 7.0 实例。这可能吗?我在文档中找不到可以指定每个在启动时使用的 JVM 的任何地方。
bin/fuseorbin/fuseesb脚本查看JAVA_HOME环境变量以确定要使用的 JVM 安装。
bin/fuse
bin/fuseesb
JAVA_HOME
您应该能够在启动容器之前设置该变量,以确保它在正确的 JVM 安装下运行。