使用JSP开发Web项目时,web.xml文件一般位于目录结构中的()下。A、src目录B、文档根目录或其子文件夹C、META-INF目录D、WEB-INF目录
使用JSP开发Web项目时,web.xml文件一般位于目录结构中的()下。
- A、src目录
- B、文档根目录或其子文件夹
- C、META-INF目录
- D、WEB-INF目录
相关考题:
在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。 A.welcome-filestart.jsp/welcome-fileB.welcome-file-liststart.jsp/welcome-file-listC.welcome-listwelcome-filestart.jsp/welcome-file/welcome-listD.welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list
在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码() A.welcome-filestart.jsp/welcome.-fileB.welcome-file-liststart.jsp/welcome.-file-listC.welcome-filewelcome-filestart.jsp/welcome-file/welcome.-fileD.welcome-file-listwelcome-filestart.jsp/welcome.-file/welcome-file-list
下面关于JSP自定义标记的描述正确的是()。A、JSP自定义标记是用于添加新动作标记的扩展机制B、标记库通常被打包成.jar文件,该文件包含实现库标记的Java文件C、web.xml文件的表示类文件的位置D、标记的属性名在web.xml文件中描述扩展标记的用法
在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A、welcome-filestart.jsp/welcome-file B、welcome-file-liststart.jsp/welcome-file-list C、welcome-list welcome-filestart.jsp/welcome-file /welcome-list D、welcome-file-list welcome-filestart.jsp/welcome-file /welcome-file-list
在J2EE中,Web容器要求必须在应用程序中有一个WEB-INF目录,这个目录中包括()。 A、server.xml文件,servlet子目录,jar子目录B、web.xml文件,classes子目录,jar子目录C、server.xml文件,Servlet子目录D、web.xml文件,classes子目录,lib子目录
单选题在Web应用程序中web.xml配置了Servlet的信息,如果你的项目为LoginDemo,那么web.xml最可能位于哪个目录下?()ALoginDemo/BLoginDemo/src/CLoginDemo/logindemo/WEB-INF/bin/DLoginDemo/logindemo/WEB-INF/
单选题在J2EE 中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开 该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。Awelcome-filestart.jsp/welcome-file Bwelcome-file-liststart.jspwelcome-file-list Cwelcome-listwelcome-filestart.jsp/welcome-file/welcome-list Dwelcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list
单选题在Web项目的目录结构中,web.xml文件位于()中。Asrc目录B文档根目录CMETA-INF目录DWEB-INF目录