Re: Prevent Outbound connections from WebApplication

2016-09-30 Thread tomcat
On 30.09.2016 09:07, Harneet Singh wrote: Hello All, I have a java application which is hosted in Tomcat 7.0.62. As part of business logic the code sometimes connects to remote hosts and downloads resources. Is there a way I can specify a whitelist using the Tomcat configuration? Means I only w

Re: Prevent Outbound connections from WebApplication

2016-09-30 Thread Mark Thomas
On 30/09/2016 08:07, Harneet Singh wrote: > Hello All, > > I have a java application which is hosted in Tomcat 7.0.62. > As part of business logic the code sometimes connects to remote hosts and > downloads resources. > Is there a way I can specify a whitelist using the Tomcat configuration? > >

Prevent Outbound connections from WebApplication

2016-09-30 Thread Harneet Singh
Hello All, I have a java application which is hosted in Tomcat 7.0.62. As part of business logic the code sometimes connects to remote hosts and downloads resources. Is there a way I can specify a whitelist using the Tomcat configuration? Means I only want my application to be able to fetch data