在J2EE中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost...
A.<welcome-file>start.jsp</welcome-file>
B.<welcome-file-list>start.jsp<welcome-file-list>
C.<welcome-list><welcome-file>start.jsp</welcome-file></welcome-list>
D.<welcome-file-list><welcome-file>start.jsp</welcome-file></welcome-file-list>