2009-10-22から1日間の記事一覧

SVN proxy settings

In /etc/subversion/servers, add the lines: [global] http-proxy-exceptions = localhost,*.exception.com http-proxy-host = proxy.com http-proxy-port = 8080More info here: http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.1Also, y…

Tomcat proxy settings

In catalina.properties, add the lines: http.proxyHost=10.25.10.25 http.proxyPort=8080 http.nonProxyHosts=localhost|127.0.0.1|*.exception.comThese are Java system properties as described here: http://java.sun.com/j2se/1.4.2/docs/guide/net/p…