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 11 Next »

Adeptia Connect now supports Web Forms (Frevvo). You need to configure the following to access Web Forms in Adeptia Connect:

Prerequisites:

Ensure that you have:

  • Applied the v2.7 patch.
  • frevvo.war file.

To configure:

  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 .../<AdeptiaInstallFolder>/ServerKernel/RichForms/WEB-INF folder.
  6. Open web.xml in the Text Editor.
    1. 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.



    2. Copy the following code and type the URL of the server hosting Adeptia Connect in the <param-value> parameter of the property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>. 

      <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>
    3. Save the file.
  7. Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
  8. Open server-configure.properties file in the Text Editor.
    1. In the Rich Forms group, type https in the abpm.frevvo.httpScheme property to access Web Forms in a secure mode.



    2. 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. 



    3. Save the file.
  9. Restart Kernel and WebRunner.

Verifying Configuration

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

  1. Login to Adeptia Connect.
  2. Click Configure > Web Forms.
  3. Click CREATE Web Form.
  4. On the Create Web Form window, provide the details of the Web Form. 
  5. Click to open the form. On clicking, if the Web Form opens in a new tab, indicates you have configured Web Forms in Adeptia Connect successfully.

 

Next Step 

Verifying Patch

  • No labels