web
 --index.jsp
 --include
 --images
 --model1
 --model2
 --model3
 .
 .
 .
 --WEB-INF
   --classes
   --lib
   --web.xml

解决方案 »

  1.   

    Application 根目录
    ------+/WEB-INF/(required)
    |     |
    |     |----+/classes/(option)
    |     |    |----------*.class
    |     |
    |     |----+/lib/(option)
    |     |    |----------*.jar
    |     |
    |     +---web.xml(required)
    |     +---weblogic.xml(option)
    |
    |
    |-----*.html
    |-----*.jsp
    |-----其他资源,如图片等。