Deploy Application Center WAR files manually
The procedure to manually deploy the Application Center WAR files manually to an application server depends on the type of application server being configured.
Using the MobileFirst Server installer to install Application Center is more reliable than installing manually, and should be used whenever possible.
If we prefer to use the manual process, follow these steps to configure the application server for Application Center. Deploy the appcenterconsole.war and applicationcenter.war files to the Application Center. The files are located in MF_HOME/ApplicationCenter/console.
- Configure the Liberty profile for Application Center manually
To configure WAS Liberty profile manually for Application Center, we modify the server.xml file.
- Configure WebSphere Application Server for Application Center manually
To configure WebSphere Application Server for Application Center manually, configure variables, custom properties, and class loader policies.
- Configure Apache Tomcat for Application Center manually
To configure Apache Tomcat for Application Center manually, copy JAR and WAR files to Tomcat, add database drivers, edit the server.xml file, and then start Tomcat.
Parent topic: Manual installation of Application Center