Forum Discussion
mhavrda
15 years agoNew Contributor
I had the same problem. I downloaded the LoadUI source code and found 8080 port number in the com.eviware.loadui.http.HttpServerActivator class.
I have written a different number to the loadUI-agent.sh script.
-Dloadui.http.port=8088
The whole line in the script:
$JAVA $JAVA_OPTS -cp "$LOADUI_RUNNER_CLASSPATH" com.eviware.loadui.launcher.LoadUILauncher -Dloadui.http.port=8088 -Dloadui.instance=agent -nofx "$@"
It would be good to write it to the LoadUI help document.
I have written a different number to the loadUI-agent.sh script.
-Dloadui.http.port=8088
The whole line in the script:
$JAVA $JAVA_OPTS -cp "$LOADUI_RUNNER_CLASSPATH" com.eviware.loadui.launcher.LoadUILauncher -Dloadui.http.port=8088 -Dloadui.instance=agent -nofx "$@"
It would be good to write it to the LoadUI help document.