Where should I put index.jsp file?

0 views
Skip to first unread message

saplingPro via StackOverflow

unread,
Mar 12, 2014, 9:56:48 PM3/12/14
to google-appengin...@googlegroups.com

Where do I need to put index.jsp file ?

enter image description here

I put it inside the war directory but it gives 404 error after I deploy it.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/22367564/where-should-i-put-index-jsp-file

Andrei Volgin via StackOverflow

unread,
Mar 12, 2014, 10:01:47 PM3/12/14
to google-appengin...@googlegroups.com

It should be in the /war directory. Check that you included the following lines in the web.xml:

<welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
</welcome-file-list>


Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/22367564/where-should-i-put-index-jsp-file/22367629#22367629
Reply all
Reply to author
Forward
0 new messages