OZ e-Form Developer
  • OZ e-Form Concepts
  • 🌈e-Form DEVELOPER
    • Day 1: Welcome On Board
      • About Course
      • Preparations
      • OZ e-Form Overview
    • Day 2: e-Form Design
      • Designer Environments
      • e-Form Layout Structure
      • e-Form Components
      • e-Form From Documents
      • Preview / Export / Save
      • Hands-on Practice
    • Day 3: Dynamic e-Form
      • e-Form Scripting Guide
      • Hands-on Practice
      • Advanced Features
    • Day 4: e-Form Application
      • Server Deployment
      • Viewer In HTML
      • Viewer APIs
      • Prefilling e-Form
      • Submitting e-Form
      • Sending MemoryStream
    • Get Your Certificate
    • Design Guide
      • Dialogue Flow
        • Overview
        • Creating Dialogue Flow
        • Uploading e-Form to Server
        • Running Dialogue Flow
        • Group and Statement
        • Custom Styling
      • Multilingual e-Form
      • Miscellaneous
      • Videosign
        • Videosign User Guide
      • OZ Verifier
        • OZ Verifier Introduction
        • Implementation and Use
        • Requirements
      • HTML5 Editor
        • HTML5 Editor Introduction
        • HTML Editor
        • Requirements and Sample
    • Day 5. Server & Reporting
  • 🌈Server Developer
    • OZ Server Console
    • OZ Scheduler
      • Features
      • Installing OZ Scheduler
      • Scheduler Task
    • Binding & Exporting
      • Overview
      • Export API Example
        • Extract Input Data
        • Export with OZ Server
        • Export with Scheduler
        • Export with Scheduler Task
    • Repository Server
    • Sync Server
      • Overview
      • Installing Sync-Server
        • SSL configration
      • Sample Application
      • Implementation
    • QR Link Mobile Sign
  • 🌈Report Developer
    • Overview
      • About Course
      • Preparation
      • Report Designer Overview
    • Query Design
      • Database Connection
      • Designer Environment
      • Dataset Design
    • Report Design
      • Designer Environment
      • Components
      • Table
      • Master-Detail
      • ODI Parameter
      • CrossTab
      • Chart
  • 🌈MOBILE DEVELOPER
    • Android Native
    • iOS Native
    • TOTO Framework
      • TOTO Overview
      • Sample App Overview
      • Server Application
      • Android Project
  • ⬇️Product Downloads
  • 📚 Product Documentation
  • 📕Technical Guide
  • ⚛️ ReactJS Integration
Powered by GitBook
On this page
  • Deploying OZ Server
  • Activating OZ Server Console
  • Deploying HTML5 Viewer
  • Uploading e-Form Files to Repository Server
  • Using Designer
  • Using Server Console
  • Collaborating with Colleagues

Was this helpful?

  1. e-Form DEVELOPER
  2. Day 4: e-Form Application

Server Deployment

Learn how to deploy the OZ server and Viewer on the application server. And also learn how to upload e-Form files to the OZ server.

PreviousDay 4: e-Form ApplicationNextViewer In HTML

Last updated 3 months ago

Was this helpful?

Deploying OZ Server

Deploy OZ Servlet Server to the Web Application Server

  1. In this course, we will use Tomcat as WAS.

  2. Go to the location in which you already extracted OZ Server files on your PC.C:\Program Files (x86)\FORCS\OZ Server and Scheduler 9.0\

  3. Copy the folder OZ Servlet 9.0 into tomcat\webapps\ .

  4. Rename OZ Servlet 9.0 as training.

  5. Get the Server license file from your instructor and put it intowebapps\training\WEB-INF\license\. And then rename it as ozlicense.xml .

  6. Now you can connect to OZ e-Form Server with a URL as below:

  7. Create the administrator account as shown below. Once you created the admin account, you will see information about OZ Server and System.

OZ Server Logfile

  • OZ server writes information about server start/stop, tracing tasks, and exception errors in log files.

  • If OZ Server is integrated into the tomcat, the log file path will be like this:

C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\training\WEB-INF\logs\server.log

Activating OZ Server Console

Go to the OZ Server installation folder.

Open WEB-INF/conf/ozservice.properties.

Enable the Web Console as below.

ozservice.properties
#-------------------------------------------
# Main configuration of ozservice
#-------------------------------------------

#enable_ozserver=true/false [ default : true ]
#enable_webservice=true/false [ default : true ]
enable_webconsole=true
#dataservice_defaulttype=true/false [ default : true ]
#

Restart your WAS.

Once the login page comes up, log in with your admin account.

Deploying HTML5 Viewer

  1. Go to the location in which you downloaded the OZ HTML5 Viewer provided by FORCS. The folder should be named as 'OZViewerHTML5_[serial number]'.

  2. Copy the folder into the folder webapps\ROOT under the Tomcat installation.

  3. Rename the folder name as html5viewer

Uploading e-Form Files to Repository Server

Using Designer

Connect to OZ Repository Server

  1. Go to the Repository window in OZ e-Form Designer.

  2. Right-click Repository Server on the top, select Open Repository from the dropdown list.

  3. Select Add server,

  4. Enter connection information:

    • Type: HTTP

    • URL: http://localhost:8080/training/server

    • ID: The username created above (admin)

    • Password: The password given above

  5. Tick Save password

  6. Click Connect after save

Create category company_id/user_id

  1. Create subcategories company_id/user_id under the repository server training.

Upload e-Form Files to Repository Server

  1. In the Working Folder, Right-click the file to upload.

  2. Select Upload to repository...

  3. Or you can just drag and drop your OZR from the working folder to the repository server

Using Server Console

  1. Select Repository on the left navigation.

  2. Upload your files using New category, Folder Upload, or File Upload.

Collaborating with Colleagues

Preparations

  1. Add categories and users to the Repository server

  2. Give users update permissions on categories or forms

Check Out

  • Get update permission of the form or category - Checkmark on the icon

  • Others can download(read) but can NOT upload(update)

  • Can upload my updated form

Check In

  • Release my update permission

  • Others can Check Out to upload(update)

Configure Repository Server with

🌈
BUILTIN, RDB, or HYBRID type
http://localhost:8080/training/server