Versions Compared

Key

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

...

  1. Rename frevvo.war to frevvo.zip file.
  2. Open the zip file. 
    1. Open WEB-INF folder and copy urlrewrite.xml file.
    2. Open urlrewrite.xml file in the Text Editor.
    3. Type the URL where Adeptia Suite is running in the <to> tag. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>/frevvo.



    4. Save the file. 
    5. Copy the updated urlrewrite.xml file to frevvo.zip file.
  3. Rename frevvo.zip file to frevvo.war.
  4. Copy frevvo.war to .../<TomcatInstallFolder>webapps folder.
  5. Go to to .../<AdeptiaInstallFolder>/ServerKernel/RichForms/WEB-INF folderetc folder.
  6. Open web.xml server-configure.properties file in the Text Editor.
    In the Rich Forms group, 
    Open server-configure.properties file in the Text Editor.In the Rich Forms group, type https in the abpm.frevvo.httpScheme property to access Web Forms in a secure mode.
    Image Removed
    In the Web Server category, in the Web Server Public Domain Name or IP Address property, type the IP address of the server hosting Adeptia Suite. 
    Image Removed
  7. Save the file.
  8. Restart Kernel and WebRunner.
    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 the frevvo.internal.baseurl property 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.Image Removed
    3. Copy the following code and type the Type the URL of the server the server hosting Adeptia Connect Tomcat in the <paramthe <param-value> parameter of the property. The the frevvo.forms.server.external.url property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>. 
      Code Block
      <context-param>
                     <param-name>frevvo.forms.server.external.url</param-name>
                     <param-value>https://54.163.232.119:443</param-value>
                     <description>Forms server external URL</description>
      </context-param>
    4. Save the file.
  9. Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.

    1. Image Added

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

      Image Added

    3. Save the file.
  10. Restart Kernel and WebRunner.
  11. 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.
  12. On the Update License screen, type the license key. Contact Adeptia Support Team for the license key.

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

    Image Added

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

      Image Added

    2. On the Tenants screen, click Image Added.
    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.

      Image Added

    5. Click Submit. This creates your tenant.
    6. Logout from Frevvo.
  14. Now login to Frevvo using following credentials and deploy Adeptia Template Rich Form.   

    1. Click Home.

      Image Added

    2. Click Upload.

      Image Added

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

      Image Added

    4. Click Upload.
      This deploys Adeptia Template Rich Form.
    5. Logout from Frevvo. 

If you want to use then do the following:

  1. Click Styles form the left menu.
  2. Click Upload.
  3. sds

 

Verifying Configuration

After you have configured the steps, you need to verify whether Web Forms are accessible or not. To verify:

...