RQM on 8080 port ?
One answer
Is it possible to install RQM on 8080 port ? why ?
Scenario - RQM is installed on server (9443 port) which in in one network. However users are in different network and have access to this server using 8080 port only.
Please suggest the solution for accessing RQM.
Thanks,
Pallavi
Hi,
Change the port no in server.xml which is located at
<RQM>\server\tomcat\conf\server.xml
replace 9443 with 8080
before replacing ensure that 8080 port no is not open state, in other words ensure no other applicatio is using the same port (8080).
and also ensure u keep a backup copy of server.xml before modifying it.
Please perform the above steps after stopping the RQM Server.
Now try to access the RQM URL from other n/w using:
https://<RQMServermachinename>:8080/jazz/web/console.
regards,
Rajesh Gottapu.