# OZサーバ起動

## ローカルインストール

**OZ Enterprise Server**を:point\_right:[こちら](https://jp.ozeform.io/daunrdo/ozdaunrdo)からダウンロードし、手順に従ってパソコンにインストールします。

## OZ ServletサーバをWeb Applicationサーバにて駆動する方法

1. WAS製品（例：Tomcat）がサーバ(物理サーバ)にインストールされていることを確認します。
2. OZ Enterprise Serverがインストールされているローカルのディレクトリに移動します。`C:\Program Files (x86)\FORCS\OZ Enterprise Server 8.0\`
3. **OZ Servlet 8.0** フォルダーを`tomcat\webapps\`にコピーし貼り付けます。
4. **OZ Servlet 8.0**を目的のサーブレット名（例：**oz**）に変更します。
5. サーバのライセンスファイルを取得し、**ozlicense.xml**として以下のパスに保存します。 `tomcat\webapps\oz\WEB-INF\license\`
6. データベースとしてMySQL、MariaDB、MS SQLを利用する場合`WEB-INF\UniversalDriver\`に移動し**mysql5.1.5.jar、mariadb-java-client-1.1.7.jar、mssqlserver.jar**を`WEB-INF\lib`にコピーします。&#x20;
7. データベースとしてOracle 12を利用する場合、**ojdbc8.jar**を取得して`WEB-INF\lib\` にコピーした後、`WEB-INF\lib\`からclasses12.\*を削除します。
8. WASのTomcatが実行中でない場合は、起動させます。
9. Webブラウザーか&#x3089;*`http://server-url:port/oz/server`*&#x306E;URLを開きます。
10. 以下のように管理者アカウントを作成すれば、OZサーバとOSに関する多様な情報が表示されます。

![](/files/-Lxte4NXxoem_7rG6Dp0)

## WASにHTML5ビューアをインストールする方法

1. OZ Enterprise Serverがインストールされているローカルのディレクトリに移動します。`C:\Program Files (x86)\FORCS\OZ Enterprise Server 8.0\`
2. `OZ Report HTML5 Viewer 8.0` フォルダーを`webapps/oz/`にコピーします。
3. 必要に応じてフォルダー名を変更します。（例：**HTML5viewer**）

## OZ HTML5ビューアのPDFサポートライブラリ <a href="#oz-html5-pdf-support-library" id="oz-html5-pdf-support-library"></a>

以下リンクのpdf\_js.zipファイルをダウンロードし *`HTML5viewer\`* フォルダー

{% file src="/files/-M4HPA89ZaU312liKZeH" %}
pdf\_js.zip
{% endfile %}


---

# 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://jp.ozeform.io/bjonbakkuappu/untitled/untitled-2.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.
