Package a Standalone App
Table of Contents
This topic explains how to build an app from source for deployment as a standalone app.
Before building and deploying an app, check the software requirements.
Package your app as a standalone app for deployment to a production server. The standalone app embeds an Apache Tomcat servlet container.
Unix or MacOS:
./app-studio dist
Windows:
app-studio.bat dist
Standalone app directory
Unix or MacOS:
The standalone app for deployment is in the app-name/search-app-standalone
directory.
search-app-standalone/
README.md
app/
build/
config/
keystore.jks
lib
search-app-start.bat
search-app-stop.bat
search-app-stop.ps1
search-app.sh
Windows:
The standalone app for deployment is in the app-name\search-app-standalone
directory.
search-app-standalone\
README.md
app\
build\
config\
keystore.jks
lib
search-app-start.bat
search-app-stop.bat
search-app-stop.ps1
search-app.sh