課程
/后端開發(fā)
/Java
/JAVA遇見HTML——JSP篇
為什么只能用index.jsp而改成index2。jsp就不行了?
2017-09-20
源自:JAVA遇見HTML——JSP篇 1-10
正在回答
默認(rèn)找不到index會(huì)出錯(cuò)
qq_與贈(zèng)_03193390 提問(wèn)者
阡陌之上 回復(fù) qq_與贈(zèng)_03193390 提問(wèn)者
web.xml中查看
?<welcome-file-list>
? ? <welcome-file>index.html</welcome-file>
? ? <welcome-file>index.htm</welcome-file>
? ? <welcome-file>index.jsp</welcome-file>
? ? <welcome-file>default.html</welcome-file>
? ? <welcome-file>default.htm</welcome-file>
? ? <welcome-file>default.jsp</welcome-file>
? </welcome-file-list>
舉報(bào)
Java Web入門級(jí)教程JSP,帶你輕松的學(xué)習(xí)JSP基礎(chǔ)知識(shí)
2 回答這是怎么回事
1 回答這是怎么回事?
2 回答這個(gè)錯(cuò)誤是怎么回事呢
1 回答這是怎么回事,提示錯(cuò)誤
1 回答怎么回事?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-09-21
默認(rèn)找不到index會(huì)出錯(cuò)
2017-09-21
web.xml中查看
?<welcome-file-list>
? ? <welcome-file>index.html</welcome-file>
? ? <welcome-file>index.htm</welcome-file>
? ? <welcome-file>index.jsp</welcome-file>
? ? <welcome-file>default.html</welcome-file>
? ? <welcome-file>default.htm</welcome-file>
? ? <welcome-file>default.jsp</welcome-file>
? </welcome-file-list>