I am using the WebViewer app in BIRT 2.3.2. The port in the url changes each time the application starts. I would like to specify a port so it will be the same each time. I read that this can be done by uncommenting the following line in the viewer.properties file and changing it to the desired url.
base_url=
http://127.0.0.1:8080
I have changed the value for base_url, but when I start the app it continues to use a random port each time. Am I missing something?
Thanks in advance!