Good Morning Fran /***obtain admin distro ****/ download jakarta-tomcat-5.5.7-admin.zip from http://archive.apache.org/dist/tomcat/tomcat-5/archive/v5.5.7/bin/ to a $TEMP folder
/*** get commons-modeler***/ http://jakarta.apache.org/site/downloads/downloads_commons-modeler.cgi and copy to $TEMP/admin/WEB-INF/lib /***create the war***/ cd admin jar -cvf admin.war ./*.* /****deploy***/ http://localhost:8080/manager/html (go to bottom and browse and select warfile to deploy) Browse/Deploy admin.war Hope this helps.. Martin -- --------------------------------------------------------------------------- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from disclosure. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------------- Le présent message électronique (y compris les pièces qui y sont annexées, le cas échéant) s'adresse au destinataire indiqué et peut contenir des renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. ----- Original Message ----- From: "Fran Varin" <[EMAIL PROTECTED]> To: <users@tomcat.apache.org> Sent: Wednesday, January 03, 2007 8:54 AM Subject: RE: installing the admin on 5.5 > > Hi, I've read through all of the post material I can find on this topic and > still cannot seem to get the admin app deployed correctly. I have unzipped > the content to the directories as described in this post. When I start > tomcat and try to access the admin application I received the following > Message in the browser: > > "Tomcat's administration web application is no longer installed by default. > Download and install the "admin" package to use it". > > Additionally, I do not see any reference to "admin" in the console log or > when I view the server through the manager. At this point I'm at a bit of a > loss...I don't see what I'm missing here. Is there some other configuration > step that I have missed perhaps? > > > > > > Caldarale, Charles R wrote: >> >>> From: Michael Hencin [mailto:[EMAIL PROTECTED] >>> Subject: installing the admin on 5.5 >>> >>> I am having a bear of a time installing the admin application >>> for 5.5. I downloaded and unzipped the apache-tomcat-5.5.20-admin.zip, >> >>> expanded the contents. >> >> That's all you need to do - if you expand it into the standard Tomcat >> installation directory, like you're supposed to do. If you're using >> some 3rd-party repackaged Tomcat that scatters pieces of Tomcat all >> over, I'd strongly suggest throwing that in the junk pile and >> downloading and installing the real one. >> >>> Then using the tomcat manager application deployed the files OK. >> >> Well, that's made a mess of things. You need to undeploy it from there, >> and just unzip properly. >> >> Don't forget to to update conf/tomcat-users.xml with an appropriate >> userid, password, and the "admin" role. >> >> - 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] >> >> >> > > -- > View this message in context: > http://www.nabble.com/installing-the-admin-on-5.5-tf2542730.html#a8141083 > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >