• 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

http://loclahost:8080 auto redirect to http://www.localhost:8080

 
Ranch Hand
Posts: 341
Firefox Browser Spring 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.18 installed on my machine. When I try to access it on web browser http://loclahost:8080 auto redirects to http://www.localhost:8080 on mozilla firefox. On IE the redirect doesn't happen but, even when the server is running it says page can't be displayed.

I don't have any redirects configured and have not modified any conf files. I just have the default installation.

One strange thing is even when I can't access the tomcat server vuia web browser, I can access the web services deployed in ut through a web service explorer, which means the server is running fine.

Please help me on this.

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic