Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Quick install of Tomcat5 on CentOS
At the office, we’re in the process of doing some work where we need a tomcat server. Without having to get into things to much, I found this simple method for getting tomcat5 up and running pretty quickly. I’m sure I’ve left out some important things, and I’m doubtful as to how production ready this is, but for our testing, it’s working out fine.
I’m using CentOS 5.3 for all of this, but I’m sure it will work with CentOS 5.4
After this, you need to edit the tomcat-users.xml file to create a new user.Using the above, this file ends up in
/etc/tomcat5/tomcat5-users.xmland all that needs to be added is a line similar to the following..I can’t get wordpress to work with me on this, so you’ll need to wrap the above in angle brackets, the same as all the other lines in that file.
You can set username and password to whatever you’d like. After this, restart tomcat (not sure if this is needed) with
service tomcat5 restartand off you go.No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.