Re-Branding
Appfuse --> own webapp name
Replace appfuse with webapp name in:
web/WEB-INF/classes/ApplicationResources.properties
web/WEB-INF/web.xml
build.properties
<project name= in build.xml
Logo/Quote:
Replace images/logo.gif with required logo, then add/change logo/quote in
web/common/header.jsp
eg:
<a href="<c:url value="/"/>">
<img src="images/logo.gif" border="0" alt="<fmt:message key="webapp.name"/>"/></a>
Your company name in footer set in company.name is application.resources.
web/common/footer.jsp
<fmt:message key="company.name"/>
Version
webapp.version located in build.properties
favicon
replace in images directory
database name
<property name="database.name" value="iStore"/> in properties.xml
.tld
build.xml uses webapp.name for told, which will break .index
Errors pages
Add a 403.jpg and 404.jpg. Change 403/404.jsp:
<p style="text-align: center; margin-top: 20px">
<a href="http://www.marandcustomsolutions.com"><img style="border: 0"
src="<c:url value="/images/404.jpg"/>"
alt="Developed in Melbourne by Marand Custom Solutions" /></a>
</p>
Change 403.message & 404.message in: web/WEB-INF/classes/ApplicationResources.properties
browse menu
build.xml uses webapp.name for told, which will break .index