Another 16.01 install question. Baas and Other in the same box

for 16.01, I need to install Baas and Analytic in the same box. I understand that Baas needs JDK 8 and others need JDK 7. The box has JDK 7 and I installed JDK 8, however, the default JDK is 7. And install would not proceed.

Can I install Baas with the other components in the same box?

0 1 98
1 REPLY 1

Not applicable

You should be able to install Bass on the same node where you installed edge. Here are the steps to achieve the same:

1. Install Edge first (analytics)

2. Once Edge is installed, Update the /opt/apigee/etc/defaults.sh to point the JAVA_HOME to JDK8

JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk.x86_64

3. Now, You can start Bass installation

Hope this helps. Let me know if you have any questions.