网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()

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


参考答案

更多 “ 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/webapps/helloapp/hello/dello.jsp ” 相关考题
考题 假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/helloapp/hello

考题 假设在helloapp应用中有一个Javabean文件HelloServlet,它位于org.javathinker包下,那么这个bean的class文件应该放在什么目录下? ( )A.helloapp/HelloServlet.classB.helloapp/WEB-INF/HelloServlet.classC.helloapp/WEB-INF/classes/HelloServlet.classD.helloapp/WEB-INF/classes/org/javathinker/HelloServlet.class

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL为()。 A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/webapps/helloapp/hello/dello.jsp

考题 在Tomcat的目录文件webapps中存放着的是各个web应用的集合,内含()文件。 A.JSPB.ServletC.HTMLD.资源文件

考题 应用程序打包后的war文件,需要复制到Tomcat的webapps目录下。

考题 假设在stu应用中有一个LoginServlet类,它位于cn.dot包中,在Tomcat服务器中这个类的.class文件的存放路径是哪个选项()?A.stu/webapps/LoginServlet.classB.stu/WEB-INF/LoginServlet.classC.stu/WEB-INF/classes/dot/LoginServlet.classD.stu/WEB-INF/classes/cn/dot/LoginServlet.class

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下: <CATALINA_HOME>/webapps/helloapp/hello/hello.jsp 在web.xml文件中没有对hello.jsp作任何配置,那么浏览器端访问hello.jsp的URL是什么?A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/hello

考题 【单选题】你创建一个名为TKApp的ASP.NET应用程序。你在一个名为TKDir的目录中创建一个名为TKApp.dll的组件。这个组件包含了一个名为strings.resources的默认资源文件来充分地支持使用应用程序的说英文的用户。你创建一个附加的名为strings.ja.resources的资源文件以支持说日语的用户。这个资源文件位于TKDir的子目录ja。你想为TKApp.dll创建一个辅助的组件来使用新的资源文件。你该怎么做?A.运行the Assembly Linker (Al.exe)在输出组件中嵌入string.ja.resources,放置输出组件到TKDirB.运行the Assembly Linker (Al.exe)在输出组件中嵌入string.ja.resources,放置输出组件到TKDir/jaC.运行the Assembly Linker (Al.exe)在输出组件中链接string.ja.resources,放置输出组件到TKDirD.运行the Assembly Linker (Al.exe)在输出组件中链接string.ja.resources,放置输出组件到TKDir/ja

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下: %CATALINA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么?A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/hello/hello.jsp