# Managing Deployed Applications

Once you have deployed applications, you can perform certain management tasks on them from the **Deployed Applications** interface of the **Deployed** section.

## **Loading and unloading applications**

If you want to temporarily make a deployed application unavailable, you simply need to unload it by selecting it in the list and pressing **Unload**. When an application is unloaded, users can no longer start it using its URL.&#x20;

If you want to make it available again, simply press **Load** to reload it.

## **Editing an existing application**

Editing an existing application allows you to go through all configuration sections again and change any options as needed.&#x20;

Double-click on the application’s name and select **Edit**.

## **Clone an existing application**

Select an application to duplicate it.

## **Updating applications**

Updating a deployed application means deploying it again, overwriting the existing version. This is equivalent to editing an existing application and keeping all the same options.&#x20;

{% hint style="info" %}
Updating applications is useful when you install a new version of JMap to make sure your deployed application uses all the latest library versions.&#x20;
{% endhint %}

You do not need to update deployed applications when the data or the project changes.

## **Permissions**

If you select a deployment in the **Deployed Applications** table, you can access the **Permissions** section. You can also access it from the application configuration interface.

**Permissions** section has two tabs: **Permissions** and **Owners**. The owners are the only ones who can manage the administrative permissions for the deployment, manage the list of owners and delete it.

A list of users and groups with permissions appears in the **Permissions** tab. Click on ![](/files/Wv4IHtF5wJkbjm3vwjkh) to add new users or groups.

{% hint style="info" %}
Available users and groups are configured in the JMap Server section of JMap Admin. Refer to the [Users and Groups ](/e/administrator/jmap-server-administrator-manual/jmap-server/security/users-and-groups.md)section for more information about managing users in JMap Server.
{% endhint %}

Deplyments have only administrator permissions.

<table data-header-hidden><thead><tr><th width="203.5"></th><th></th></tr></thead><tbody><tr><td>Administrate deployment</td><td>Allows an administrator to modify the deployment.</td></tr></tbody></table>

## **Downloading applications**

If an application’s type is **External**, you can download that application’s .*war* file in order to deploy it on another web server.&#x20;

In the application configuration interface, press **Download**.

For more information on external applications, see [this section](/e/administrator/jmap-server-administrator-manual/jmap-server-applications/deployment-classical-jmap-applications.md#creating-a-new-deployment).

## **Deleting applications**

Deleting an existing deployed application deletes all files related to this application. There is no way to undelete an application (you need to redeploy it).&#x20;

{% hint style="info" %}
When deleting an application, none of your data or configurations (projects, layers, data sources, databases, etc.) are deleted nor affected in any way.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/jmap-server-applications/deployment-classical-jmap-applications/managing-deployed-applications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
