Table of Contents |
---|
Show If | ||
---|---|---|
| ||
ToDo:
|
Installation Requirements
...
User Data / Install Jetty
- The default installation paths for the Jetty Web Server - the
jetty_base
- delivered with the JOC Cockpit are alongside the default JobScheduler configuration and log files:/home/[user]/sos-berlin.com/joc
on Linux systems andC:\ProgramData\sos-berlin.com\joc
on Windows.
- Note that if it another web server is to be used, the relevant configuration files required for such a server such as the
shiro.ini
file will be written to the following directories:to the file system. These files can then be moved to the desired location. The default locations for these files are:./jetty_base
/resources
???
on Linux systems andStatus title < FILE LOCATION TO BE SETVerified
on Windows systems.
\C:\Program Files\sos-berlin.com\joc\resourcesjetty_base
- The default installation paths for the Jetty Web Server - the
Choose the DBMS
The type of DBMS used by the JobSchedulers operated by the JOC Cockpit is specified in the next form.
- The database configuration is written to an XML file during installation.
- If this file is edited later on and the
- The name and location of the database configuration file is specified in the
joc.properties
file, which can be found in the resources folder.
The default name and location of this file are:resources/hibernate.cfg.xml
- The name and location of the database configuration file is specified in the
Configure the Database Connection
The access parameters for the DBMS used by the JobSchedulers operated by the JOC Cockpit are specified in the next form:
- 07 - No Slide
08 Installation
The installation form shows the progress of the first part of the installation procedure
09 Processing
10 Completion
11 JOC Cockpit Login
Call the JOC Cockpit login form in a web browser and enter the username and password.
After a first installation of the JOC Cockpit the default User Name and Password will be root:root and Shiro Authentication will be active.
See the Authentication and Authorization Configuration article for information about the configuration of other user profiles and authentication methods.
Installation Log Location
The JOC Cockpit configuration and installation log information are written to a new log file each time an installation is carried out. These log files can be found in the logs
folder in the joc_installation_directory
.
Installation log files are named according to the pattern Install_V[release]_[date&time]_...log
where release is the version release number and date and time refer to the installation.
Configuration with Alternative Web Servers
...