This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Tomcat 404 - error

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

I have installed tomcat 6 in my laptop. I have added tomcat 6 with eclipse IDE.


My tomact works fine inside eclipse, i am able to run the application with both internal (IDE - browser) and external browser(Internet Explorer).



When i start tomcat externally from tomcat_home\bin folder - i get server started message
but when i try to run admin console in browser i get 404 error - requested resource is not available
I have configured tomcat admin console with port number 5000

http:\\localhost:5000\

I have also have jboss in my laptop (jboss is in stop status)

i tried using netstat command in command prompt
i find
TCP 5000 connection is established

please help out.


 
Ranch Hand
Posts: 1609
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After googling "404 Error" , I am reading wiki. It says,

...the client was able to communicate with the server


that indicates we need not go to the detail of netstat command to check if our server has any problem. Forget admin console(I suppose it is manager console in Tomcat) first, do you see a default localhost tomcat page? Check if you are missing tomcat configuration settings, there should be xml files to configure users and provide there passwords and roles.
 
What a show! What atmosphere! What fun! What a tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic