Chapter 7 Build, Webapp and Deployment

This chapter provides you with information about the

of XMA-Webapplications.

Due to the special requirements of an XMA-Client some additinal elements are necessary on top of a standard Wep Application Archive. That will be described in the chapter XMA Webapplication (XMA Webapplication) .

A detailed description about application descriptors required by the xma-client can be found inApplication and Plugin Descriptors (Application and Plugin Descriptors) . This section will introduce you into application and plugin descriptors.

There are also some available Standard-Plugins. A Documentation about these Plugins can be found here: Standard Plugins (XMA Plugins).


The Common_Jar target is very importent for you. If you are using a database or any .gif and so on, you have to edit this target in the build.xml file.



  1. The Input only can be a application.war file

  2. This only can be used while Tomcat Server is still running and the application was already deployed.We are using the Tomcat Manager to be able to provide this.

  3. If Tomcat isn´t running use this targets.

  4. This Target copied the war file in the specified Weblogic folder which deploy the file while running.

  5. The fastest procedure to become a running application. This will Compile, Pack and Deploy the application on a running Tomcat Server

The "Little Helpers" are realy self-explanatory.