> For the complete documentation index, see [llms.txt](https://edu.ozeform.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edu.ozeform.io/e-form-developer/day-1-welcome-on-board/preparations.md).

# Preparations

## Install OZ e-Form Designer

* Download from the link here.
* The zipped installer will install OZ Query Designer, OZ e-Form Designer, OZ Repository manager, and OZ Enterprise Manager.
* Say **No** to the question asking to install .NET Framework.
* Select **JAVA** as the local OZ server type.
* Once installation is finished, you will see the folders and files as below.
* The license needs to be located in the "/license" path of each product folder (license for the designer works for all four products).&#x20;

![](/files/-MjDMPtnxp9lMi3WrRmN)

## Download OZ e-Form Server

1. Download from the link provided by your instructor.
2. Extract the ZIP file and run the extracted **EXE** file.&#x20;
3. Do not install Microsoft .NET Framework. We will use JAVA platform.
4. Click **Next**, accept the **License Agreement,** and click **Next**.&#x20;
5. Click **Next** again (Change the install location if you want).
6. Select **Complete** and **Next**.&#x20;
7. Click **Install** and wait a moment. When the **InstallShield Wizard Complete** popup opens up, click **Finish**.&#x20;
8. You should see the files as captured below.

![](/files/-MjDMPtrsZClGGmtOPk9)

## Install Tomcat

If you already have the Tomcat installed on your computer, you can skip this step.

* Download and install JRE 1.8 from (EXE file is recommended)  [*https://www.oracle.com/java/technologies/javase-jre8-downloads.html*](https://www.oracle.com/java/technologies/javase-jre8-downloads.html)
* Download and install Tomcat from

  [*https://tomcat.apache.org/download-90.cgi*](https://tomcat.apache.org/download-90.cgi)

![](/files/-MjDMPtpRTmmvCaW9kNI)

* Once the installation finished successfully, you should see the default page by the link below:

  [*localhost:8080*](http://localhost:8080)

### Managing Tomcat

* Run **`C:\Windows\System32\services.msc`**
* Start, Stop, Restart Tomcat


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://edu.ozeform.io/e-form-developer/day-1-welcome-on-board/preparations.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.
