Änderungen von Dokument 03 Projekt Setupguide ONYX
Zuletzt geändert von Carina Enke am 26.11.2025
Von Version 366.1
bearbeitet von sandra_riediger
am 15.12.2014
am 15.12.2014
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 382.1
bearbeitet von Carina Enke
am 15.11.2025
am 15.11.2025
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (4 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Titel
-
... ... @@ -1,1 +1,1 @@ 1 - ONYXprojectsetupguide1 +03 Projekt Setupguide ONYX - Übergeordnete Seite
-
... ... @@ -1,0 +1,1 @@ 1 +ONYX.Systeminformationen.WebHome - Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. sandra_riediger1 +XWiki.carina - Inhalt
-
... ... @@ -1,89 +1,53 @@ 1 -{{layout}} 2 -{{layout-section ac:type="two_right_sidebar"}} 3 -{{layout-cell}} 4 -====== Inhalt: ====== 1 +{{section}} 2 +{{column width="60%"}} 3 +== System requirements == 5 5 5 +=== All components === 6 6 7 +* Linux-based OS 8 +* Java 21 9 +* Apache Tomcat 9 (latest update) 7 7 8 -{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}} 9 -{{/layout-cell}} 11 +=== ONYX Editor (additionally) === 10 10 11 -{{layout-cell}} 12 -|=(% colspan="1" %)(% colspan="1" %) 13 -((( 14 -Programmversion 15 -)))|(% colspan="1" %)(% colspan="1" %) 16 -((( 17 - 18 -))) 19 -|=((( 20 -Status 21 -)))|((( 22 -(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 23 -))) 24 -|=((( 25 -Aufgaben 26 -)))|((( 27 - 13 +* PostgreSQL 16 14 +* Java unlimited security enabled 28 28 29 - 30 -))) 31 -|=((( 32 -JIRA 33 -)))|((( 34 - 35 -))) 36 -{{/layout-cell}} 37 -{{/layout-section}} 16 +{{code}} 17 +http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters 18 +Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html 19 +{{/code}} 38 38 39 -{{layout-section ac:type="single"}} 40 -{{layout-cell}} 41 -== System requirements == 42 42 43 - === Allcomponents ===22 +{{/column}} 44 44 45 -* ((( 46 -Linux-based OS 47 -))) 48 -* ((( 49 -Oracle Java7 (latest update) 50 -))) 51 -* ((( 52 -Apache Tomcat7 (latest update) 53 -))) 24 +{{column width="30%"}} 25 +{{panel title="Inhalt"}} 26 +{{toc start="2"/}} 27 +{{/panel}} 54 54 55 -=== ONYX WebEditor (additionally) === 56 56 57 -* PostGreSQL (8.4.21 or later) 58 - 59 -* Java unlimited security enabled 60 - 61 -{{section border="true"}} 62 -[[http:~~/~~/stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters>>url:http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters||shape="rect"]] 63 - 64 -Download from [[http:~~/~~/www.oracle.com/technetwork/java/javase/downloads/jce-7-download->>url:http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-||shape="rect"]][[432124.html>>url:http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html||shape="rect"]] 30 +{{/column}} 65 65 {{/section}} 66 66 67 67 === Build process === 68 68 69 69 * Linux-based OS 70 -* OracleJava7(latest update)36 +* Java 11 (latest update, Oracle or OpenJDK) 71 71 * Eclipse for JEE (Kepler or later) 72 72 * Maven2 73 73 * Eclipse Maven integration (m2) 74 74 41 + 75 75 == Steps for build == 76 76 77 77 All ONYX parts are delivered as Eclipse projects 78 78 79 - 80 80 81 -* pre WebOnyx (ONYX QTI test player)47 +* preOnyx (ONYX QTI test player) 82 82 * preWebEditor (ONYX QTI test editor) 83 83 * onyx (ONYX QTI core) 84 84 * LaTeXRenderer (LaTeX image renderer connector, used to render LaTeX math formulas to images, which can be included in PDFs. This project only offers an interface to connect whatever lib you want, e.g. jlatexmath (GPL, delivered as example) 85 - 86 - 87 87 88 88 * Use Eclipse 89 89 * Import -> Existing project, start with LaTeXRenderer project ... ... @@ -91,29 +91,59 @@ 91 91 92 92 Due to license restrictions the **project LaTeXRenderer** is not linked or integrated by default. This must be done manually. 93 93 94 -{{ section}}95 - 1.Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled.96 - 1.Ensure that project LaTeXRenderer exports all libs in /libs folder (you may get ClassNotFoundExceptions in Tomcat otherwise, if you still get them add all libs from project LaTeXRenderer to Tomcat classpath manually)97 -{{/ section}}58 +{{info}} 59 +Ensure that project dependency from preWebOnyx and preWebEditor to LaTeXRenderer is fulfilled. 60 +Ensure that project LaTeXRenderer exports all libs in /libs folder (you may get ClassNotFoundExceptions in Tomcat otherwise, if you still get them add all libs from project LaTeXRenderer to Tomcat classpath manually) 61 +{{/info}} 98 98 63 +(% style="line-height:1.4285715" %)**Maven will build all projects automatically**(%%) (you can do this manually on console, anyhow this is not tested in development environment and may disturb Eclipse Maven integration) 99 99 100 -**Maven will build all projects automatically** (you can do this manually on console, anyhow this is not tested in development environment and may disturb Eclipse Maven integration) 101 -{{/layout-cell}} 102 -{{/layout-section}} 65 +**Setup database for ONYX Editor** 103 103 104 -{{layout-section ac:type="two_right_sidebar"}} 105 -{{layout-cell}} 106 -====== untergeordnete Seiten: ====== 67 +* Locate setupdatabase.postgre.sql 68 +* Log on to Postgres 69 +* Create user owe with password owe 70 +* Create database owe and assign to user owe 71 +* Import setupdatabase.postgre.sql to this database 107 107 73 +Hint: you may use other user/database names, change configuration in 108 108 75 +{{code}} 76 +applicationContext.xml (see below) 77 +{{/code}} 109 109 110 -{{children all="true"/}} 111 -{{/layout-cell}} 79 +== Changes on ONYX QTI core == 112 112 113 -{{layout-cell}} 114 -====== relevante Links: ====== 81 +Since all ONYX components are managed by Maven, the ONYX QTI core from BPS Maven artifactory is used by default. If you want to change some code you are required to create a JAR from project onyx on your own and either adopt the pom.xml references in preWebOnyx and preWebEditor to your own artifactory or put the JAR in classpath. 115 115 116 -* [[lorem ipsum>>url:https://www.bps-system.de/help/display/OPAL/Handbuch+OPAL||shape="rect"]] 117 -{{/layout-cell}} 118 -{{/layout-section}} 119 -{{/layout}} 83 +== Configuration == 84 + 85 +**preWebOnyx** 86 + 87 +* Locate onyxplugin.default.config.xml, copy it to a classpath folder and rename to onyxplugin.config.xml 88 +* Configure as needed 89 +* Service provider named “preview” is required if used as preview instance for ONYX Editor 90 + 91 +**preWebEditor** 92 + 93 +* applicationContext.xml: general configurations (database, mail configuration, preview ONYX (you can change this to your local installation), ...) 94 +* metadataConfigurationContext.xml: normally no changes needed as long as no further metadata are required 95 +* moduleConfigurationContext.xml: repository configuration 96 +* pageModelContext.xml: normally no changes required, defines the main tabs in shown application 97 +* webServiceContext.xml: reporter statistics connection, can be changed to your local ONYX installation 98 + 99 +== Deployment == 100 + 101 +* Deploy preWebOnyx and preWebEditor to Tomcat in Eclipse (it is recommended to use two Tomcat servers in Eclipse to be able to restart both independently) 102 +* Configure Tomcat deployment to use different ports 103 +* Check path the applications are mounted to 104 +* Start Tomcat(s) 105 +* Call http:~/~/localhost:<port>/<path> in browser 106 + 107 +== Important notes == 108 + 109 +**Before running any ONYX application** in Eclipse/Tomcat, always **clean Tomcat Work Directory** first. This is also required in server environment after each update. Since ONYX creates large amounts of temporary files in server environment it is also strictly recommended to clean servers and tomcat temp directory before each application starts. 110 + 111 +When run from Eclipse/Tomcat ONYX applications may not shut down properly. In this case just “kill” them using the red “Terminate” button in console view. 112 + 113 +In server environment ONYX applications uses memory strongly dependent from load and users activities. BPS runs them with **8 GB each**.
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -334277 91 +3342771 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/334277 9/ONYX projectsetupguide1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/3342771/Projekt Setupguide ONYX