Access my local server by hostname or servername
- by S.M.09
I have a local host server hosting a few applications in tomcat which comes through a apache proxy
The client or User trying to access these application has to access them like
10.XXX.XXX.XX:8080/appName
OR
10.XXX.XXX.XX/appName
But I want to replace the ip address with soem other name related to my applications.
But I cannot go and…