JIRA 4.0 : Installing JIRA on Pramati Server 3.5
This page last changed on Jun 08, 2009 by rosie@atlassian.com.
These instructions will help you install JIRA on Pramati Server 3.5 SP5 and above. The instructions detail deploying atlassian-jira-2.6.war from the Administration Console of the Pramati Server 3.5 SP5. On this page: 1. Install JIRADownload and unzip JIRA (but not with XP's unzipper nor the default tar utility on Solaris). Ensure that you download the WAR/EAR version, not the Standalone version that is recommended on the Downloads page.
A new directory containing JIRA will be created, hereafter referred to as $JIRA_INSTALL.
2. Install Pramati Server 3.5 SP5
3. Set JIRA HomeTo specify the location of your JIRA Home Directory (note that you need to do this before you build JIRA):
You can specify any location on a disk for your JIRA home directory. Please be sure to specify an absolute path. Please note that you cannot use the same JIRA home directory for multiple instances of JIRA. We recommend that you do not specify your JIRA home directory inside your installation directory, to prevent information from being accidentally lost during major operations (e.g. backing up and restoring instances). 4. Set mail.mime.decodeparametersThe following system property must be set in order for the JIRA mail handler to work correctly with emails from RFC 2231-compliant mail clients: mail.mime.decodeparameters=true System properties are set in different ways depending on your application server. 5. Deploy JIRA
It is also recommended to use the Jikes compiler with the Pramati Server. To configure Jikes, please change the following tag in deploy-config.xml present in [pramati_install_dir]/server/nodes/default/config/ folder and re-start the server for the changes to take effect: <compilation> <out-of-process-compilation enabled="true"> <external-compiler use="jikes" path="C:\jikes-1.18\bin\jikes.exe" /> <!--options> <property name="initial-heap-size-megabytes" value="120" /> <property name="maximum-heap-size-megabytes" value="200" /> </options--> </out-of-process-compilation> <compilation>
6. Access JIRAThe application should be accessible through the URL: http://localhost:8181/atlassian-jira-2.6. Run the Setup Wizard. User-contributed notesHave experiences to share with Pramati and JIRA? We welcome your thoughts. Please see the user-contributed Pramati notes. |
![]() |
Document generated by Confluence on Oct 06, 2009 00:31 |