The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
%SHARDINGSPHERE_PROXY_HOME% is the shardingsphere proxy extract path. for example: /Users/ss/shardingsphere-proxy-bin/
However, it is not clear for what "shardingsphere proxy extract path" means.
I just guessed that %SHARDINGSPHERE_PROXY_HOME% is shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources because this is one of few(6 exactly) places that include start.sh in bin/ directory in it, and the only place related with shardingsphere proxy at the same time.
But, when I run start.sh in shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/bin, then following error occurs.
Error: Could not find or load main class org.apache.shardingsphere.proxy.Bootstrap
I think there need some correct explanations in documentation.
The text was updated successfully, but these errors were encountered:
We are unable to convert the task to an issue at this time. Please try again.
The issue was successfully created but we are unable to update the comment at this time.
In documentation for shardingsphere proxy, it says as follows
However, it is not clear for what "shardingsphere proxy extract path" means.
I just guessed that %SHARDINGSPHERE_PROXY_HOME% is
shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resourcesbecause this is one of few(6 exactly) places that include start.sh in bin/ directory in it, and the only place related with shardingsphere proxy at the same time.But, when I run start.sh in
shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/bin, then following error occurs.I think there need some correct explanations in documentation.
The text was updated successfully, but these errors were encountered: