码迷,mamicode.com
首页 > 其他好文 > 详细

JIRA与IIS ARR集成

时间:2014-12-18 21:57:09      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   color   sp   for   on   

JIRA与IIS ARR的集成,除了上篇(Visual SVN IIS反向代理设置)中讲到的基本的ARR配置之外,还需要在JIRA安装目录的conf\server.xml文件中做一个小的修改.

<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="8080" protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true"
proxyName="jira.example.com" proxyPort="80"/>

 

JIRA官方给出的参考: https://confluence.atlassian.com/display/JIRAKB/Integrating+JIRA+with+IIS+using+ARR

JIRA与IIS ARR集成

标签:style   blog   http   ar   io   color   sp   for   on   

原文地址:http://www.cnblogs.com/niusys/p/Integrating-JIRA-with-IIS-using-ARR.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!