<< Click to Display Table of Contents >>
What is OZ Server?
OZ Server is a high-performance multithreaded server engine that receives requests from OZ Viewer, creates result sets, and sends report forms and result sets.
OZ Server supports both the Java environment and Microsoft .NET Framework environment.
OZ Server provides the repository function. If you use the repository function, you can manage user/group permissions and version control of report files.
OZ Server guarantees optimal performance even in a simultaneous access environment with multiple users by adopting high-performance middleware-level performance enhancement technology such as multi-thread server engine, thread pooling, and cache manager.
Run OZ Java Server
To run OZ Java Server, you need to complete the tasks below:
1. Set OZ Java Server home path
Open the ozserver.properties file in %OZ_HOME%\classes folder with a text editor and set OZ Java Server home path. OZ Java Server home path can be set both absolute and relative paths. % OZ_RUNNING_PATH% is the OZ Java Server installation path.
path.oz.server.home=%OZ_RUNNING_PATH%/WEB-INF ... |
2. Setup OZ Java Server license file
Copy the license file issued to you to ozlicense.xml in %OZ_HOME%\license folder. To change the path and name of the license file, change the "path.license.file" option in the ozserver.properties file in %OZ_HOME%\classes folder.
... path.license.file=%OZ_HOME%/license/ozlicense.xml ... |
3. Run OZ Java Server
Register OZ Java Server to WAS, start WAS, and run OZ Java Server URL. Click the Login button after entering the administrator account ID and password. OZ Java Server information will appear on the browser.
Run OZ .NET Server
To run OZ .NET Server, you need to complete the tasks below:
1. Set OZ .NET Server home path
Open the ozserver.properties file in %OZ_HOME% folder with a text editor and set OZ .NET Server home path. OZ .NET Server home path must be set to an absolute path.
path.oz.server.home=c:/OZServer ... |
2. Setup OZ .NET Server license file
Copy the license file issued to you to ozlicense.xml in %OZ_HOME%\license folder. To change the path and name of the license file, change the "path.license.file" option in ozserver.properties file in %OZ_HOME% folder.
... path.license.file=%OZ_HOME%/license/ozlicense.xml ... |
3. Run OZ .NET Server
Create OZ .NET Server as the default website in IIS, set ASP.NET user permission, start IIS, and run OZ .NET Server URL. After entering the administrator account ID and password, click the Login button. The browser displays the OZ .NET Server information.