comparison Sphinx/source/users/docker-orthancteam.rst @ 1082:202b378001f0

java plugin in docker image
author Alain Mazy <am@orthanc.team>
date Tue, 18 Jun 2024 13:45:39 +0200
parents 7c6b752c2e30
children 4f3709b36f8a
comparison
equal deleted inserted replaced
1081:649d180ed8ad 1082:202b378001f0
462 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 462 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
463 | **VolView** | ``VOLVIEW_PLUGIN_ENABLED`` | | 463 | **VolView** | ``VOLVIEW_PLUGIN_ENABLED`` | |
464 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 464 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
465 | **Ohif** | ``OHIF_PLUGIN_ENABLED`` | | 465 | **Ohif** | ``OHIF_PLUGIN_ENABLED`` | |
466 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 466 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
467 | **STL** | ``STL_PLUGIN_ENABLED`` | | 467 | **STL** | ``STL_PLUGIN_ENABLED`` | .. code-block:: json |
468 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 468 | | | |
469 469 | | | { |
470 | | | "STL": { |
471 | | | "Enable": true |
472 | | | } |
473 | | | } |
474 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
475 | **Java** | ``JAVA_PLUGIN_ENABLED`` | .. code-block:: json |
476 | | | |
477 | | | { |
478 | | | "Java": { |
479 | | | "Enable": true, |
480 | | | "Classpath": "MUST BE DEFINED BY YOU", |
481 | | | "InitializationClass": "MUST BE DEFINED BY YOU" |
482 | | | } |
483 | | | } |
484 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
470 485
471 Under the hood 486 Under the hood
472 -------------- 487 --------------
473 488
474 The source code that is used to generate the image can be found `here <https://github.com/orthanc-server/orthanc-builder/blob/master/docker/orthanc/Dockerfile>`__. 489 The source code that is used to generate the image can be found `here <https://github.com/orthanc-server/orthanc-builder/blob/master/docker/orthanc/Dockerfile>`__.