• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Making my web app on a machine having tomcat accessible on www

 
Greenhorn
Posts: 14
Oracle Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have tomcat 6 installed on my windows machine and all i want that my web-app "smsmitra" should be accesible worldwide.
let my ip be 182.156.146.163
then it should be accessible to world by:

http://182.156.146.163:8084/smsmitra/

i am seeing index page on my local machine but when i go to other pc it says : unable to connect.

i use dial-up network.

how to make it accessible to all of my friends
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If all you want is to give access to your friends, you can use no-ip service (no-ip).
Even if you have dynamic ip, your friends will be able to access your application.
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Prady Kural wrote:i use dial-up network.

how to make it accessible to all of my friends



First of all nobody can connect to your machine unless it is connected to the Internet. So you will have to dial up and connect and leave your machine connected permanently.
 
reply
    Bookmark Topic Watch Topic
  • New Topic