Most of the places on the internet say it stands for WEB INFormation.

I rather doubt it. The folder contains executables. Information is not a suitable name for it.

link|improve this question

META-INF/services/ essentially contains code, if in a rather minimalist, specialist language. – Tom Hawtin - tackline Mar 28 '09 at 16:09
feedback

3 Answers

up vote 15 down vote accepted

As far as I know, "INF" stands for "Information", as you said. It probably was named WEB-INF for similarity with the META-INF directory in JAR files. Sometimes the meaning of a directory changes so much over time that it no longer makes sense. For example, bin directories in Unix/Linux often contain non-binary "executable" files, such as shell scripts.

link|improve this answer
feedback

I believe it's really named WEB-INF to mirror the META-INF directory in a jar file, which contains meta information. I do see what you mean about it being as much about executables as "information" but the main point is that it doesn't contain the documents of the application.

link|improve this answer
@jon skeet : change the tags if you wish – euphoria83 Mar 28 '09 at 16:09
Looks like it's been done - will edit the answer now so it still makes sense :) – Jon Skeet Mar 28 '09 at 16:20
(Is there now any point in having this answer as well as Andy White's? I'm tempted to delete.) – Jon Skeet Mar 28 '09 at 16:20
feedback

I think, the only logical definition is WEB-INF is mirror of META-INF. Naming is really important for beginners and if it is confusing then the subject is getting harder to understand.

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.