Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
>If Apache is a web app server how does jakarta tomcat work with it. Why is it needed? I know that jakarta tomcat is a servlet container but why is this important to Apache.
> Application Server is responsible for handling the Business logic > [Browser(Client)]---> [Web server(http requests)+ application server(Business logic)]--->database server > Now if there are heavy transactions on the system then the second Tier is bifurcated which results in the 4 Tier Architecture. > regards
Replies: |
Sponsored Links
|