Thursday, 26 September 2013
How to show your jsp application on web when online
Many of you want to show your java jsp application to your friends when you are online , but don't know how to do this , its very simple.
See Step by Step Approach -
Step 1 - Run your Web Application on your machine (Computer) using any server like Apache Tomcat.
Your web app local link - http://localhost:8090/REALOMR/index.jsp
Step 2 - Find out your ip Address by using ip finder or from your command prompt.
We are showing here command prompt method :
1) open command prompt using this demo ,open run as ( Win + r ) key
2) Press "OK" and command prompt will appear. Now enter ipconfig and
press Enter.
Now you have your ip address as : 106.203.253.207
Step 3 - Now replace localhost with your ip address.
So now you global address while you are online. is
----> http://106.203.253.207:8090/REALOMR/index.jsp ( Your Global url You can share it)
And any one can open your web application using this link until you are online.
Note - Your ip address change once you disconnected , and your global link will not work , then you have to update link with new ip address.
Facing any issue / problem , feel free to drop a comment.
Like our facebook page for regular updates.
He is a blogger/website designer and developer.he is founder of www.technicalbaba.com and also loves web programming.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
We welcome's you to post your comments here , Our editorial team will review and reply to your valuable comment.Thank you to connect with us.