<welcome-file>start.jsp</welcome-file>
<welcome-file-list>start.jsp</welcome-file-list>
<welcome-list> <welcome-file>start.jsp</welcome-file> </welcome-list>
<welcome-file-list> <welcome-file>start.jsp</welcome-file> </welcome-file-list>
第1题:
A、http://localhost:8080/hello.jsp
B、http://localhost:8080/helloapp/hello.jsp
C、http://localhost:8080/helloapp/hello/hello.jsp
D、http://localhost:8080/webapps/helloapp/hello/dello.jsp
第2题:
在J2EE 中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开 该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。
第3题:
在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码()
第4题:
在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。
第5题:
现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。
第6题:
在J2EE中,Web容器要求必须在应用程序中有一个WEB-INF目录,这个目录中包括()。
第7题:
Web应用的目录下
WEB-INF目录下
pictures目录下
在web应用根目录下新建一个目录
第8题:
<welcome-file>start.jsp</welcome.-file>
<welcome-file-list> start.jsp </welcome.-file-list>
<welcome-file><welcome-file> start.jsp</welcome-file> </welcome.-file>
<welcome-file-list><welcome-file> start.jsp </welcome.-file></welcome-file-list>
第9题:
一个classes目录,还有一个包含了html、serblet、jsp等文件的目录
一个包含公有资源的目录,还有一个似有的目录
一个web应用的根目录,和在根目录下的web-info目录
一个可以访问任何文件的目录,一个禁止下载其中资源的目录
第10题:
jar –tvf myWebApp.war
jar –cf myWebApp.war *
jar –tf myWebApp.war *
jar –tcf myWebApp.war *
第11题:
/(根目录)
/WEB-INF/
/WEB-INF/classes
/WEB-INF/lib
第12题:
<jsp:include page=http://localhost:/8080/my.jsp/>
<%@ include file=http://localhost:/8080/my.jsp/>
<jsp:include file=http://localhost:/8080/my.jsp/>
<%@ include page=http://localhost:/8080/my.jsp/>
第13题:
在J2EE中,一个web应用程序的目录由两部分组成()
第14题:
在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。
第15题:
在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令是()。
第16题:
在Web项目的目录结构中,web.xml文件位于()中。
第17题:
在J2EE服务器中部署了一个Web应用,为了防止客户看到某些资源,应该吧这些资源放置到()目录下。
第18题:
在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件的命令是()
第19题:
<welcome-file-list>start.jsp<welcome-file-list>
<welcome-list><welcome-file>start.jsp</welcome-file></welcome-list>
<welcome-file-list><welcome-file>start.jsp</welcome-file></welcome-file-list>
第20题:
Web应用的根目录
web-inf目录下
pictures目录下
在web应用根目录下新建一个目录
第21题:
jar -tvf myWebApp.war
jar -cf myWebApp.war *
jar -tf myWebApp.war *
jar -tcf myWebApp.war
第22题:
jar-tvf myWebApp.war
jar-cf myWebApp.war *
jar-tf myWebApp.war *
jar-tcf myWebApp.war
第23题:
<welcome-file>start.jsp</welcome-file>
<welcome-file-list>start.jsp</welcome-file-list>
<welcome-list> <welcome-file>start.jsp</welcome-file> </welcome-list>
<welcome-file-list> <welcome-file>start.jsp</welcome-file> </welcome-file-list>
第24题:
src目录
文档根目录
META-INF目录
WEB-INF目录