component webapp network interface binding

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

component webapp network interface binding

snowch
Hi forum,

Is it possible to configure different components so that they bind on different network interfaces.  I want to expose a few components to the internet, but the rest of the components I want to be accessed ONLY via the internal LAN?

In the past I have performed this type of filtering in a standard java webapp by creating a filter that inspects the client ip address.

Many thanks in advance,

Chris
Reply | Threaded
Open this post in threaded view
|

Re: component webapp network interface binding

snowch
No response - web app filters based on client IP address is the solution I will go with.
Reply | Threaded
Open this post in threaded view
|

Re: component webapp network interface binding

snowch
Aha! Another possible solution put apache http server in front of ofbiz tomcat and use  mod_proxy_ajp.  Then perform URL filtering via the ProxyPass and ProxyPassReverse directives?

snowch wrote
No response - web app filters based on client IP address is the solution I will go with.