RE: "It appears that your reverse proxy set up is broken."

2014-03-20 Thread Arthur_Herman
If you are on Linux, It’s much easier to use iptables instead of standing up httpd just to proxy. iptables -t nat -I PREROUTING --src 0.0.0.0/0 --dst 0.0.0.0/0 -p tcp --dport 80 -j REDIRECT --to-ports 8080 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Beha

RE: Upgrade from war file under tomcat to native install

2014-03-14 Thread Arthur_Herman
We are running the Jenkins master on Linux and have several Windows machines as slaves. Personally, I would not run the Master from Windows nor run any builds directly on the master. But yes, as long as you’re only running 1 instance, I believe it could take over the JENKINS_HOME data. From: j

RE: Upgrade from war file under tomcat to native install

2014-03-14 Thread Arthur_Herman
I would not run 2 instances at the same time - Jenkins uses file based storage for configs, etc. and the updates by one would not be seen by the other. We run tomcat with these settings in the tomcat/bin/start.sh file. export TOMCAT_LOGS="/var/tomcat/logs" # Jenkins Settings CATALINA_OPTS="-DJE

Re: Jenkins User Conference 2014

2014-01-31 Thread Arthur_Herman
I vote for Atlanta On Jan 30, 2014, at 7:46 PM, "Alyssa Tong" mailto:at...@cloudbees.com>> wrote: Hi All, Last year, many said they couldn't attend the Jenkins User Conference in Palo Alto due to costs (travel expenses). This year, we've decided to add JUC East Coast (US), and Germany in add

Re: SVN Checkout failing on Jenkins slave servers

2013-08-31 Thread Arthur_Herman
Sent from my iPhone Arthur Herman The Home Depot - Information Technology Lead Developer - Development Architecture (770) 384-3120 - Internal x13120 arthur_her...@homedepot.com On Aug 31, 2013, at 1:17 PM, "Stephen Connolly" mailto:stephen.alan.conno...@gmai