Airlines SDK Help Globe Icon

Deploying SDK Applications in Tomcat Environments

SDK applications for ASP, JSP, and Java can be deployed in environments using the Tomcat application server once the environment is set up properly. For information on deploying SDK applications in WebSphere or WebLogic application servers, see the WebLogic or WebSphere product documentation.

To deploy SDK applications in a Tomcat environment
  1. Create an application directory for your application in Tomcat (for example, Tomcat\webapps\myApp).

  2. Inside this directory, create a subdirectory called WEB-INF (for example, Tomcat\webapps\myApp\WEB-INF).

  3. Inside WEB-INF, create a lib directory (for example, Tomcat\webapps\myApp\WEB-INF\lib).

  4. Copy the SDK jar files from Program Files\Attachmate\evSDK to Tomcat\webapps\myApp\WEB-INF\lib.
    Note An example of a properly set up WEB-INF\lib directory is created in tomcat\webapps\examples when the product is installed.
  5. Restart Tomcat.

Related Topics
Common Tasks
  Footer