Look in the jboss-portal.sar/conf/data/default-object.xml file, and you will see this:
<deployment> | <if-exists>keep</if-exists> | <context> | <context-name>dashboard</context-name> | <properties> | | <!-- | | Set the layout for the default portal, see also portal-layouts.xml. | --> | <property> | <name>layout.id</name> | <value>generic</value> | </property> | | <!-- | | Set the theme for the default portal, see also portal-themes.xml. | --> | <property> | <name>theme.id</name> | <value>renaissance</value> | </property> Be warned that changing these settings are only valid the first time you bring up the portal in a new database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183352#4183352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183352 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
