> From: Michael Phoenix [mailto:[EMAIL PROTECTED] 
> Subject: problems installing administration console on TC5.5.25
> 
> I just get the message: "Tomcat's administration web 
> application is no longer installed by default. Download
> and install the "admin" package to use it."

1) Insure the directory ${CATALINA_HOME}\server\webapps\admin exists and
has 11 subdirectories and 3 files under it.

2) Check that the file
${CATALINA_HOME}\conf\Catalina\localhost\admin.xml exists and contains
the following:
  <Context docBase="${catalina.home}/server/webapps/admin"
privileged="true"
           antiResourceLocking="false" antiJARLocking="false">
  </Context>
(There will be some other commented-out stuff in there as well.)

3) Make sure you restart Tomcat after deployment of the admin webapp.

4) Refresh your browser cache.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to