Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
newspaper-prompt-doms-ingester-1.12
├── bin
│   └── start_prompt_ingest_component.sh
├── conf
│   ├── config.properties
│   └── logback.xml
└── lib
    ├── authchecker-authutils-1.0.1.jar
    ├── autonomous-component-1.34.jar
    ├── batch-event-client-1.34.jar
    ├── batch-event-framework-common-1.34.jar
(etc.)

 

The file start_prompt_ingest_component.sh can be used as a sample of how the component can be started from a cron-job.

...