Did you make your change in 
<your-source-directory>/dspace/modules/jspui/src/main/webapp/layout/header-default.jsp
 before you did "mvn" and "ant" commands?  (Make sure it's header-default.jsp, 
not header.default.jsp.)

If so, look at 
<dspace-implementation-directory>/webapps/jspui/layout/header-default.jsp and 
make sure it has your changes.  If not, make sure everything above is correct, 
try "mvn clean package" and then the "ant" command, then restart your web 
server.

If you still don't see your changes, trying clearing your cache, or exiting and 
restarting your browser.

Hope this works!
Best regards,
Sue Walker-Thornton


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: pankaj nagah [mailto:[email protected]]
Sent: Wednesday, April 17, 2013 10:21 AM
To: [email protected]
Subject: [Dspace-tech] how to change DSpace logo to my Institute logo and name 
in "header.default.jsp"

Sir,
i installed DSpace 1.7.0 . i did all possible efforts for change the dspace 
logo to our institute logo , but till now i am unable to change it. i did these 
changes which are given below.
<td>
<a href="<%= request.getContextPath() %>/"><a 
href="http://your.dspace.website.com";><img src="<%= request.getContextPath() 
%>/image/iit-logo.jpg" alt="<fmt:message key="jsp.layout.header-default.alt"/>" 
width="102" height="100" border="0"/></a></a>
</td>
<td class="tagLine" width="99%"> <%-- Make as wide as possible. cellpadding 
repeated for broken NS 4.x --%>
<h1 align="center">Dspace at IIT ROPAR</h1>
</td>
after that....

*  Rebuild the DSpace installation package by running the following command 
from your [dspace-source]/dspace/ directory:

                                mvn package

*  Re-install the DSpace WAR(s) to [dspace]/webapps by running the following 
command from your [dspace-source]/dspace/target/dspace-[version].dir directory:

                                ant -Dconfig=[dspace]/config/dspace.cfg update

*  Depending on your setup with Tomcat, you may also need to do the following:
o   Shut down Tomcat, and delete any existing [tomcat]/webapps/dspace files
o   Copy the new .war file(s) to the Tomcat webapps directory:
o   Restart Tomcat.

but logo is not changed... please help me how can i change it.
Regards..
Pankaj

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to