Tomcat Status 404



HTTP Status 404 - /Hello/servlet/Hello type: Status report. Tomcat, by default, now ships with the invoker servlet disabled (commented out in the web.xml file. HTTP status 404 for a servlet using Tomcat and IntelliJ. Yac678 asked on 2010-04-10. Editors IDEs; Apache Web Server; JSP; 8 Comments. Last Modified: 2013-12-14. I am using IntelliJ 8.1 and a simple Web application which has a login JSP. Good Day, For some reason the other day after a power failure the server started up and customer could not access contact store. This is the error: HTTP Status.

Ranch Hand
posted 14 years ago
  • Optional 'thank-you' note:
Hi Everybody,
I am using Tomcat 5.5.When I Clicked Tomcat Manager in Tomcat's homepage ie., http://localhost:8080/, it shows HTTP Status 404 - /manager/html. Previously it worked fine. The username and password for tomcat manager is present in tomcat-users.xml file.
Please help.
Regards
Bhuvana
Greenhorn
posted 14 years ago
  • Optional 'thank-you' note:
Have you deleted something under
$APACHE_HOME/server/webapps ??
the manager application is installed under that path, if you removed it, then you will not be able to use it again (the application wont exist).
Also, make sure that the user that starts TOMCAT has permitions to read on that directory.
Ranch Hand

Apache Tomcat Http Status 404

posted 14 years ago
  • Optional 'thank-you' note:
Hi,
Thanks for Your Reply.
The Webapps folder has 2 directories 1.host-manager
2. manager
I have no idea about the files that present in these directories.Could you please tell me about the important files in those directories?
Thank you.
Regards.
Bhuvana
Ranch Hand
posted 14 years ago
  • Optional 'thank-you' note:
Hi,
Good Day to Everybody.
Please help me....
Expecting the reply from ranchers....
Regards,
Bhuvana
Author and all-around good cowpoke
posted 14 years ago
  • Optional 'thank-you' note:
In my copy of Tomcat the ../server/webapps/manager directory looks like a typical web application with a WEB-INF/lib containing catalina-manager.jar and commons-fileupload-1.0.jar
You say 'previously it worked fine' - what was changed in your system?
Anything show up in the logs? How are you starting Tomcat?
Bill

Tomcat War Http Status 404

Ranch Hand
posted 14 years ago
  • Optional 'thank-you' note:
Hi,
Thanks for your reply.
When i clicked Tomcat Manager, it prompts for username and password.
Exactly I don't know what had happened.Now, it says HTTP 404 error.
Status, Tomcat Administration, Tomcat Manager are not working.When i
clicked Status, it shows HTTP 404 Error. But in Tomcat Administration
it shows
Tomcat's administration web application is no longer installed by
default. Download and install the 'admin' package to use it.

When i click rest of the links, it works fine. Could you please tell
how to check the log?
Please Help.
Regards,
Ranjani
Author and all-around good cowpoke
posted 14 years ago
  • Optional 'thank-you' note:
1. Did you in fact download and install the Admin package?
2. Tomcat writes text log files to the TOMCAT_HOME/logs directory.
[ October 09, 2006: Message edited by: William Brogden ]
Ranch Hand
posted 14 years ago
  • Optional 'thank-you' note:
Hi,
Thanks for your reply.
I checked the logs folder.Many log file entries are there like catalina.date.log,localhost.date.log, manager.date.log. could you please help me how to trace errors if occured?
I didn't installed the admin package.
Expecting the reply from ranchers
Regards.
Bhuvana
Ranch Hand
posted 14 years ago
  • Optional 'thank-you' note:
Hi,
Good Day to EveryBody...
Please give me a solution to solve this problem..
Reagards.
Bhuvana
Greenhorn
posted 9 years ago
  • Optional 'thank-you' note:

Tomcat 404 Status Page

Status
HI Bhuvana,
You probably missing something in your tomcat/webapps directory.
It should contain the following directories along with your project wars.
examples
host-manager
manager
ROOT
docs etc.
Probably you are missing the ROOT/index.html and may be host managerand(or) manager directories.