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

Tomcat success page not displaying..

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

When i start the tomcat 5.5 from bin directory of tomcat installation. Its starting successfully.

On entering of http://localhost/ i am seeing tomcat sucess page.

But when tomcat is started from eclipse,
browser displays,

HTTP Status 404 - /

type: Status report
message: /
description The requested resource (/) is not available.


Environment Info:

OS : Windows Vista Basic
Eclipse: 3.3
Tomcat : 5.5

Awaiting for answers

[ April 25, 2008: Message edited by: Lakshmanakumar Loganathan ]
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did you try http://localhost:8080

Did you change the port 8080(default) to 80 in your tomcat configuration?
[ April 25, 2008: Message edited by: Hongli Li ]
 
Lakshmanakumar Loganathan
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes i updated from 8080 to 80 in Server.xml, when tomcat is stared from
tomcat/bin, its displaying success page.but its not working when i start from eclipse.
 
I'd appreciate it if you pronounced my name correctly. Pinhead, with a silent "H". Petite ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic