cancel
Showing results for 
Search instead for 
Did you mean: 

Launching Dashboard

cpmexpert
New Contributor II

I've followed the documentation to install KX but I don't see an executable to launch to open a dashboard.  Would I need to launch via Eclipse or some other tool?

cpmexpert_0-1666375023228.png

 

1 ACCEPTED SOLUTION

rocuinneagain
Valued Contributor
Valued Contributor

Everything looks correct in that screenshot. You just need to open your web browser and enter http://localhost:10001 in your address bar. 

 

For starting KX Developer I wrote a simple developer.bat file which I can double click to start both the developer and have my web browser open to the correct URL. You could do similar for KX Dashboards.

My developer.bat contains:

 

call C:\developer\config\config.bat
start "developer" "q" C:\developer\launcher.q_
start "" http:localhost:%developer_PORT%/ax

 

View solution in original post

3 REPLIES 3

rocuinneagain
Valued Contributor
Valued Contributor

Everything looks correct in that screenshot. You just need to open your web browser and enter http://localhost:10001 in your address bar. 

 

For starting KX Developer I wrote a simple developer.bat file which I can double click to start both the developer and have my web browser open to the correct URL. You could do similar for KX Dashboards.

My developer.bat contains:

 

call C:\developer\config\config.bat
start "developer" "q" C:\developer\launcher.q_
start "" http:localhost:%developer_PORT%/ax

 

Thanks, I really appreciate you responding.  My browser can't establish a connection to the server at http://localhost:10001.  I disabled my firewalls but that didn't seem to help. 

I'm in.  Thanks again