新建一个index.jsp页面(位于test项目WebContent目录下的jsp文件夹),然后将test项目发布到Tomcat中并启动项目,请问在浏览器上输入下列哪个地址可以正常访问index.jsp页面( )(在本机上并使用默认端口号)
A. http://localhost/test/index.jsp
B. http://localhost:8080/test/WebContent/jsp/index.jsp
C. http://localhost:8080/test/jsp/index.jsp
D. http://localhost:8080/test /index.jsp