markusthoemmes commented on a change in pull request #3059: Modify the unix 
script
URL: 
https://github.com/apache/incubator-openwhisk/pull/3059#discussion_r155770325
 
 

 ##########
 File path: docs/spi.md
 ##########
 @@ -62,3 +62,15 @@ Since SPI implementations are loaded from the classpath, 
and a specific implemen
 * Include all implementations, and only use the specified implementations.
 * Include some combination of defaults and alternative implementations, and 
use the specified implementations for the alternatives, and default 
implementations for the rest.
 
+## Including the implementation
+
+Base openwhisk docker images provide 2 extension points in classpath for 
including the implementation
+
+### Application Jars
+
+The application jars can be added to `$APP_HOME/ext-lib` for e.g. in 
`openwhisk/controller` image the implementation jars can be added to 
`/controller/ext-lib` folder and for `openwhisk/invoker` they can be added to 
`/invoker/ext-lib` folder
+
+### Application Configuration
+
+The configuration files can be added to `$APP_HOME/config` folder
 
 Review comment:
   - ~~folder~~
   - Missing `.` at the end.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to