Configure your default welcome page in your web.xml with the <welcome-file-list> element:
<welcome-file-list>
<welcome-file>/welcome</welcome-file>
</welcome-file-list>

Articles, notes and random thoughts on Software Development and Technology
Configure your default welcome page in your web.xml with the <welcome-file-list> element:
<welcome-file-list>
<welcome-file>/welcome</welcome-file>
</welcome-file-list>