Does that file get created? Admin.xml is no different than manager.xml. If /manager is working, /admin should work as well. My guess is there is something on the filesystem (permissions, etc) that is preventing Tomcat from deploying the admin app, though I could easily be wrong.
John > -----Original Message----- > From: klavs klavsen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 10:27 AM > To: Tomcat Users List > Subject: RE: tomcat/manager works - tomcat/admin = 404. > > > On Tue, 2003-01-28 at 15:59, Turner, John wrote: > > > > Check your timestamps. It's been changed. What has been > changed in that > > file? What are its contents? > > > Sorry. Yes I changed the logfile to log to server.mydomain.dk_log.. > instead of localhost. But that should change anything - and > the problem > was there before (AFAIK). > > <!-- > > Context configuration file for the Tomcat Administration Web App > > $Id: admin.xml,v 1.3 2002/07/23 12:12:15 remm Exp $ > > --> > > > <Context path="/admin" docBase="../server/webapps/admin" > debug="0" privileged="true"> > > <!-- Uncomment this Valve to limit access to the Admin app to > localhost > for obvious security reasons. Allow may be a > comma-separated list of > hosts (or even regular expressions). > <Valve className="org.apache.catalina.valves.RemoteAddrValve" > allow="127.0.0.1"/> > --> > > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="server.mydomain.dk_admin_log." suffix=".txt" > timestamp="true"/> > > </Context> > > [SNIP] > -- > Regards, > Klavs Klavsen > > --------------| This mail has been sent to you by: |------------ > Klavs Klavsen - Open Source Consultant > [EMAIL PROTECTED] - http://www.EnableIT.dk > > Get PGP key from www.keyserver.net - Key ID: 0x586D5BCA > Fingerprint = 2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62 > ---------------------------------------------------------------- > Open Source Software - Sometimes you get more than you paid for. > -- unknown > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
