itgle.com

假设在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:80

题目

假设在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


相似考题
参考答案和解析
参考答案C
更多“假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hell ”相关问题
  • 第1题:

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


  • 第2题:

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

    A.http://localhost:8080/hello.jsp

    B.http://localhost:8080/helloapp.jsp

    C.http://localhost:8080/helloapp/hello/hello.jsp

    D.http://localhost:8080/hello


    C

  • 第3题:

    假设在helloapp应用中有一个hello.jsp,它的文件路径如下: %CATALINA_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/hello/hello.jsp


    C

  • 第4题:

    假设在stu应用中有一个LoginServlet类,它位于cn.dot包中,在Tomcat服务器中这个类的.class文件的存放路径是哪个选项()?

    A.stu/webapps/LoginServlet.class

    B.stu/WEB-INF/LoginServlet.class

    C.stu/WEB-INF/classes/dot/LoginServlet.class

    D.stu/WEB-INF/classes/cn/dot/LoginServlet.class


    http://localhost:8080/ welcome

  • 第5题:

    【单选题】你创建一个名为TKApp的ASP.NET应用程序。你在一个名为TKDir的目录中创建一个名为TKApp.dll的组件。这个组件包含了一个名为strings.resources的默认资源文件来充分地支持使用应用程序的说英文的用户。你创建一个附加的名为strings.ja.resources的资源文件以支持说日语的用户。这个资源文件位于TKDir的子目录ja。你想为TKApp.dll创建一个辅助的组件来使用新的资源文件。你该怎么做?

    A.运行the Assembly Linker (Al.exe)在输出组件中嵌入string.ja.resources,放置输出组件到TKDir

    B.运行the Assembly Linker (Al.exe)在输出组件中嵌入string.ja.resources,放置输出组件到TKDir/ja

    C.运行the Assembly Linker (Al.exe)在输出组件中链接string.ja.resources,放置输出组件到TKDir

    D.运行the Assembly Linker (Al.exe)在输出组件中链接string.ja.resources,放置输出组件到TKDir/ja


    B