How to deploy a Java web application? [closed]
- by Yatendra Goel
I have developed a Java Web Application and I want to show it to my client by hosting it on a server.
I tried to run it on my localpc through web-browser and it worked fine. I gave the hostname as "localhost" in the URL of my webApplication.
Now I want to show it to my client who is on other computer on internet. I tried to replace the "localhost" from my webApplication's url to my current ip address. But when I put that URL on my own browser, it didn't work.
How can I show that web-application to my client.
I have my own domain name but do not own any web-hosting.
I don't want to purchase a web-hosting plan.
One more problem:
I don't have static IP address. My IP changes almost everytime when I connect to my ISP.