Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This section helps you to deploy Adeptia Connect UI on Tomcat. Before start deploying, stop Tomcat.

To deploy:

  1. Extract the war file. 
  2. Open the extracted folder and copy Root.war to <TomcatInstallFolder>/Tomcat 9.0/webapps.
  3. Delete the existing ROOT folder.
  4. Start Tomcat. A new ROOT folder is created.
  5. Go to ROOT > WEB-INF.
  6. Open web.xml in the Text Editor and do the following:
    1. Set the path where Tomcat is installed in the app.working.dir.path in the <param-value> parameter.
    2. Save the file.

  7. Now, from the extracted war folder, copy the resources folder and paste in the directory where Tomcat is installed. For example, C:\Program Files\Apache Software Foundation\Tomcat 9.0.
  8. Open the resources folder.
  9. Open application.properties file in the Text Editor and do the following:

    Set the IP address where Adeptia Suite is running in the app.base.adeptia.url and app.adeptia.host.url.

    The URL format for app.base.adeptia.url is: 

    <protocol_name>://<IP_Address:<port_no>/adeptia/rest

    The URL format for app.adeptia.host.url is

    <protocol_name>://<IP_Address:<port_no> 

    where, 

    <protocol_name> is the name of the protocol you are using. For example, http or https.

    <IP_Address> is the IP address of the computer on which Adeptia Suite is running.

    <port_no> is the port number of the computer on which Adeptia Suite is running.

    For example,

    https://10.0.0.125:8443/adeptia/rest
    http://10.0.0.125:8080

    Make sure that IP address is same in both URLs.



  10. Restart Tomcat.

Next Step

Verifying Deployment

  • No labels