Deploy an App in a Servlet Container
Table of Contents
The most common way to deploy an App Studio search application is to package it as a standard Java .war
file, which can be deployed in any standard servlet container such as Tomcat or Jetty.
Create a WAR file
Create a WAR file suitable for deployment in a servlet container. Do either of the following:
-
Use a script - Run the script
app-studio
(on Unix or MacOS) orapp-studio.bat
(on Windows) with the parameterpackage
to create the WAR file. -
Download the WAR file from Fusion - If you created the search interface in Fusion, you can download the WAR file from Fusion.
Deploy the WAR file
Deploy the WAR file in the servlet container. Follow the instructions in the documentation for the servlet container.