I've downloaded jetty-6.1.14.zip into my home directory on my Ubuntu 8.04 box. Where is the appropriate place to unzip it?
I put it in /opt because /opt is supposedly for "storing random data that has no other logical destination", and I could think of no other logical destination.
I was thinking that /usr/local might be the right place, but it didn't seem like it was unquestionably the right place. I read somewhere that /usr/local is for "user-installed applications" but a webserver doesn't really seem like an "application" to me. Maybe that's just poor wording by the author? (Or poor understanding of what "application" means by me?)
If anyone knows what the appropriate/idiomatic/"linux-y" place to put Jetty is, and you can explain why that's the case, I think that would be very helpful. Thanks.