Shiro DX Bedienungsanleitung Seite 4

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 11
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 3
4
Code Dx Install Guide
3 Configuration
Code Dx must be configured before installation. Failure to do so will most likely result in
runtime failures, or at the very least, unexpected behavior. There are several different pieces of
configuration that need to be performed.
3.1 Appdata Directory
Code Dx needs a place to store a variety of files: the analysis run inputs it receives including the
source code that it uses to display in the weakness details page; log files; and configuration
files. We group all of these under what we call the Code Dx appdata directory.
Since Code Dx can be deployed on a variety of different platforms and servlet containers, we
cannot make assumptions about where this appdata directory should be. As such, you must
configure this before-hand.
There are two options available to tell Code Dx where its application data should be stored.
1. Set a Java System Property named codedx.appdata to the location of the appdata
folder, for the Java runtime that the server will run on. This is done by passing the
command line argument -Dcodedx.appdata="path/to/config" to the java call that
starts the server.
2. Set the CODEDX_APPDATA environment variable to the location of the appdata folder.
The location of the appdata directory may be an absolute or relative path. If you do not provide
one of these options, Code Dx will fail to start. If you provide both, priority will be given to the
Java System Property.
This folder should be kept intact during Code Dx upgrades. Therefore it is recommended that it
be stored in a stable location. Normally, you won’t need to touch this folder after installing
Code Dx, unless configuration tweaks are desired.
3.2 Config Contents
3.2.1 License
A valid Code Dx license is required to run Code Dx. Code Dx looks for the license file in the
appdata directory when it starts up. The license file should have been provided to you when
you received the instructions to download the Code Dx files. Place the license file (ending in
.lic) in the Code Dx appdata directory and it will take effect the next time Code Dx starts up.
Seitenansicht 3
1 2 3 4 5 6 7 8 9 10 11

Kommentare zu diesen Handbüchern

Keine Kommentare