Now that we have created our decorators and themes, lets put them to use on the default page. Lets get started with customization of the default portal page decoration. Copy in our sample default-page:
				
# Linux	 
cd /JetspeedTraining/workspace/jetexpress
cp ../../resources/pages/default-page.psml portal/src/webapp/WEB-INF/pages/
# Windows
cd \JetspeedTraining\workspace\jetexpress
copy  ..\..\resources\pages\default-page.psml portal\src\webapp\WEB-INF\pages
     
			Refresh your Eclipse project and edit the default-page.psml. Make the following modifications
				
<page>
  <defaults layout-decorator="express-page" 
            portlet-decorator="express-portlet"
            skin="express"/>	   	  
     
			Go ahead and save that file. We are now ready to deploy your changes to the portal