vote up 1 vote down star

sir, i have created a web application in eclipse,db2 database server is running on my pc.so i can access the web application through the address http://localhost:8080/LimsWeb

i used team viewer software to establish a remote desktop connection.

can my friend somehow connect to my pc so that when he types the above url in his browser he will be able to fetch the pages of the application.

i was able to do this by connecting with remote desktop mode.but in that case my friend was able to use the application which i created running on my pc only and in the window provided by team viewer.i want that he can run the application on his own computer calling the given url from his own browser.

please help

flag
This sort of question is not really programming related, so you should considering posting it on superuser.com instead. We'll migrate it there for you though. – roe Jan 8 at 9:22

migrated from stackoverflow.com

1 Answer

vote up 0 vote down

It should not be complicated. First, you can install yourself something like no-ip.com service to tell your friend your current IP, then open all the firewall/router ports for outside access, and give your friend the address you've got, like http://yourHostName.dyndns.org/LimsWeb.

Another solution is to deploy your project on Web

link|flag
how to deploy the project on web.the database server is on my pc only – robin agrahari Jan 8 at 9:30

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.