I was able to successfully install Afaria 7 and enroll Android devices onto the server.
However, I'm having issues now accessing my applications because the Package Server I installed is defaulted to port 8080. This conflicts with one of my other SAP product servers.
I tried changing this line in the /ps/web.config file:
<add key="BackEndPackageServerPort" value="8080"/> |
I changed it to 8082, which is an open port when I tested using netstat -aon | find /i "8082"
I also changed the configuration for the Package Server in the Afaria Admin Console by adding :8082 to the end of my server address.
But when I query port 8080 or 8082, the Afaria Backend Portal Package Server service is not found.
Is there a way to change the port of the Package Server from its default port 8080?