Sign in
gwt
/
gwt
/
295cd600d0443b560961bd9a3a8f9dfd2ba2e633
/
.
/
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>