java - How to put the application icon of the "Articles" sample in the application bar of the Oracle WebCenter Sites -
good morning,
i'm following documentation @ following link: http://docs.oracle.com/cd/e29542_01/doc.1111/e29634/wemregisteringapp.htm
i have succeed in start application. can go @ path: http://localhost:9180/articles-1.0/home.app , use application. want add articles icon on application bar in figure:
http://imageshack.com/a/img839/3513/rzz.gif
i follow of step-by-step guide @ first link nothing appens in application bar.
i tried out , see problem. reason it's appending url of image base url:http://sites-server:8080/cs/http://articles-server:9080/articles-1.0/images/articles.png
if you've installed articles application on same appserver sites, can try changing icon url to: ../articles-1.0/images/articles.png
and layout url to: ../articles-1.0/layout.app
or try copying articles.png {deployed articles-1.0)/images , layout.jsp {deployed articles-1.0}/web-inf/jsp deployed sites application somewhere, , change urls accordingly. e.g. if place them both in {deployed sites app}/articles/, change urls /articles/articles.png , /articles/layout.jsp (not .app!) respectively.
i'll raise bug fact it's appending urls sites base url.
Comments
Post a Comment