JBOSS中间件默认管理地址是http://localhost:8080/()。
举一反三
- 以下哪种格式是正确的URL( )。 A: http://localhost/8080/news/index.jsp B: http://localhost:8080/news/index.jsp C: http:localhost://8080/news/index.jsp D: http://localhost/8080:news/index.jsp
- 将某Web应用文件夹“app1”复制到采用默认端口的Tomcat安装目录下的webapps文件夹中,要在本机访问该Web应用,使用的URL地址是()。 A: http://localhost:8080/app1/ B: http://localhost/app1/ C: http://localhost:8081/app1/ D: http://localhost:8080/webapps/
- 下面选项中,能够正确访问下面代码中方法是() A: http://localhost:8080/chapter12/hello/firstController B: http://localhost:8080/chapter12/first/firstController C: http://localhost:8080/chapter12/first/first D: http://localhost:8080/chapter12/hello/first
- http://localhost:8080/
- tomcat中访问helloapp应用的login.html文件时,在浏览器地址栏应写的url为 A: http://localhost:8080/helloapp/; B: http://localhost:8080/helloapp/login; C: http://localhost:8080/login.html; D: http://localhost:8080/helloapp/login.html