mercredi 18 février 2015

Accessing Web Application in Localhost

I have a Web Application hosted in Apache Tomcat server in my local machine. If I want to run the Application in my local I access using the URL :



http://localhost:8080:/ApplName


If any other machine which is connected to My LAN need to use, it can be done using the URL :


http://myHostName:8080/ApplnName


Is there any way to access the Application in My local server without giving the Port number and Application name in the URL. Just by giving the URL as :



http://myHostName/ (or) http://myHostName/ApplName


P.S : I have only one Application hosted in My local server.





Aucun commentaire:

Enregistrer un commentaire