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:
- Rename frevvo.war to frevvo.zip file.
- Open the zip file.
- Open WEB-INF folder and copy urlrewrite.xml file in a folder or on your desktop.
- Open urlrewrite.xml file in the Text Editor.
- Type the URL where Adeptia Suite is running in the <to> tag. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>/frevvo.
- Save the file.
- Copy the updated urlrewrite.xml file to frevvo.zip file.
- Rename frevvo.zip file to frevvo.war.
- Copy frevvo.war to .../<TomcatInstallFolder>webapps folder.
- Go to .../<AdeptiaInstallFolder>/ServerKernel/RichForms/WEB-INF folder.
- Open web.xml in the Text Editor.
- 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. 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>
- Save the file.
- 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>.
- Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
- 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.
- 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.
- Save the file.
- In the Rich Forms group, type https in the abpm.frevvo.httpScheme property to access Web Forms in a secure mode.
- 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:
- Login to Adeptia Connect.
- Click Configure > Web Forms.
- Click CREATE Web Form.
- On the Create Web Form window, provide the details of the Web Form.
- 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