Connect
Connect to the FairCom server
Memory usage in the FairCom server can be adjusted to match the capabilities of your hardware.
The FairCom server provides services over TCP/IP ports and shared memory. These services include APIs and browser-based applications for managing and exploring the server. The following tables contain common connection strings and ports.
To connect to FairCom’s Web applications and APIs, use port 8443 with either the FairCom server hostname or IP address, such as localhost:8443.
To connect securely to a FairCom server, you must use a certificate. FairCom provides a solution for you to create, manage, and use certificates for secure communications.
Protocol | Connection string |
---|---|
ADO.NET |
|
Apps | http://localhost:8080 |
Apps secure | https://localhost:8443 |
ISAM |
|
iSQL |
|
iSQL secure |
|
JDBC |
|
JSON APIs | POST a JSON document to |
JSON APIs secure | POST a JSON document to |
PHP SQL |
|
Python SQL |
|
Protocol | Connection string |
---|---|
ADO.NET |
|
Apps | http://localhost:8080 |
Apps secure | https://localhost:8443 |
ISAM | FairCom Edge: |
iSQL |
|
iSQL secure |
|
JDBC |
|
JSON APIs | POST a JSON document to |
JSON APIs secure | POST a JSON document to |
PHP SQL |
|
Python SQL |
|
Troubleshoot Connections
Ensure your firewall is not blocking the port.
Check to see if another application is already using the port.
Tip
If the localhost
domain name does not work, use the IP Address 127.0.0.1
.
Note
FairCom's JSON APIs and its browser applications run on ports 8080
and 8443
.
If Google Chrome requires that the FairCom server needs a valid certificate, see Solve certificate security problems in Google Chrome.
Connect to the browser applications using http://localhost:8080/
or https://localhost:8443/
.
Connect to JSON APIs using http://localhost:8080/api
or https://localhost:8443/api
.