• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Tomcat --- Deploy Web site on Home Computer (Dynamic IP)

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, all expert.
I would like to set up a web server using my home computer by using Tomcat 4.1.
The web server is behind a router.
I have changed the port from 8080 to 80.
It works fine when I type: http://localhost/ (show the index.jsp page) on the local machine but not outside.
However, I want to deploy my web site on the Internet, so that the public can access my home computer.
My ISP provides me a dynamic IP. I have registerd a domain name in no-ip.com. It is vincehon.no-ip.com
My question is :
******************************************************************************************
WHAT configs should I set in tomcat to allow people on the Internet view my web site when they type
"http://vincehon.no-ip.com/" ?
If I do not using router (the web server connect to the Internet directly), are the settings the same ?
******************************************************************************************
I have set the NAT in my sercom router.
 
It was the best of times. It was the worst of times. It was a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic