• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error regarding Tomcat home page display

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

I have installed tomcat 4.1 and started it using startup.bat
then i got the following


C:\Program Files\Apache Software Foundation\Tomcat 4.1>cd bin

C:\Program Files\Apache Software Foundation\Tomcat 4.1\bin>startup.bat
Using CATALINA_BASE: C:\Program Files\Apache Software Foundation\Tomcat 4.1
Using CATALINA_HOME: C:\Program Files\Apache Software Foundation\Tomcat 4.1
Using CATALINA_TMPDIR: C:\Program Files\Apache Software Foundation\Tomcat 4.1\te
mp
Using JAVA_HOME: C:\jdk1.3


is this the correct way startup the server if so , then when i am accessing the homepage using "http://localhost:8080/" in the browser it is giving "page cannot display".

Please guide me how to continue with this ....

Thanks in advance .

Sruthi.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Two things to try:

1.) Disable friendly HTTP error messages in your browser so you can see if the server is responding with an error message or if, indeed, it isn't responding at all.

2.) Take a look at the log files in the logs directory of your tomcat install.
If it's not running, there should be something logged to one of those files telling you why.
 
sruthi laya
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am checking the logs folder , but there are no files in it ...

i have uninstalled the tomcat and installed it again , when i start up tomcat the new console is opening and getting closed in seconds ...

Can any one please guide me ...

Thanks ,
Sruthi.
 
Attractive, successful people love this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic