在设计Web项目的目录结构时,一般吧JSP 和 HTML文件放在()下。A、src目录B、文档根目录或其子文件下C、META-INT目录D、WEB-INF目录
在设计Web项目的目录结构时,一般吧JSP 和 HTML文件放在()下。
- A、src目录
- B、文档根目录或其子文件下
- C、META-INT目录
- 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服务器中部署了一个Web应用,为了防止客户看到某些资源,应该吧这些资源放置到()目录下。 A.Web应用的目录下B.WEB-INF目录下C.pictures目录下D.在web应用根目录下新建一个目录
在J2EE 中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开 该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A、welcome-filestart.jsp/welcome-file B、welcome-file-liststart.jspwelcome-file-list C、welcome-listwelcome-filestart.jsp/welcome-file/welcome-list D、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-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中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码() A、welcome-filestart.jsp/welcome.-file B、welcome-file-list start.jsp /welcome.-file-list C、welcome-filewelcome-file start.jsp/welcome-file /welcome.-file D、welcome-file-listwelcome-file start.jsp /welcome.-file/welcome-file-list
一个Web应用程序的目录由两部分组成,()。(选择三项)A、一个classes目录,还有一个包含了html、Servlet、JSP等文件的目录B、一个包含公有资源的目录,还有一个私有的目录C、一个Web应用的根目录,和在根目录下的WEB-INF目录D、一个可以访问任何文件的目录,一个禁止下载其中资源的目录
某公司采用了JSP+Bean模式来完成某个开发任务。如果采用TOMCAT服务器,那么项目中的Java Bean在发布时应该放在()目录中。A、WEB-INFB、WEB-INF/libC、WEB-INF/classesD、webapps
在J2EE服务器中部署了一个Web应用,为了防止客户看到某些资源,应该吧这些资源放置到()目录下。 A、Web应用的目录下B、WEB-INF目录下C、pictures目录下D、在web应用根目录下新建一个目录
单选题在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。Awelcome-filestart.jsp/welcome-file Bwelcome-file-liststart.jsp/welcome-file-list Cwelcome-list welcome-filestart.jsp/welcome-file /welcome-list Dwelcome-file-list welcome-filestart.jsp/welcome-file /welcome-file-list
单选题在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
单选题在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码()Awelcome-filestart.jsp/welcome.-file Bwelcome-file-list start.jsp /welcome.-file-list Cwelcome-filewelcome-file start.jsp/welcome-file /welcome.-file Dwelcome-file-listwelcome-file start.jsp /welcome.-file/welcome-file-list
单选题在Web项目的目录结构中,web.xml文件位于()中。Asrc目录B文档根目录CMETA-INF目录DWEB-INF目录