Developing a virtual machine that will be managed by IT Admins - where is the most appropriate or commonly accepted place to install the tomcat directory on a CentOS system?
feedback
|
migrated from stackoverflow.com Aug 16 '10 at 15:10
This question came from our site for professional and enthusiast programmers.
|
The location that the package maintainer specifies. Tomcat5 & tomcat6 packages are available from the JPackage yum repository. Using the package maintenance mechanisms of your operating system(yum in the case of CentOS) relieves a lot of cruftiness and administrative overhead in my experience. | |||
|
feedback
|
|
Where the package puts it. There is a tomcat5 rpm available from the "updates" repo in CentOS5. Its actually just a redistributed copy of the jpackage one.
| |||
|
feedback
|