Hi All,
I'm working on my Part 2 assignment and I choose a distributed architecture.
I have a Web Server located in a DMZ and an Application Server located in the company's intranet.
I have the following questions:
1/ Do I need to secure the RMI communications between the Web Server and the Application Server ? or can I assume that the firewall will do the job ?
2/ Do I need to establish a "trust domain" between my two servers ? How can I do it ?
3/ Do I need to secure my
EJB ? Do I need to login in the application server ?
Thanks a lot for your help.
Benoît