The Portal server table stores information on each Portal server that is part of a cluster of Portals.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| serverkey | integer | not null | Numerical unique identifier for this server within the cluster. |
| name | nvarchar(100) | not null | The hostname of this server. |
| scheme | nvarchar(10) | with null | The scheme used to connect to this server (http/https). |
| port | integer | with null | The port this server listens to for client and peer requests (8080 by default). |
| rpcport | integer | with null | The port this server listens to for rpc connections (1199 by default). |
| timezone | nvarchar(40) | with null | The time zone this server is located in as reported by the JVM. |
| path | nvarchar(100) | with null | The servlet path of the main portal servlet (servlet/portal) by default. |
Product Name: Portal
Table Type: Table