Guys
I modified Alfresco's login.jsp file. I downloaded the JBOSS version code.
I am using ObjectWeb Lomboz (eclipse 3.1) IDE.
Can any one let me know how I should create WAR (am I right with this point) and deploy the application with the modified files. Following are my modifications
1. In webclient.properties file available at web-client\config\alfresco\messages, I modified username property value from "User Name" to "User Id", it is not getting reflected!
2. In login.jsp I modified the image - <%=request.getContextPath()%>/images/logo/AlfrescoFadedBG.png); to <%=request.getContextPath()%>/images/logo/cglib.png), this image change is also not getting reflected!
Kindly help me.
Thanks