Starting and ending the BRMS Web Interface
Starting the BRMS Web Interface
The BRMS web interface can be started by starting the QBRMWEBSVR instance with the following command: STRTCPSVR SERVER(*HTTP) HTTPSVR(QBRMWEBSVR)
Ending the BRMS Web Interface
To end the BRMS web interface, use ENDTCPSVR SERVER(*HTTP) HTTPSVR(QBRMWEBSVR)
.
If the BRMS web interface is configured to start with the *HTTP server, the web interface will start when TCP is started or with STRTCPSVR SERVER(*AUTOSTART)
.
Restarting the BRMS Web Interface
Restart the BRMS webserver for the new changes to take effect.
Run the ENDTCPSVR command, to end the QBRMWEBSVR instance:
ENDTCPSVR SERVER(*HTTP) HTTPSVR(QBRMWEBSVR)
Wait for all of the QBRMWEBSVR jobs to end. This can be checked by using the
WRKACTJOB JOB(QBRMWEBSVR)
command, which should show No active jobs to display.Use the STRTCPSVR command, to start the QBRMWEBSVR instance:
STRTCPSVR SERVER(*HTTP) HTTPSVR(QBRMWEBSVR)
Privacy Policy | Cookie Policy | Impressum
From time to time, this website may contain technical inaccuracies and we do not warrant the accuracy of any posted information.
Copyright © Fortra, LLC and its group of companies. All trademarks and registered trademarks are the property of their respective owners.