• 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

Problem in deploying Servlet

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
I have donwloaded and installed Apache Tomcat 6.0.14. Everything is successfully installed and I can access the page http://localhost:8080 and see the tomcat welcome page.
I give the username and password and access the Manager page. But when I click on the /host-manager it gives me the following error.

HTTP Status 404 - /host-manager/

type Status report

message /host-manager/

description The requested resource (/host-manager/) is not available.
Apache Tomcat/5.5.27


The same error is shown for /manager and also /Ch1 as well....
I am not creating a duplicate thread for the same problem but I have gone through other posts and tried all the solutions given.... still its not working....
I have tried
1) in the root web.xml, uncommenting the Invoker servlet
2) making sure there is no space in <servlet-name> tag
3) trying different encodings like iso-8859-1, utf-8

but still the problem exists....
can anyone please help me on this.... thanks....
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Not sure what it does.
To access use this URL

http://localhost:8080/host-manager/html

HTH.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic