Deploy WAR Files to Tomcat - Integration Services
After you configure all properties files in WAR files, you must deploy these WARs through the app server.
IMPORTANT: The following configuration is same for all app servers, except the deployment paths for app servers.
To deploy configured integration WAR files to Tomcat, follow these steps:
- Copy the updated
.war
files such asadmin.war
,middleware.war
,services.war
, andapps.war
. - Paste the files in the following location:
- For Tomcat,
<User install directory>\apache-tomcat-8.5.32\webapps
. - For Tomcat, add the
jboss-client.jar
- Copy the .jars from
\QuantumFabric_Plugins\middleware\
- Paste the jars into
<TOMCAT-HOME>\lib
NOTE: If you are using Tomcat 8 or above versions, copy the
ant-1.7.1.jar
file to<TOMCAT-HOME>\lib
location.
- Copy the .jars from
- For Tomcat,
- Configure your app server (Tomcat) as a service. This step is optional.