52North / WPS

**DEPRECATED** The 52°North Web Processing Service enables the deployment of geo-processes on the web in a standardized way.
GNU General Public License v2.0
63 stars 55 forks source link

[WPS4R] Read scripts from symbolic links #270

Open ridoo opened 5 years ago

ridoo commented 5 years ago

It would be nice to link R scripts laying in ${wps_install}/R/scripts via symbolic links (created with ln -s <source-path> <link-target). Currently the WPS fails with message:

ERROR org.n52.wps.server.request.ExecuteRequestV100: Exception/Error while executing ExecuteRequest for org.n52.wps.server.r.arima: org.n52.wps.server.ExceptionReport: Could not read script file <path-to-symbolic-link>
bpross-52n commented 5 years ago

Hi ridoo. Thanks for this, I will have a look into it.