cancel
Showing results for 
Search instead for 
Did you mean: 

modify and deploy Alfresco file in ObjectWeb Lomboz IDE?

shanmmugarajak
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

kevinr
Star Contributor
Star Contributor
The best way to perform a build of the WAR file is via the ANT scripts included with the source distribution. The ANT target called "build-jboss" should do the trick, if you set your JBOSS_HOME env variable up correctly also then it should deploy the new WAR automatically for you on completion of the build.

Thanks,

Kevin
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.