How to hide JIRA startup options

お困りですか?

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

コミュニティに質問

Every time user run the "ps ef | grep jira" command, terminal will display all JIRA startup options and some shows more than 20 lines. To hide the options, users can configured the parameters to <jira-install>/conf/catalina.properties.

The content on this page relates to platforms that are not supported by JIRA. Consequently, Atlassian can not guarantee providing any support for it. Please be aware that this material is provided for your information only and using it is done at your own risk.

Configuration steps:

  1. Open up the catalina.properties file in notepad++, sublime or other tools.
  2. Add the extra parameters to the file such as: 

    http.proxyHost=localhost
    http.proxyPort=8081
    http.proxySet=true
    http.proxyUser=spiderman
    http.proxyPassword=maryjane
    http.nonProxyHosts=localhost 
  3. Save it and restart JIRA. 
  4. Run the "ps ef | grep jira" command to confirm the JIRA options output is not showing the extra parameters.

最終更新日 2015 年 9 月 22 日

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

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