I am unable to launch API to 8081. But when i change the port to 80 i can see the deployed message in console.
3 answers
,Hi @divyamadhavan23889 :
- To check which process uses port 8081:
- Open CMD with "Administrator" privileges
- Key in: netstat -abno | findstr :8081
- The last column lists the process ID of the application using this port, open up Task Manager
- Under the "Details" tab, search for the application with the process ID from the previous step
To solve this (either):
- Kill the process using port 8081
- Reconfigure MuleSoft's port, follow: Change HTTP port in Anypoint