I want to start the server on remote linux server an connect from my workstation.
I did set below parameter
export STARDOG_JAVA_ARGS="-Dstardog.default.cli.server=http://Servername:5820"
but still when it comes up says local host and not the server name...
Stardog server 7.3.0 started on Sat May 30 02:13:55 CDT 2020.
Stardog server is listening on all network interfaces.
HTTP server available at http://localhost:5820.
STARDOG_HOME=/******/stardog/stardog-7.3.0/
server status
Backup Storage Directory : .backup
CPU Load : 0.00 %
Connection Timeout : 10m
Export Storage Directory : .exports
Memory Heap : 308M (Max: 27G)
Memory Mode : DEFAULT{Starrocks.block_cache=20, Starrocks.dict_block_cache=10, Native.starrocks=70, Heap.dict_value=50, Starrocks.txn_block_cache=5, Heap.dict_index=50, Starrocks.memtable=40, Starrocks.untracked_memory=20, Starrocks.buffer_pool=5, Native.query=30}
Memory Query Blocks : 0B (Max: 7.6G)
Memory RSS : 1.9G
Platform Arch : amd64
Platform OS : Linux 3.10.0-1062.el7.x86_64, Java 1.8.0_222
Query All Graphs : false
Query Timeout : 5m
Security Disabled : false
Stardog Home : /stardog/stardog-7.3.0
Stardog Version : 7.3.0
Strict Parsing : true
Uptime : 20 minutes 26 seconds
Databases :
+----------+-------------+------------------------------------------------------+--------------------------------------------+
| | | Transactions | Queries |
+----------+-------------+-------+-------+-----------+---------------+----------+---------+-------+---------------+----------+
| Database | Connections | Open | Total | Avg. Size | Avg. Time (s) | Rate/sec | Running | Total | Avg. Time (s) | Rate/sec |
+----------+-------------+-------+-------+-----------+---------------+----------+---------+-------+---------------+----------+
| myDB | 1 | 0 | 0 | 0 | 0.000 | 0.000 | 1 | 1 | 32.426 | 0.001 |
+----------+-------------+-------+-------+-----------+---------------+----------+---------+-------+---------------+----------+
connecting from studio says server is not responding