Configuring JIRA Service to Run on a Different JVM

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

To configure JIRA service to run on different JVM rather then the default one which is bundled with JIRA installation, the JVM parameter of the JIRA service has to be modified. To modify JIRA's service parameters, follow these steps: 

  1. In the services list, find JIRA's service.
  2. Right click, go to properties and find the value of the "Path To Executable" parameter. It looks something like

    "C:\Program Files\Atlassian\JIRA\bin\tomcat7.exe" //RS//JIRA070313174758
    
  3. Replace tomcat7.exe with tomcat7w, and RS with ES, and it will provide you with a command like the following:

    "C:\Program Files\Atlassian\JIRA\bin\tomcat7w.exe" //ES//JIRA070313174758
    
  4. Run that command from a command console.
  5. In the Java tab of the configuration window that opens, change the 'Java Virtual Machine' setting to use the new location of the jvm.dll.
  6. Restart the service 'Atlassian JIRA'.
最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.