Creating applications : Creating applications : Deploying the runtime files on the server
  
Deploying the runtime files on the server
Before you can run an application that is developed in UNICOM® Digital Transformation Toolkit (UDTT™), you must deploy the project EAR file to the application server.
1: Fix project errors
If there are project errors, follow these instructions to fix the errors:
To fix the Java Build Path errors
1 In the Enterprise Explorer, right-click your project, and then select Properties.
2 In the Properties window, click Java Build Path in the list on the left side of the window.
3 Click Libraries tab.
4 On the Libraries tab, click JRE System Library, and then click Edit.
5 In the Edit Library window, select the server to deploy the files from the Alternate JRE list, and then click Finish.
6 In the Properties window, click Add Library.
7 In the Add Library window, select Server Runtime, and then click Next.
8 In the Edit Library window, select the server to deploy the files, and then click Finish.
To fix the Project Facets errors
1 In the Enterprise Explorer, right-click the project, and then select Properties.
2 In the Properties window, click Project Facets in the list on the left of the window.
3 Select your Java version, and then click OK.
2: Deploy the EAR file on your server
1 In the Servers view, right-click the server, and then click Add and Remove.
2 In the Add and Remove window, select the project EAR file in the Available list.
3 Click Add.
The project EAR file moves to the Configured list.
4 Click Finish.
Go up to
Creating applications