Fawad, I tried to reproduce the issue following the steps you had provided. Did the same. Could not reproduce the issue. You definitely had done something other which may have just deleted the manager app from webapps directory so double check that.
I confirm that for the manager app to start or deploy you do not need the tomcat-users.xml. So I am sure just renaming it did not cause tomcat to give '404' error. 404 means either the webapplication has not been deployed ( for any exception occurring) OR its deleted. So for this do the following : i) check if <tomcat-root>/webapps directory and see if you have the manager directory with all its content ii) If Yes, Check the server.log and startup.log in the server log. Anyway, I suggest you just install a fresh copy of the tomcat taking all the backup of your existing webapplication if thats possible . For me it seems the best solution. Best of luck Vishwanath On Tue, Sep 11, 2012 at 10:45 PM, Pid * <p...@pidster.com> wrote: > On 10 Sep 2012, at 07:53, "Ch. Fawad Nazir" <fa...@biome.io> wrote: > > > Yes Tomcat run with Root. > > That's not usually a good thing. > How are you starting Tomcat? > > > p > > > I made a copy of tomcat-users.xml to tomcat-users.xml-old before make any > > changes to original file. Did some changes in tomcat-users.xml ... and > after > > that delete the tomcat-users.xml. And again rename the > tomcat-users.xml-old > > to tomcat-users.xml again and restart the Tomcat. > > > > > > > > Ch. Fawad Nazir > > > > -----Original Message----- > > From: André Warnier [mailto:a...@ice-sa.com] > > Sent: Monday, September 10, 2012 11:40 AM > > To: Tomcat Users List > > Subject: Re: tomcat 7.0.27 HTTP Status 404 - /manager/status > > > > > > > > And does Tomcat run as user "root" ? > > > > > > I am going by your own explanation above. It was working; you only did > > something to tomcat-users.xml, and it isn't working anymore. Logically > > thus, it is something that you did to tomcat-users.xml that is the cause. > > Unless your explanation above is incomplete. > > It is strange that you would get a "404 not found" status as a result of > > messing about with tomcat-users.xml, but hey that's what you're saying. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >