Sign in
gwt
/
gwt
/
112a1d9b8e7884eb0a535d8a28799fca96232621
/
.
/
samples
/
hello
/
war
/
WEB-INF
/
web.xml
blob: 9a545f7a4c3785c8b5dd8a55208b96b5bdde031f [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<web-app>
<!-- Default page to serve -->
<welcome-file-list>
<welcome-file>
Hello.html
</welcome-file>
</welcome-file-list>
</web-app>