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 in a folder or on your desktop.
    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>. 

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

...