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 »

Adeptia Connect now supports Web Forms (Frevvo). You can now create, share, and integrate your own forms. You need to configure the following to use Web Forms in Adeptia Connect:

Prerequisites:

Ensure that you have 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 to your computer.
    2. Open urlrewrite.xml file in the Text Editor.
    3. Type the URL where Adeptia Suite is running in the <to> parameter. 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 where Adeptia Suite is running in the <param-value> parameter of the frevvo.internal.baseurl property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.



    2. Copy the following code and type the Adeptia Connect URL 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 without protocol where Adeptia Suite is running. 



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

 

Next Step 

Verifying Patch

  • No labels