> > > > From: Jeff Urlwin [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat 5.5.4 Admin application deploy > > > > > 1) Download the tomcat 5.5.4 > > > 2) Download the Admin tool 5.5.4 > > > 3) Unzip the tomcat file > > > 4) Unzip the admin file > > > 5) Copy the contents of the admin folder into the folder of tomcat > > > 6) edit the tomcat-user.xml adding the needed user with admin role > > > 7) start tomcat > > Actually, if you use the default unzip folder, step 5 is > unnecessary. I just did a clean install of 5.5.7 on WinXP to verify. > > > Did you have commons-modeler somewhere in your class path? > > Other than that, that's exactly what I did. > > Not quite: your original message said that you put admin under > %CATALINA_HOME%\webapps > but the admin app expects to be in > %CATALINA_HOME%\server\webapps > which is also where the manager app resides. > > The admin unzip also updates > %CATALINA_HOME%\conf\Catalina\localhost > with the admin.xml file.
Ok -- that makes the Mbean messages go away, which was my next task (THANKS!). At first, I had trouble putting the app under server\webapps. I've cleaned it and done it again and it works. It must have been the missing commons-modeler.jar which caused it to not work and when I tried fixing it, I moved it around. So, the lack of commons-modeler.jar is still an issue. Also, I used the installer to install Tomcat in the first place, which alllows you to pick your directory tree and suggests something under "Program Files", which is still a pet-peeve for me. Thanks and Regards, Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
