Review deployment profiles for process portals

 

+

Search Tips   |   Advanced Search

 

If you are unsure about the type of your configuration, review...

...to determine which migration procedure to use.

If the profile is a portal profile that does not define any augmentor elements, follow the procedure for migrating IBM WebSphere Portal on IBM WAS.

If the profile is a portal profile that contains the augmentor elements, as shown in this code block, follow the procedure for migrating WebSphere Portal on Business Process Choreographer.

<profile .. >
   <augmentor template="AppServer_root\profileTemplates\default.wbicore"/>
   <augmentor template="AppServer_root\profileTemplates\default.bfm"/>
</profile>

This deployment profile was created under either of the following conditions:

If the profile is a portal profile that contains the augmentor elements as shown in this code block, follow the procedure for migrating WebSphere Portal on WebSphere Process Server.

<profile ..>
   <augmentor template="AppServer_root\profileTemplates\default.wbicore"/>
   <augmentor template="AppServer_root\profileTemplates\default.bfm"/>
   <augmentor template="AppServer_root\profileTemplates\default.wbiserver"/>
</profile>

This deployment profile was created if you manually installed the WebSphere Process Server server using the CD included in the WebSphere Process Server server bundle and performed a WebSphere Portal installation using the Custom Installation option.

If the profile is a pure Business Process Choreographer profile, follow the procedure for migrating a Business Process Choreographer container without WebSphere Portal. This deployment profile was created if you installed WebSphere Process Server using the WebSphere Process Server CD that was included in the WebSphere Portal V6.0 CD set.

If the profile is a pure Business Process Choreographer profile that contains augmentor elements as shown in this code block, follow the procedure for migrating a Business Process Choreographer container on WebSphere Process Server without WebSphere Portal.

<profile ..>
  <augmentor template="AppServer_root\profileTemplates\default.wbicore"/>
  <augmentor template="AppServer_root\profileTemplates\default.bfm"/>
  <augmentor template="AppServer_root\profileTemplates\default.wbiserver"/>
</profile>

This deployment profile was created if you installed WebSphere Process Server using the CD included in the WebSphere Process Server CD set.

 

Parent topic

Determining how to migrate your process portal deployment