I always get confused about the meaning of the various directories at the root of Ubuntu. Where would best practice dictate that the Tomcat package should be placed? /etc, /var, or another directory?

link|improve this question

1  
Or you could sudo apt-get install tomcat6 and let Ubuntu handle security updates for you :) – sarnold Apr 5 '11 at 4:18
feedback

2 Answers

up vote 2 down vote accepted

Mysef, I use the /opt directory for "optional content"

link|improve this answer
feedback

For filesystem organization questions, the best resource is probably the Filesystem Hierarchy Standard .

Packages like Tomcat could reasonably be placed in /opt or /usr/local/.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.