|
[
Permlink
| « Hide
]
Vishwajeet Singh added a comment - 19/Aug/08 02:02 AM
I have sent atleast 4-5 mails to customware support without any updates.
Hi Vishwajeet,
Apologies for the lack of email correspondence, I will follow up with our support team. The issue you are having here is that java needs to be aware of your proxy details. This means you need to start up JIRA and pass in the proxy settings to the JVM. For example in Tomcat you have two options: Append these properties to the catalina.properties file in Tomcat: ${TOMCAT_HOME}/conf/catalina.properties file: set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=yourProxyURL -Dhttp.proxyPort=yourProxyPort -Dhttp.proxyUser=yourUserName -Dhttp.proxyPassword=yourPassword Then you will need to restart your Tomcat instance. Thank you, Dominic |
||||||||||||||||||||||||||||||||||||||||||||||||||||