Deploy updated WAR files to Tomcat
Deploy WAR Files to Tomcat - Identity 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 auth service .WAR files to Tomcat, follow these steps:
- Copy the updated
.warfiles, for exampleauthService.war. - Paste the files to the following location:
- For Tomcat,
<User install directory>\apache-tomcat-8.5.32\webapps.
- For Tomcat,
-
Add the
jboss-client.jarfiles, as follows:- Copy the .jars from
\VoltMXFoundry_Plugins\middleware\ - Paste the jars into
<TOMCAT-HOME>\lib
- Copy the .jars from
-
Configure auth resource Jars, as follows:
Copy thejboss-logging-3.1.0.CR2.jarfrom\VoltMXFoundry_Plugins\resources\authfolder and paste it in the\WEB-INF\libfolder of the authservice war.a. Copy the following three jars from
\VoltMXFoundry_Plugins\resources\authfolder:- jaxb-api-2.1.jar
- jaxb-impl-2.2.3-1.jar
- jboss-logging-3.1.0.CR2.jar
b. Paste the jars to the
\WEB-INF\libfolder of the authservice war. 5. Configure your app server (Tomcat) as a service. This step is optional.