I am facing issue on public instant
Hi Team
I am facing issue on public instant .I try run port 4503 while getting port 8080.can you pls help me on this issue. Please check below picture.

Regards
Chandrika Sunkara
Hi Team
I am facing issue on public instant .I try run port 4503 while getting port 8080.can you pls help me on this issue. Please check below picture.

Regards
Chandrika Sunkara
Hi @chandrika123 ,
1. Delete the crx-quickstart folder.
2. Rename File as aem-publish-p4503.jar
3. Make sure 4503 port is not being used by any other application.
4. Double click on the JAR. It should start the application on 4503 port.
If the issue persists
In crx-quickstart go to -> bin -> start.bat .Edit the file in Notepad.
Check the CQ_PORT value here and change it if required.
Mostly the issue is occurring because the Port is already being used.
To check what application is using the Port hit the below command in CMD
netstat -ano | find "4503"
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.