I have a tomcat running on my PC. And my PC is behind a proxy server (as requirment of the coorporate). I have host an application in tomcat. But when a part of the application want to make a HTTP request outside our network over internet, it ask for proxy AUthentication and its credentials. IS it possible to configure tomcat some how, so that it can pass the proxy authentication credentials to the proxy ???? Please give me some idea.
I cant supply the credentials from inside my Java code because i am using a third party business Object and i dont have any privilege to modify those codes ..