Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Now open up atlassian-user.xml in a text editor and transfer your settings across from your atlassianUserContext.xml file. For example:

Code Block
xml
xml
titleSetting in atlassianUserContext.xmlxml
...
<prop key="host">localhost</prop>
...

Looks like this in the new configuration file:

Code Block
xml
xml
titleEquivalent setting in atlassian-user.xmlxml
...
<host>localhost</host>
...

...