This section is applicable only if you want to use Web Forms with Adeptia Connect. You need to configure the following to access Web Forms in Adeptia Connect:
Prerequisites:
Ensure that you have:
- Applied the Adeptia Suite v2.7 patch.
To configure:
- Import Adeptia Suite public certificate to Adeptia Suite Truststore.
- Export Public Key. The steps to export the key varies from browser to browser. The following are the steps to export the public key in Google Chrome browser.
- Click > More tools > Developer tools.
- Click Security tab.
- Click View Certificate.
- On the Certificate window, on the Details tab, click Copy to File.
- Click Next to start exporting the certificate.
- Choose DER encoded binary X.509 (.CER) and click Next.
- Specify the location to save the exported file and click Next.
- Click Finish to export. A dialog box appears confirming the export process have been completed successfully.
- Click OK to exit from the wizard.
- Export Public Key. The steps to export the key varies from browser to browser. The following are the steps to export the public key in Google Chrome browser.
- Apply the Frevvo patch by following the same steps applied in Adeptia Suite patch.
- 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.
- 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. - Type the URL of the server hosting Tomcat in the <param-value> parameter of the frevvo.forms.server.external.url property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.
- In Frevvo Database Configuration subgroup, provide the details of the database you are using in the properties.
Save the file. - Restart Kernel and WebRunner.
- 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. On the Update License screen, type the license key. Contact Adeptia Support Team for the license key.
- Login to Frevvo using following default credentials and create a tenant:
Username: admin@d
Password: admin- On the Manage server screen, click Manage Tenants.
- On the Tenants screen, click .
- On the Add New Tenant screen, type adeptia in the Tenant Id, Admin User Id, Tenant Name, Admin User Password, Tenant Description, and Re-enter Admin User Password.
- Type support@adeptia.com in the Admin User Email Address.
- Click Submit. This creates your tenant.
- Logout from Frevvo.
- On the Manage server screen, click Manage Tenants.
- Now login to Frevvo using following credentials and deploy Adeptia Template Rich Form.
Username: adeptia@adeptia
Password: adeptia- Click Home.
- Click Upload.
- On the Upload Application screen, click Choose File, and upload AdeptiaTemplate_app.zip file from the folder where you have extracted Frevvo patch.
- Click Upload.
This deploys Adeptia Template Rich Form. - Click Styles from the left menu.
- Click Upload.
- On the Upload Application screen, click Choose File, and upload ConnectColorScheme.style file from the folder where you have extracted Frevvo patch.
- Click Upload.
This deploys Connect Color Scheme style file. - Click My Applications from the left menu. The list of all applications appears on the right side of the screen.
- Click Properties on the Adeptia Template.
- On the Adeptia Template Properties screen, select ConnectColorScheme option in the Choose Style property.
- Click Update.
- Click Edit on the Adeptia Template.
- Click Edit on the AdeptiaForm.
- On the Adeptia Form, expand PROPERTIES and then click the Style tab.
- Select ConnectColorScheme option in the Style property.
- Click to save and exit from the form.
- Click Home.
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.
- In the Design Form, click
On clicking, if the Web Form opens in a new tab, indicates you have configured Web Forms in Adeptia Connect successfully.
For more information. click here. to open the form.
Next Step