• 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

Not able to start the tomcat 6

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

Just now i downloaded tomcat 6, and trying to configure on eclipse. Here I am using Mac book Pro.

When I am starting the server it is giving below logs on console.





Still I tried to ignore the logs after googling...

When I tried to access it through htpp://localhost:8080, it is not working.

please suggest me.
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So what's the problem? All of that is normal. What do you mean by "not working"?

(Please read TellTheDetails.)
 
saidi Bandi
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

what I mean is when I am trying to access the tomcat console[htpp://localhost:8080], I am seeing 404 error.

Please help to solve the issue.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The logs don't show any application being deployed. Not even the ROOT application which is what is served by default at http://localhost:8080. What are the contents of TOMCAT_HOME/webapps folder?
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are receiving a "404" error, Tomcat has most certainly started. You just don't have a proper webapp deployed.

Actually, let me qualify that. The Tomcat "404" page is sort of a bluish-green header and says "Tomcat" in the page text. If some other web server (such as Apache httpd) had grabbed Tomcat's HTTP port, that server's 404 page wouldn't say "Tomcat" on it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic