hongfuli commented on issue #6343: URL: https://github.com/apache/shardingsphere/issues/6343#issuecomment-658851324
@xbkaishui @tristaZero According to the original design reflected in the code(org.apache.shardingsphere.proxy.config.ShardingConfigurationLoader) and the startup shell script(start.sh), it is best to keep the way using `class.getResource` to load resources. we only need to adjust the `classpath` setting in the `start.sh` scrip file. In addition there is another problem, the logback.xml file in the conf dir directory has not been loaded successfully, we must to add the `conf dir` and it's parent dir both to the `classpath`. #6361 i reverted java code about loading resource and adjusted the start shell script. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
