Interacting with DRAT - apache/drat GitHub Wiki
DRAT UIs are accessible at:
http://localhost:8080/proteus-new/
- DRAT User Interfacehttp://localhost:8080/proteus/
- REST layer for DRAThttp://localhost:8080/opsui/
- main cockpit, Apache OODT OPSUIhttp://localhost:8080/solr/
- Solr4 Admin UI
DRAT publishes its analyzed aggregated RAT logs to:
$DRAT_HOME/data/archive/rataggregate/*.csv
These look like e.g.
cat *.csv
Notes,Binaries,Archives,Standards,Apache,Generated,Unknown
0,2,0,530,497,0,33
These are the counts of each type of file, categorized by what licenses they are:
Category | Description |
---|---|
Binaries | Binary file, no license |
Notes | Notes file |
Archives | A tar/zip/etc archive, no license |
Standards | One of the OSI approved licenses that isn't ALv2, so e.g., BSD, MIT, LGPL, etc. |
Generated | Generated files (either source or binary) |
Apache | Apache licensed files |
Unknown | Non-discernible license |
Interacting with Proteus
If you want to inspect the Proteus Logs of what's going on, the following command is useful:
- Navigate to
$DRAT_HOME
tail -f tomcat/logs/catalina.out | grep DRAT_LOG