Tomcat server behind SQUID proxy server
I have setup pfsense as firewall and enable proxy server in it.
There are few developers who test their applications developed on tomcat. Within the application there are certain external connection involved
e.g: hxxp://stagex/xxx/xxx
If the user is allowed to connect to the net directly then the application works fine.
If the user is put behind squid then the application (which is using tomcat ) gives out a time-out error while connecting to the external site.
**********************************
important points.
Firewall setting
Default block all
only specific ports are open
Internet access for regular user via proxy setting in browser , proxy port 3128.
probably tomcat does not know that it should use 3128 port for external access.
Where can I put this setting in tomcat for the application to access the external site.
regards
Allauddin R
|