Hi Thilina:

I've changed the name in carbon.xml and the page main title is still the same.

I've noticed that in org.wso2.carbon.ui component defines tiles to render the console pages. The template it uses is in /admin/layout/template.jsp. Into the jsp code i've found a line like this:

//read web application's title if it's set on product.xml
String webAdminConsoleTitle = (String) config.getServletContext().getAttribute(CarbonConstants.PRODUCT_XML_WSO2CARBON +
            CarbonConstants.PRODUCT_XML_WEB_ADMIN_CONSOLE_TITLE);


and a little bit below, writes html code to set the template title:

<%if(webAdminConsoleTitle != null && webAdminConsoleTitle.trim().length() > 0){ %>
<title><%=webAdminConsoleTitle%></title>
<%}else{ %>
<title><tiles:getAsString name="title"/></title>
<%}%>


A little sight to /WEB-INF/tiles/main_defs.xml, i can see the attribute title:
<put-attribute name="title" value="WSO2 Management Console"/>


I suppose if i change it and build this jar with maven, it could be valid. But I would like to know how the registry can read from product.xml an alternative value


Thank you.



El 24/09/2010 11:43, Thilina Mahesh Buddhika escribió:
Hi Roberto,

You can change that value by modifying the value of <Name> of carbon.xml which is available in ${CARBON_HOME}/repository/conf.

Thanks,
Thilina

2010/9/24 Roberto Mier Escandón <[email protected] <mailto:[email protected]>>

     HI
    I'm new to wso2 Governance Registry and I would like to know how can I
    set a product specific web application title.
    I've seen in a post that the way to do it is by adding

    <property name="webAdminConsoleTitle">WSO2 Enterprise Data
    Bus</property>

    to a file called product.xml

    The problem is that i cannot find any product.xml in Wso2
    governance registry.
    Can somebody to send me an link to a site explaining what is a
    product.xml and how can i make a product.xml
    Excuse my ingnorance about this.

    Regards.




    --

    Roberto Mier Escandón.


    _______________________________________________
    Carbon-dev mailing list
    [email protected] <mailto:[email protected]>
    https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




--
Thilina Mahesh Buddhika
Senior Software Engineer
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com


_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


--

Roberto Mier Escandón.

_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to