Deploy and Undeploy

The Deploy X-UP Model Dialog allows users to retrieve, deploy, and delete X-UP models on a server.

After selecting a project, the Deploy X-UP Model Dialog can be run by selecting [Deploy X-UP Model] from the menu.


Name

Description

1

show reference

Display all information related to each item tree form.

2

Local

Local list.

3

Remote

Server list.

4

Deploy

Deploy the selected item on a server.

5

Remove

Delete the selected item on a server.

6

Refresh

Server list update.

7

Clear All in Domain

Domain delete the current domain form a server.

Model Deployment on an X-UP Server

This section describes how to deploy models developed in X-UP Builder.

The model deployment stages described in this section are as follows:

Server Setup for Deployment

  1. Double-click the mashup.msh file in X-UP Explorer to display the following Mashup - Overview screen.

  1. Enter the following values in the Mashup-Overview screen for model deployment.

Field Name

Field Value

Author

‘xup tester’

This field is optional.

Description

‘This is an X-UP Server’

Description of the target X-UP Server for deployment. This field is optional.

Server

‘http://localhost:8080/xup/FrontControllerServlet.do’

Click the [] button, and enter the target X-UP Server URL. An X-UP Server URL is configured as follows:

http://[host name:port]/xup/[servlet mapping name]

Multiple X-UP Servers can be set, and the target server can be selected with a checkbox. *.do is X-UP Server's default servlet mapping URL pattern.

X-UP Model Deployment

  1. Run a web application server (WAS). Tomcat 6.0 was used as the basis for this manual.

  1. After selecting the mashup.msh file in X-UP Explorer, click the [Deploy X-UP Model] icon to click to the toolbar.

  1. When the Deploy Wizard is opened as shown below, a list of locally-developed models is displayed.

  1. Select a target model for deployment from the model list, and then click the [] icon to proceed with deployment.

  1. The following server authentication screen will be displayed before the model is actually deployed.

  1. The default account ID/password is xup/xup when X-UP is installed. Enter the ID and password as shown in the image, and then click the [OK] button to complete deployment.

Undeployment

This section describes how to undeploy models developed in X-UP Builder.

The model undeployment stages described in this section are as follows:

Server Setup for Undeployment

  1. Double-click the mashup.msh file in X-UP Explorer to display the following Mashup - Overview screen.

  1. Enter the following values in the Mashup-Overview screen for model undeployment.

Field Name

Field Value

Author

‘xup tester’

This field is optional.

Description

‘This is an X-UP Server’

Description of the target X-UP Server for deployment. This field is optional.

Server

‘http://localhost:8080/xup/FrontControllerServlet.do’

Click the [] button, and then enter the X-UP Server URL where the model designated for undeployment resides. An X-UP Server URL is configured as follows:

http://[host name:port]/xup/[servlet mapping name]

Multiple X-UP Servers can be set, and the target server can be selected with a checkbox. *.do is X-UP Server's default servlet mapping URL pattern.

Undeploying X-UP Model

The instructions in this section presumes that models are deployed on the server from the previous section.

  1. Run a web application server (WAS). Tomcat 6.0 was used as the basis for this manual.

  1. After selecting the mashup.msh file in X-UP Explorer, click the [Deploy X-UP Model] icon to click to the toolbar.

  1. When the Deploy Wizard is opened as shown below, a list of models deployed on the server is displayed.

  1. Select the target model for undeployment from the [Remote Domain Info] list, and then click the [] icon to proceed with undeployment. Select the "addressBooks" model.

  2. Click the button below.

  1. The following server authentication screen will be displayed before the model is actually deployed.

  1. The default account ID/password is xup/xup when X-UP is installed. Enter the ID and password as shown in the image, and then click the [OK] button to complete undeployment.

  1. Click [Yes] on the undeployment confirmation window.

  1. Verify that the "addressBooks" model was deleted from the [Remote Domain Info] list.

Undeploy All Models in a Domain

The instructions in this section presumes that models are deployed on the server from the previous section.

  1. Run a web application server (WAS). Tomcat 6.0 was used as the basis for this manual.

  1. After selecting the mashup.msh file in X-UP Explorer, click the [Deploy X-UP Model] icon to click to the toolbar.

  1. When the Deploy Wizard is opened as shown below, a list of models deployed on the server is displayed.

  1. Click the [] button to undeploy all models on the [Remote Domain Info] list. Proceed with model undeployment.

  2. The following server authentication screen will be displayed before the models are actually undeployed.

  1. The default account ID/password is xup/xup when X-UP is installed. Enter the ID and password as shown in the image, and then click the [OK] button to complete undeployment.

  1. Verify that the all models on the [Remote Domain Info] list as well as their corresponding data sources and libraries were deleted.