PreviousNextIndex
Application Deployment > Checking the Application Deployment > Validating the Application Deployment
 
Validating the Application Deployment

The utility for validating application deployments is designed to help ensure that the application has been properly deployed on the application server. While it is not guaranteed to catch all deployment errors, it usually catches the vast majority of them.

To use this utility:

  1. Access the index.html page.
  1. Click Validate (in the bullet Validate the application dependencies).
  1. Inspect the validation page for any sign of a problem with the installation and deployment of the application on the application server.

Tip:

In general, green text indicates that a setting is properly configured. Yellow text indicates that an optional setting is not as expected, but in most cases, it does not indicate a condition that would prevent the application from running properly. Red indicates that a required setting is not right and, therefore, that the application probably will not function as expected.

This page is divided into three basic areas:

  1. Application details - Provides information about:
  1. General Dependency Area Details - Provides information for the following dependancy areas:
  1. Required dependencies - Displays information about any other modules that the application requires in order to run properly.

Note:

If you are storing "custom object" (objects that you define) in session properties and wish to pass them between to modules (Web applications), the code for the objects must be in the <tomcat_home>/common/lib so that the class loader works properly.     If that code is on <appname>/WEB-INF/lib then an object instantiated in project A cannot be accessed on project B. By moving the implementation of the class to the common lib and in turn the common class loader, the implementation may be shared across Web applications.

See Preparing the Application Server to Run Dialog Designer Applications.


PreviousNextIndex

©2009, Avaya Inc. All rights reserved.