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 7 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 directory from .../TomcatInstallDirectory>/webapps.
  3. Open the extracted directory and copy Root.war to .../TomcatInstallDirectory>/webapps.
  4. Create a directory named working_directory in the .../TomcatInstallDirectory>/webapps.
  5. Copy resources_config directory from the extracted folder and paste it to the working_directory directory created in step 4.
  6. Go to .../TomcatInstallDirectory>/conf.
  7. Edit catalina.properties file to configure Adeptia working directory path. Add the path where you have created working_directory. Add the command at the end of the file. For example,

    app.working.dir.path=/opt/apache-tomcat-9.0.0.M19/webapps/working_directory
  8. Save and exit from the Terminal.
  9. Go to .../TomcatInstallDirectory>/webapps/working_directory/resources_config.
  10. 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 a clustered environment, provide the IP address or domain name of the load balancer.

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

       

    2. Set the IP address or domain name of the external load balancer or Tomcat machine IP address in the app.connect.domain.

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

      For example,

      app.connect.domain = 192.168.1.1:80

  11. Restart Tomcat.

     

Next Step

Verifying Deployment

  • No labels