Provides step-by-step instructions to complete the creation and configuration of the ESACCTCL 
                  		enterprise server region on which to run the ACCT Web-enabled client and server. 
                  	  
               
            
 
            	 
            
               Create the ESACCTCL 
                  		  enterprise server region
 
               		 
               		
                
                  		  
                  - In 
                     			 Eclipse, activate the 
                     			 Server Explorer view. 
                     			 
                     Note: If Server Explorer view is not showing, click 
                        				Window > Show View > Other > Micro Focus > Server Explorer. 
                        			 
                      
- Right-click 
                     			 Local [localhost:86]; then select 
                     			 New > Enterprise Server. 
                     		  
                  
- In the 
                     			 Name field, type 
                     			 ESACCTCL. This is the name for the new 
                     			 enterprise server region. 
                     		  
                  
- Click the 
                     			 Browse button that corresponds to the 
                     			 Template field. 
                     		  
                  
- Double-click 
                     			 CICSTemplate.xml. This populates the 
                     			 Template field. 
                     			 
                     Note: If 
                        				CICSTemplate.xml is not on the list, browse to the 
                        				etc\ServerTemplates directory of your 
                           				  Enterprise Developer installation 
                           				to locate the file. 
                        			 
                      
- On the list next to 
                     			 Associate with projects, check 
                     			 ACCTCLNT. 
                     		  
                  
- Click 
                     			 Finish. 
                     			 
                     After refreshing, the 
                        				Server Explorer shows the 
                        				ESACCTCL 
                        				enterprise server region listed under 
                        				Local [localhost:86]. 
                        			 
                      Note: If 
                        				ESACCTCL is not showing, expand 
                        				Local [localhost:86]. 
                        			 
                      
  
            	 
            
               Configure the ESACCTSV 
                  		  enterprise server region
 
               		 
               		
                
                  		   
                  			 
                  - Start 
                     				Enterprise Server Administration 
                     			 
                  
-  
                     				
                      
                        				  
                        - From the 
                           					 Server Explorer, right-click 
                           					 Local [localhost:86]; then select 
                           					 Open Administration Page. This starts 
                           					 Enterprise Server Administration. 
                           					 
                           Note: If a 
                              						Secure Storage prompt appears, click 
                              						No. 
                              					 
                            On the 
                              						Home page, you should see the 
                              						ESACCTCL 
                              						enterprise server region listed. 
                              					 
                            
 
- Define environment variables 
                     			 
                  
-  
                     				
                      
                        				  
                        -  On the 
                           					 Enterprise Server Administration 
                           					 Home page, click the 
                           					 Edit button that corresponds to the 
                           					 ESACCTCL region. 
                           				  
                        
-  On the 
                           					 Server, Properties, General tab, type the following into the 
                           					 Configuration Information field: 
                           					 [ES-Environment] This indicates that the information that follows defines environment variables that are specific to the region. Next, you
                              define an environment variable to represent your project directory. 
                              					 
                            
- On the next line down, type: 
                           					 IDE_PROJECT_LOC=IDE_PROJECT_LOC=EclipseWorkspacePath\ACCTCLNT Where 
                              						EclipseWorkspacePath is the fully qualified path to your Eclipse workspace. 
                              					 
                             To use a defined environment variable in the value definition of another environment variable or as the value in other 
                              						Enterprise Server Administration fields, you precede the name of the variable with a dollar sign ($). You can use the IDE_PROJECT_LOC environment
                              variable to help define the next variable. 
                              					 
                            
- On the next line down, type: 
                           					 ES_DOCTEMPLATE_PATH=$IDE_PROJECT_LOC\html  This variable is used in the template definition for the DOCUMENT created in this tutorial: ACCTMP1, defined in the DFHWEB
                              resource group. 
                              					 
                            Note: When you create your 
                              						enterprise server region using the CICS template as you have done in this tutorial, 
                              						Enterprise Server generates and stores several environment variables based on the information in the associated project. For example, in this
                              region, the IDE_LOADLIB environment variable has been generated and is set to the directory you defined as the output directory
                              in the ACCTCLNT 
                              						Enterprise Developer project. Therefore, IDE_LOADLIB is equal to the 
                              						loadlib subdirectory of your project directory, or 
                              						EclipseWorkSpacePath\ACCTCLNT\loadlib. The definitions for generated environment variables do not show in the 
                              						Configuration Information field, however. 
                              					 
                            
-  Click 
                           					 Apply. 
                           				  
                        
 
- Set the location of your resource definition file 
                     			 
                  
- Earlier in this tutorial, you copied the resource definition file, 
                     				dfhdrdat, from the 
                     				Enterprise Developer installation area to your project area. Now you need to tell the ESACCTCL region where to find that file. 
                     				
                      
                        				  
                        - On the 
                           					 Server, Properties, General tab, click the 
                           					 MSS and then 
                           					 CICS tabs. 
                           				  
                        
- In the 
                           					 Resource Definition File Path field, type: 
                           					 $IDE_PROJECT_LOC\system 
- Click 
                           					 Apply. 
                           				  
                        
 
- Set the TN3270 listener port 
                     			 
                  
- In this tutorial, you use the 
                     				Rumba+ Desktop TN3270 emulator to access the CICS application. To enable communication with your 
                     				enterprise server region, you need to set a port number where 
                     				Enterprise Server listens for TN3270 messages. 
                     				
                      
                        				  
                        - From the 
                           					 Server, Properties, General, MSS, CICS tab, click the 
                           					 Listeners tab at the top of the page. 
                           				  
                        
- Click the 
                           					 Edit button that corresponds to 
                           					 TN3270. 
                           				  
                        
- In the 
                           					 Endpoint Address field, replace the second asterisk (*) with 
                           					 5239 so that the entry reads 
                           					 *:5239. 
                           				  
                        
- Click 
                           					 Apply.