• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Only one question regarding tomcat 5.0

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed the tomcat 5.0 and started the tomcat after that while I give the "http://localhost/8080" in the browser it shows the "The page cannot be displayed" screen. Is there any set up needs to do after installation.

plese help me out in this regard...

Thanks
shanmugam
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat should work "out of the box" - most likely cause of your problem is that Tomcat is not really running. On windows, a running Tomcat should show up in the Task Manager process list.

1. Did you install Tomcat as a service or an application?
2. How did you start Tomcat?
3. What is your Java version?
4. What is your operating system?

Assuming Tomcat is not installed as a service, I suggest starting from a command prompt window in the tomcat ..\bin directory by executing the startup.bat. If another command prompt window opens but closes immediately tomcat is shutting down due to some error.

Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic