On Fri, 16 Mar 2001, Anderson, Jessica wrote:

> Windows will not let me create an all caps WEB-INF folder.  I try and it
> lower-cases all but the first letter.  Any more suggestions?
> 

Two different ways:

* Open a DOS shell, and type "mkdir WEB-INF".  Even though
  Windows Explorer stupidly displays this as "Web-inf", it
  is actually corerct on disk.

* Use Ant, or another development tool that does this right,
  to create WEB-INF directories for you.

Craig


Reply via email to