• 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 Page cannot be displayed

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,
I just dowloaded tomcat 5.5 and unzipped it in my c rive . I already have jdk5 . so I just set the catalina_home and java_home and ran the statup cmd . Followin msg displayed:
C:\tomcat\bin>startup
Using CATALINA_BASE: C:\tomcat
Using CATALINA_HOME: C:\tomcat
Using CATALINA_TMPDIR: C:\tomcat\temp
Using JRE_HOME: C:\Program Files\Java\jdk5
Then a new cmd window was diaplyed the last line of which says teh server started:Feb 25, 2008 10:26:49 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1469 ms
But when I acccess the home page
http://localhost:8080/ unfortunately nothin is displayed .I have tried to stop & start again but smae result !Apprciate some help . I am using windows XP in my home PC and there is no firwall or anything . is there any setting on the browser to resolve the localhost ?
 
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
It sounds like it's running.
Try http://127.0.0.1:8080

Also take a look at the log files under tomcat/logs to see if anything is blowing up.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Can you check your webapps folder inside tomcat , is there ROOT application present ? Else you need to post the logs , then only situation will be more clear.
 
Did you just should on me? You should read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic