This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
2. In my case it is Linux, copy the file anywhere u like & do the following: # guzip -d jakarta-tomcat-5.5.7-admin.tar.gz # tar xvf jakarta-tomcat-5.5.7-admin.tar this will leave you with a directory having name 'jakarta-tomcat-5.5.7'
3. cd into jakarta-tomcat-5.5.7 in there you will find 2 directories 'conf' & 'server' cd /server/webapps cp -R admin/ /<path-to-your-catalina>/server/webapps This copies the folder 'admin' into your catalina
3. Now cd into the 'conf' folder cd /conf/Catalina/localhost cp admin.xml /<path-to-your-catalina>/conf/Catalina/localhost This copies the admin.xml within 'conf' folder
4. Restart the Jakarta Tomcat service and thats it...
For Windows: 1. Simply unzip the file jakarta-tomcat-5.5.7-admin.zip 2. copy the folder 'admin' from jakarta-tomcat-5.5.7\server\webapps\admin into your <tomcat-folder>\server\webapps 3. copy the file admin.xml from jakarta-tomcat-5.5.7\conf\Catalina\localhost into your <tomcat-folder>\conf\Catalina\localhost 4. Restart Tomcat
Jeffrey Spaulding
Ranch Hand
Joined: Jan 15, 2004
Posts: 149
posted
0
Thank you
aaah i love the ranch...
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.