i have 2 files - 1) jsp file 2) html file
whenever run project , jsp 1 gets executed first. how can run html 1 first?
change structure of web.xml file with:
<welcome-file-list> <welcome-file>name of html file</welcome-file> </welcome-file-list>
i have 2 files - 1) jsp file 2) html file
whenever run project , jsp 1 gets executed first. how can run html 1 first?
change structure of web.xml file with:
<welcome-file-list> <welcome-file>name of html file</welcome-file> </welcome-file-list>
Comments
Post a Comment