well i guess more accurately
your path to Tomcat6\webapps\ROOT\admin
Main Topics
Browse All TopicsWhere it is the "Administration Web Application" ("admin") in TomCat 6 ?
When I tried to access:
http://mydomain:8080/admin
I get this message:
"Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use it."
But I can't find the place where I should go to "download" this package....
Thank you in advance!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
if you go to the http://tomcat.apache.org website and download the source file instead of the binary file, you can unzip it and it will have what you need under the container\webapps folder
Hello, I got the "apache-tomcat-6.0.14-src.
The only "admin" folder that exists is in the same situation: only one index file with the message:
"Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use it."
Why don't you re-install Tomcat6 from scratch, rather than try to add the admin package to your installation?
If you go to http://tomcat.apache.org/d
C:\Program Files\Java\jre1.6.0_01
The admin login is stored in the file tomcat-users.xml:
<user username="userID" password="pass" roles="admin,manager" />
You can always view it or update it.
To use the manager application, edit the server.xml file and insert the following element into the element that defines the host you want to manage:
<Context path="/manager" privileged="true" docBase="manager">
<Valve className="org.apache.cata
allow="127.0.0.1"/>
</Context>
Remove the "allow" attribute if you want to access the management application remotely from other systems.
Now, you should be able to use web commands like:
http://localhost/manager/l
and
http://localhost/manager/d
Actually, I thought I had given a solution to whbr's problem. I didn't tell whbr where the admin package was, but provided instead an alternative solution that made the separate download of the package unnecessary.
The error message states clearly that the admin package is no longer installed by default. I told whbr how to change the default during installation, to direct the installation program to install the admin package together with the rest. That's how I solved the problem when I encountered it.
Business Accounts
Answer for Membership
by: tbboyettPosted on 2007-09-22 at 14:35:00ID: 19942701
it goes directly under ROOT min
C:\Tomcat6\webapps\ROOT\ad