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.
Deploying OZ Server
Deploy OZ Servlet Server to the Web Application Server
In this course, we will use Tomcat as WAS.
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\
Copy the folder
OZ Servlet 9.0
intotomcat\webapps\
.Rename
OZ Servlet 9.0
astraining
.Get the Server license file from your instructor and put it into
webapps\training\WEB-INF\license\
. And then rename it asozlicense.xml
.Now you can connect to OZ e-Form Server with a URL as below: http://localhost:8080/training/server
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.
#-------------------------------------------
# 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
Go to the location in which you downloaded the OZ HTML5 Viewer provided by FORCS. The folder should be named as 'OZViewerHTML5_[serial number]'.
Copy the folder into the folder
webapps\
under the Tomcat installation.Rename the folder name as
html5viewer
Uploading e-Form Files to Repository Server
Using Designer
Connect to OZ Repository Server
Go to the Repository window in OZ e-Form Designer.
Right-click Repository Server on the top, select Open Repository from the dropdown list.
Select Add server,
Enter connection information:
Type: HTTP
URL:
http://localhost:8080/training/server
ID: The username created above (admin)
Password: The password given above
Tick Save password
Click Connect after save

Create category company_id/user_id
company_id/user_id
Create subcategories
company_id/user_id
under the repository server training.
Upload e-Form Files to Repository Server
In the Working Folder, Right-click the file to upload.
Select Upload to repository...
Or you can just drag and drop your OZR from the working folder to the repository server
Using Server Console
Select Repository on the left navigation.
Upload your files using New category, Folder Upload, or File Upload.
Collaborating with Colleagues
Preparations
Configure Repository Server with BUILTIN, RDB, or HYBRID type
Add categories and users to the Repository server
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)
Last updated
Was this helpful?