Proxy authentication pretty much depends on the type of your proxy. In
http proxies usually the format http://user:pass@proxy works. Another
solution is to use a third proxy server between tomcat and the main
proxy, which will do the authentication instead of your app (look for
NTLMaps proxy for instance)