blob: 3ed610ee426fac5c2b53c22fe93724edba03b544 [file] [log] [blame]
<!--
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.
-->
<html>
<head>
<title>Stopping the Derby Network Server</title>
</head>
<body>
<h2>Stopping the Derby Network Server</h2>
<p>
The Derby Network Server allows multiple applications running in different
Java Virtual Machines to access a single Derby database.
</p>
<p>
<h3>To stop the Derby Network Server:</h3>
</p>
<ul>
<li>
Select the Java project, bring up the context menu and select
the menu item, <b>Apache Derby, Stop Derby Network Server</b>.
</li>
</ul>
<blockquote>
<img src="images/stop_server.GIF" alt="Stop Derby Network Server" width="784" height="676"></img>
</blockquote>
<ul>
<li>
The pop-up box will appear stating the Apache Derby Network Server is
attempting to be stopped.
</li>
</ul>
<ul>
<li>
If the network server shutdown is successful the <b>Console</b> view will
say <b>Shutdown successful.</b>
</li>
</ul>
<blockquote>
<img src="images/shutdown_success.gif" alt="Apache Derby Network Server stopped" width="773" height="645"></img>
</blockquote>
<ul>
<li>
When the Network Server associated with a particular project is shutdown
the green arrow designating a running server which appeared next to the project
name, is no longer visible.
</li>
</ul>
<p>
</p>
</body>
</html>