Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. systemProp.http.proxyHost=somehost
  2. systemProp.http.proxyPort=8080
  3. systemProp.http.proxyUser=username
  4. systemProp.http.proxyPassword=somepasswrd
  5. systemProp.https.proxyHost=somehost
  6. systemProp.https.proxyPort=8080
  7. systemProp.https.proxyUser=username
  8. systemProp.https.proxyPassword=somepasswrd
  9. systemProp.http.nonProxyHosts=localhost|127.0.0.1
  10. systemProp.http.keepAlive = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement