Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

File Structure


No Format
/opt
??? app
    ??? config
    ?   ??? application.properties
    ?   ??? builders
    ?   ?   ??? aai.properties
    ?   ?   ??? sdc.properties
    ?   ??? logback.xml
    ??? debug-logs
    ?   ??? EELF
    ?       ??? debug.log
    ??? lib
    ?   ??? pomba-context-aggregator.jar
    ?   ??? startService.sh
    ??? logs
        ??? EELF
        ?   ??? application.log
        ?   ??? audit.log
        ?   ??? error.log
        ?   ??? metrics.log
        ?   ??? performance.log
        ?   ??? policy.log
        ?   ??? security.log
        ?   ??? server.log
        ??? output.log
Code Block
languagebash
/opt
??? app
    ??? config
    ?   ??? application.properties
    ?   ??? builders
    ?   ?   ??? aai.properties
    ?   ?   ??? sdc.properties
    ?   ??? logback.xml
    ??? debug-logs
    ?   ??? EELF
    ?       ??? debug.log
    ??? lib
    ?   ??? pomba-context-aggregator.jar
    ?   ??? startService.sh
    ??? logs
        ??? EELF
        ?   ??? application.log
        ?   ??? audit.log
        ?   ??? error.log
        ?   ??? metrics.log
        ?   ??? performance.log
        ?   ??? policy.log
        ?   ??? security.log
        ?   ??? server.log
        ??? output.log

...