Hi
Would the same work with Apache / Tomcat Load Balanced mode
Configuration for single installation of the web application "acme"
"www.acme.com" being exposed to INTERNET
"www.acme.com/admin" being exposed to INTRANET
Reason : The application uses a single DB to request of orders (from
Subscribers) and same URL with
*admin* would process the orders ( Internal Employees)
and should not be exposed to outside world.
Is there any Configuration with in Apache or Tomcat to achieve the same?
With regards
Karthik