01-05-2021



Ranch Hand

HTTP Status 404 - Tomcat Manager. Outlook tasks vs to do. Ranch Hand Posts: 74. Posted 14 years ago. Number of slices to send: Optional 'thank-you' note: Send. Purab aur paschim 1970 movie free download. Jul 14, 2014 The tomcat top page is opening so jasperreport server is running but it is unable to open any pages.( e.g: index.htm or login.html) inside it. Arindam.dan - 6 years 9 months ago Have you tried opening up the Tomcat Manager?

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
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 agoHttp
  • 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
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 Http 404

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.