InfoCenter Home >
3: Migration overview >
3.3: Migrating APIs and specifications >
3.3.10: Migrating to supported XML configuration
3.3.10: Migrating to supported XML configuration
Some interfaces of the XMLConfig tool
have changed.
The changes in XML descriptions of the elements are
summarized in the following table:
Element |
Changed syntax |
container |
<container name=container name></container> |
jdbc-driver |
Now supports <install-info/> and <uninstall-info/> elements (optional) |
model |
Additional clone support information (optional) |
servlet |
Additional clone support information (optional)
|
servlet-engine |
Additional clone support information (optional)
|
session-manager |
<session-manager name=session manager name></session-manager>
|
userprofile-manager |
<userprofile-manager name=user profile manager name></userprofile-manager>
|
web-application |
Additional clone support information (optional)
|
Changes from Version 3.0x
For programmatic access:
- The XMLConfig constructor now throws NamingException and InvalidArgumentException.
- The XMLConfig tools now supports variable substitution and variable Hashtable setter.
The XMLConfig command line now supports the -substitute option for variable replacement.
|
|