zhlu001 commented on issue #216:
URL:
https://github.com/apache/apisix-java-plugin-runner/issues/216#issuecomment-1331579460
> same as: #137?
Almost same, it caused by apisix runtime will find "conf" sub-folder in
current execution folder after attach to process debugging.
That means the actor has to execute "apisix start " under %APISIHOME% (
i.e. /usr/local/apisix ), otherwise, apisix runtime will find conf
sub-folder. if "conf" folder doesn't exist. the error will popup.
therefore , recommend that
1. no matter where "apisix start" executes, it automatically create sock
file under static folder such as %APISIX_HOME%/conf
2. add a mandatory configuration section for "ext-plugin" to let user set
which folder to create sock file.
thx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]