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. Download and extract the Adeptia Connect zip file
  2. Delete the existing ROOT folder from .../TomcatInstallFolder>/webapps.
  3. Open the extracted folder and copy Root.war to .../TomcatInstallFolder>/webapps.
  4. Create a folder named Working_Directory in the .../TomcatInstallFolder>/webapps.
  5. Copy resources_config folder from the extracted folder and paste it to the Working_Directory folder created in step 4.
  6. Go to .../TomcatInstallFolder>/conf.
  7. Edit catalina.properties. Go to the end of the file and add the belwo property:

    app.working.dir.path=/opt/apache-tomcat-9.0.0.M19/webapps/working_directory
  8. Save and exit from the Terminal.
  9. Start Tomcat.
  10. Go to .../TomcatInstallFolder>/webapps/Working_Directory/resources_config.
  11. Open application.properties file in the Text Editor and do the following:
    1. Set the IP address or domain name where Adeptia Suite is running in the app.adeptia.host.url.

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

      <protocol_name>://<IP_Address or domain_name>:<port_no> 

      For example,

      http://10.0.0.125:8080

      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. For clustered environment, provide the IP address of the load balancer.

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

      Make sure that IP address is same in all URLs.
    2. Set the IP address or domain name of the external load balancer in the app.connect.domain.

      The format is: <IP_Address or domain_name>:<port_no>.

       

  12. Restart Tomcat.

     

Next Step

Verifying Deployment

  • No labels