在Eclipse中创建Dynamic Web Project具有和MyEclipse中Web Project一样的目录结构
1、在Eclipse中新建Dynamic Web Project
1.1、修改default output folder
build\classes修改为:WebRoot\WEB-INF\classes
1.2、修改Content directory
WebContent修改为:WebRoot
1.3、查看'Dynamic' Web Project结构
打开Package Explorer视图:Window-->Show View-->Other-->Search-->Package Explorer
valuestack