Hi,
We are planning to migrate from JIRA version 3.11 to version 4.3.4. The production server will be a 64-bit windows machine. As part of this, we require below information. Could you please assist us.
We would want to know whether there are any known issues in installing JIRA on a 64-bit windows machine. This is a bit urgent. Please let us know your inputs ASAP.
We would like to know which versions of following software's should be used when installing JIRA on a 64-bit machine.
1. JDK
2. Apache Tomcat 6
3. MySQL
Thanks,
Shankar
http://confluence.atlassian.com/display/JIRA/Supported+Platforms doesn't list any known issues and tells you what versions of software to use.
Hi Nic,
Thanks for the prompt response.
Could you please let me know whether we can use 32-bit JDK installer and 32-bit MYSQL database installer in our JIRA installation on 64-bit windows machine?
Thanks for your help!
Shankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can, but I wouldn't bother - you've got a 64 bit system, you might as well use it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You WILL have to replace the tomcat6.exe binaries if you are using 64bit JRE with Tomcat 6, as I mention below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shankar,
The main thing you will need to manually address is that the tomcat binaries that come with JIRA do not work with 64 bit Java when setting up Windows Services.
You can get the binaries from here
http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_16/res/procrun/amd64/
You can simply replace the ones in the bin directory
Then you can add JIRA as a Windows service with
service install JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree with Nic. If you have a 64 bit setup, use it. It allows for more memory allocation, gives better performance.
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.