[CentOS] Tomcat with squid username/password

Thu Sep 11 14:11:04 UTC 2008
nate <centos at linuxpowered.net>

Harry Sukumar wrote:

> Is there a reason the username/password are not being sent? Our squid
> proxy uses both NTLM and basic authentication.

The reason is your application code is not using the proxy, or
the application code is calling http libraries that are not using
the proxy.

Really nothing to do with tomcat, the arguments you passed to the
JVM are JAVA options not Tomcat options.

nate