You can update a perspective to hide, minimize, or close perspective
		items. 
		
			This procedure assumes that you have the IDs for the elements that
				you want to hide and that you have added the perspective ID to the eclipse.xml file. See Use the list of trace log IDs to customize a perspective for the procedure. 
			You can also use the eclipseui_template.xml file to get the IDs for most perspectives.
				See Using the eclipseui_template.xml file for more information. 
			To configure a perspective:
		
		- 
                Open the TEXTML Administration perspective by clicking the
                    TEXTML Administration shortcut on the
                    tool bar. If the shortcut is not displayed, follow these steps: 
                
                    - 
                        Select 
                    
- 
                        Click TEXTML
                            Administration. 
                    
- 
                        Click Open.
                    
 
- 
                In the TEXTML
                        Administration view, double-click the server.
            
- 
                If your server is not displayed in the view, add it by doing
                    the following:
                
                    - 
                        To find the server name, click  and select IXIA CCMS.
                        In the  TEXTML Server Connection section, the
                            server name is the Hostname. 
- 
                        Copy the Hostname and close the
                                Preferences window. 
                    
- 
                        In the TEXTML Administration
                            view, right-click and select Add Server. 
                    
- 
                        In the Server field, enter the
                            server name.
                        The Port
                            field should fill automatically. If you need the port number, you can
                            find it in the same place as the server name in the Preferences window. 
- 
                        Click OK.
                    
 
- 
                When the Connect as dialog
                    opens, type your username and password and click OK.
            
- 
                Double-click the name of your Content Store to open a connection to it.
            
- 
				Expand the Content Store's Repository node and browse to
						/system/conf to locate the eclipseui.xml file.
			
- 
				Right-click eclipseui.xml
					and select Check Out.
			
- 
				Open the file in an XML editor.
			
- 
				Look for the perspective that you want to simplify. If it is
					not there, add it.
				
					Note: You can also use wildcards when specifying perspective
						names to specify multiple perspectives in a single line. For example,
							"com.ixiasoft.dita.eclipse.gui.perspective.*"
						will match all the IXIA CCMS
						perspectives. 
 
- 
				Inside the perspective, look for the section that you want to
					simplify.
			
- 
				Add the items that you want to hide, close, or minimize in a
						<removeditem>or<item>element, as appropriate.Most interface items are already defined but commented out for
					the startup and DITA perspectives. You can simply uncomment the items as
						appropriate. For the list of valid elements and attributes
						per section, see Elements in the eclipseui.xml file. To determine the ID of the element items to configure, see
							Interface item IDs in a trace log. 
- 
				Save, close, and Check In the eclipseui.xml file.
			
- 
                Inform users of the changes and request that they close and
                    reopen their CCMS Desktop to apply the
                    changes. 
            
The perspective you chose is updated to the new
			configuration.