• 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

Tomcat Server can't load himself (without using localhost)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys!

I mount Tomcat 6.0 on my server and you can visit it at http://application.sogetel.it:8080.

If I open any browser from that machine and I try to visit http://localhost:8080 I can see my Servlet Manager and it's all ok.

If I open any browser from that machine and I try to visit http://application.sogetel.it:8080 I don't have any response...

Why http://application.sogetel.it:8080 is not working on the same machine?!?
Is there any conf file of Tomcat I have to change to make it work?!?!

Thank you very mucchhhh!!!
Giorgio
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what tracert http://application.sogetel.it:8080 return from your local machine?
 
reply
    Bookmark Topic Watch Topic
  • New Topic