--
You received this message because you are subscribed to the Google Groups "sadi-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sadi-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
The service itself is a WSGI application, so it can be deployed as one. An instance of a SADI service can therefore be referenced in the WSGI configuration. Another alternative would be to incorporate one or more services into a flask app, which is also WSGI-compatible.
Hello team,--I am having issues deploying my sadi python service in apache WSGI. My problem is understanding how to call the sadi service from within the wsgi application endpoint...or does the sadi service already implement the application method? I thought that might be the case, so I dumped in the sadi service in my wsgi-scripts dir but wsgi complained about the missing "application." Perhaps I missed something in the documentation. The instructions pointed me to https://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide which only seems to describes generic deployments.Thanks in advance,Nick
You received this message because you are subscribed to the Google Groups "sadi-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sadi-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.