Updating Application server features (10.1 release)

Release 10.1 (Beta)

During migration, you need to add the new Application server features to the server.xml as following.

  1. Edit server.xml file as follows.
  2. Remove the existing features from the featureManager section and add the following features.

     <feature>xmlBinding-4.0</feature>
     <feature>restfulWSClient-3.1</feature>
     <feature>appSecurity-5.0</feature> 
     <feature>jdbc-4.3</feature>
     <feature>restConnector-2.0</feature> 
     <feature>beanValidation-3.0</feature> 
     <feature>usr:MFPDecoderFeature-1.0</feature>
     <!-- Additional feature required for the PMF Analytics console-->
     <feature>pages-3.1 </feature>
    
  3. Add the following tag.

     <transaction
     recoverOnStartup="true"
     tlogDirectory="${server.config.dir}/tranlog"
     recoveryId="server1"
     recoveryAuthDataRef="txnRecovery"
     />
    
Last modified on