# WAR Export Wizard

## Overview

This Wizard creates a Runtime Execution environment of Servoy which is package like a WAR (WebApplicationArchive). This can be deployed on a standard java application server such as Tomcat.\
You can also select if you want to export the current active solution with its modules (and other none active solutions besides the main) or to export a number of rows from all tables instead all rows.For the most part this does have the same export options as a Servoy solution export.

## War export

Here are the steps to export a .war file:

* Select **Export Solution > War export** from the context menu of the active solution node.
* Specify the file destination (defaults to your home directory).
* You can click the Browse button to specify a different location.

  <figure><img src="/files/oZo3whrTjTjIA7GmEVNY" alt=""><figcaption><p>Export Solution Wizard</p></figcaption></figure>
* Choose your export options. Please refer to [Generating a .war file](/guides/deploy/war-deployment.md#generating-a-war-file) for options explanation.
* Click Next for additional options (if applicable to the options you selected).
* Click Finish. The solution will be exported as a .war


---

# 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.servoy.com/reference/servoy-developer/object-editors/war-export-wizard.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.
