Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Applied the Adeptia Suite v2.7 patch.

To configure:

  1. Import Adeptia Suite public certificate to Adeptia Suite Truststore. 
    1. Export Public Key. The steps to export the key varies from browser to browser. The following are the steps to export the public key in Google Chrome browser.
      1. Click Image Added > More tools > Developer tools.
      2. Click Security tab. 
      3. Click View Certificate.

        Image Added

      4. On the Certificate window, on the Details tab, click Copy to File.

        Image Added

      5. Click Next to start exporting the certificate.

        Image Added

      6. Choose DER encoded binary X.509 (.CER) and click Next.

        Image Added

      7. Specify the location to save the exported file and click Next.

        Image Added

      8. Click Finish to export. A dialog box appears confirming the export process have been completed successfully.
      9. Click OK to exit from the wizard.
  2. Apply the Frevvo patch by following the same steps applied in Adeptia Suite patch.
  3. Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
  4. Open server-configure.properties file in the Text Editor.
    In the Rich Forms group, 
    1. Type https in the abpm.frevvo.httpScheme property to access Web Forms in a secure mode.
    2. Type the URL of the server hosting Adeptia Suite in the <param-value> parameter of the frevvo.internal.baseurl property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.
      where,
                 <protocol_name> is the protocol you are using, for example, http or https.
                 <IPaddress> is the domain name or IP address of the server hosting Adeptia Suite.
                 <Port_No> is the port number of the server hosting Adeptia Suite.
    3. Type the URL of the server hosting Tomcat in the <param-value> parameter of the frevvo.forms.server.external.url property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.



    4. In Frevvo Database Configuration subgroup, provide the details of the database you are using in the properties.



    In the Web Server category, in the abpm.webserver.public.address property, type the IP address of the server hosting Adeptia Suite. 



    Save the file.
  5. Restart Kernel and WebRunner.
  6. Open the browser and type the URL in the format: 
    <protocol_name>://<IPaddress>:<Port_No>/frevvo 
    where,
               <protocol_name> is the protocol you are using, for example, http or https.
               <IPaddress> is the domain name or IP address of the server hosting Adeptia Suite.
               <Port_No> is the port number of the server hosting Adeptia Suite.
    For example, http://192.168.1.1:8080/frevvo.
  7. On the Update License screen, type the license key. Contact Adeptia Support Team for the license key.

  8. Login to Frevvo using following default credentials and create a tenant:
    Username: admin@d
    Password: admin



    1. On the Manage server screen, click Manage Tenants.



    2. On the Tenants screen, click .
    3. On the Add New Tenant screen, type adeptia in the Tenant IdAdmin User IdTenant NameAdmin User PasswordTenant Description, and Re-enter Admin User Password.
    4. Type support@adeptia.com in the Admin User Email Address.



    5. Click Submit. This creates your tenant.
    6. Logout from Frevvo.
  9. Now login to Frevvo using following credentials and deploy Adeptia Template Rich Form.   
    Username: adeptia@adeptia
    Password: adeptia
    1. Click Home.



    2. Click Upload.



    3. On the Upload Application screen, click Choose File, and upload AdeptiaTemplate_app.zip file from the folder where you have extracted Frevvo patch.



    4. Click Upload.
      This deploys Adeptia Template Rich Form.
    5. Click Styles from the left menu. 
    6. Click Upload.



    7. On the Upload Application screen, click Choose File, and upload ConnectColorScheme.style file from the folder where you have extracted Frevvo patch.



    8. Click Upload.
      This deploys Connect Color Scheme style file.
    9. Click My Applications from the left menu. The list of all applications appears on the right side of the screen.
    10. Click Properties on the Adeptia Template.



    11. On the Adeptia Template Properties screen, select ConnectColorScheme option in the Choose Style property.



    12. Click Update.
    13. Click Edit on the Adeptia Template.



    14. Click Edit on the AdeptiaForm.



    15. On the Adeptia Form, expand PROPERTIES and then click the Style tab.
    16. Select ConnectColorScheme option in the Style property.



    17. Click to save and exit from the form.

...