blob: 5904174273b00553888922ffa7f2fd3293d80174 [file]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document>
<properties>
<title>Apache James Server 3 - Manage James Server</title>
</properties>
<body>
<section name="Manage James Server">
<p>You need to make sure that your user/domain/mail repository configuration is correct before managing. If
you change your user/domain/mail repository type (i.e. file to database) or the configuration of your user repository
(i.e. the file or database URL) after you have added user/domain/mail, you may lose your user/domain/mail data. Please change these
values with care.</p>
<p>After you've done this, restart James to ensure that any changes you've made in
the configuration are incorporated into the running system.</p>
<p>You are now ready to manage Some internal James data-structure.</p>
<ul>You can do this:
<li>Using <a href="manage-cli.html">The command line client</a></li>
<li>Using <a href="manage-webadmin.html">The web REST interface</a> (Guice only)</li>
<li>Using <a href="manage-jmx.html">The JMX interface</a> (Experimental)</li>
</ul>
</section>
</body>
</document>