Versions Compared

キー

  • 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:

コー​​ドブロック
XML
XML
titleSetting in atlassianUserContext.xmlxml
...
<prop key="host">localhost</prop>
...

Looks like this in the new configuration file:

コー​​ドブロック
XML
XML
titleEquivalent setting in atlassian-user.xmlxml
...
<host>localhost</host>
...

...