Tagged Questions

2
votes
2answers
709 views

Why does tomcat6 have folders in both /var/lib/ and /usr/share/?

I'm new to Linux, and I don't understand why apt-get install tomcat6 resulted in two tomcat6 folders, one in /var/lib/, the other in /usr/share/. I'm sure there is a good reason for it, but it caused ...
1
vote
2answers
77 views

Where to extract the Tomcat package on Ubuntu?

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 ...
1
vote
3answers
2k views

Installing SOLR 1.4 with plug-ins on Windows

I installed Tomcat, and got SOLR version 1.3 working no problem by copying the "conf" directory from the "example" directory in the 1.3 release files. Now I've just downloaded the SOLR 1.4 release, ...