cancel
Showing results for 
Search instead for 
Did you mean: 

Https and the Alfresco logo in the footer

webit
Champ in-the-making
Champ in-the-making
Has anyone been able to figure the best way to get the Alfresco logo in the footer to be on Https?  I have no programming skills in java and have no idea how to go about recompiling the PageTag.java so the image is on my secure server so I don't keep getting that IE secure and un-secure item message when I pull my alfresco website up in IE.

I have downloaded jdk1.5.0_09 with Netbeans IDE 5.5 to see if I could give it a go on my own with no luck.  I get a ton of errors when I recompile the package after I edited PageTag.java to reflect my server for that Alfresco logo.

Any help would be greatly appreciated.  This is the only thing I am having trouble getting to work the way I want for this Alfresco Content Management site.

Thanks,
Chad
1 REPLY 1

webit
Champ in-the-making
Champ in-the-making
Figured it out. 

Download TortoiseSVN 1.4.1 (http://tortoisesvn.net/downloads) and got the source code from svn://www.alfresco.org/alfresco/HEAD
Note:  Make sure to download from Root so once the download of the source code is complete you will have 2 folders (common and projects)

Then downloaded JDK 5.0 Update 9 with NetBeans 5.5 http://java.sun.com/javase/downloads/index.jsp

Followed the directions from the Alfresco Wiki site.  They weren't exactly for Netbeans but it shouldnt be hard to figure out as it took me a little while http://wiki.alfresco.com/wiki/Source_Code

In Netbeans I opened the source code up in a new project and changed my PageTag.java code that I got from the source code SVN link  above located in ROOT\projects\web-client\source\java\org\alfresco\web\ui\repo\tag to reflect the alfresco_community_horizont.gif being on my secure https server instead of Alfresco's http link

Once I made the change above and some others while in Netbeans I clicked Build then Build Main Project and after about 3 minutes my build was complete.  There are some blanks to fill in here but I figured I would get any newbie started with this little bit of info and hope it helps.

Good Luck!  :wink: