Web Application

UML Deployment Diagram Example

An example of web application UML deployment diagram. Book club web application artifact book_club_app.war is deployed on Catalina Servlet 2.4 / JSP 2.0 Container which is part of Apache Tomcat 5.5 web server.

The book_club_app.war artifact manifests (embodies) OnlineOrders component. The artifact contains three other artifacts, one of which manifests UserServices component.

The Application Server «device» (computer server) has communication path to Database Server «device» (another server).

UML deployment diagram example for J2EE web application.

An example of deployment diagram for J2EE web application.