Skip to content

Environment

eostermueller edited this page Feb 17, 2017 · 13 revisions

You will need these port numbers to help with your performance troubleshooting:

Description Value
Using JMeter, HTTPS load is applied on this TCP port 8675
performanceGolf.war runs under Spring Boot. It connects over HTTP to backend system that listens on this TCP port 8676
h2 TCP Server tcp://localhost:9092 (only local connections)
h2 PGServer pg://localhost:5435 (only local connections)
h2 Web/Console Server. You can execute ad-hoc SQL on this web page. http://localhost:8082 (only local connections). There is no username and no password.

Clone this wiki locally