I have old version of bamboo running on this Linux server, want to install latest version of bamboo on the same with different port.
old bamboo - 5.9.7 using java 1.8.0.65
new bamboo - 6.10.4, want to install latest java for this java 1.8.0-231
can we two instances of tomcats on the same server?
can we have two java- jdks installed on the same, how to point to another java for this latest bamboo.
once latest bamboo is functional want to migrate data from old to new bamboo.
Thanks for your help.
Hi @Raju Adluru
Yes, you can =]
First of all, both Bamboo versions should be able to use any 1.8.x Java versions.
If you still want to keep different versions of JDK you can do it:
Regarding the ports, they must be different.
There are at least two ports you need to adjust (you may have more connectors), they are configured in server.xml:
Make sure your Bamboo home is set in a different location. The Bamboo home path is configured in <Bamboo_Install>/atlassian-bamboo/WEB-INF/classes/bamboo-init.properties.
I hope that helps you to move forward in this migration process.
Daniel
Thank you for the info.
Already figured out about the ports.
Yes, i knew for port 8085, changed it, did not knew about 8007, while starting, i got the error, changed that also. I am running 2 instances on the same server.
Thanks for JDK info, i will install new Java and update setenv.sh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Raju Adluru
That is great. Thank you for sharing!
I glad you have the skills to find out things on your own, that is good!
=]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.