0

What is the general application structure of a web app like the folder structure WEB-INF, source files,web.xml ?

Also a brief explanation of these files would be helpful?

Also specificall are there multiple WEB-INF folders in an app and if yes, why?

copenndthagen
  • 49,230
  • 102
  • 290
  • 442
  • A web app cannot have multiple WEB-INF folders, because you can't have more than one folder named the same thing... – Jesse Barnum Jul 03 '11 at 13:27

2 Answers2

0

Read the part of the Java EE tutorial about web apps.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255
-1

The information you're looking for can be found at the J2EE tutorial.

Thiem Nguyen
  • 6,345
  • 7
  • 30
  • 50
rsp
  • 23,135
  • 6
  • 55
  • 69