Closed ghost closed 11 years ago
Hello,
First of all, yes, I agree that this module misses really a documentation. I was hoping that the following could be enough:
The Proxy is launched like a R66 server, but with less argument in the configuration file, and with some totally dedicated to the proxy mode. So the command line you give is correct. It can be stopped like R66 servers too.
Now back to the error: between 2.4.10 and 2.4.15 of R66, those 2 fields disapear since there were not used at all anywhere (even in Proxy). So the issue is on the version of Waarp R66 used with Proxy jar.
I will fix this immediately and promote a new version of Proxy.
Once the Proxy is started, it has also a HTTPS administration interface, as with R66, but of course with less options.
Regards,
Hello again,
I just update R66 to 2.4.15 and Proxy to 1.0.1. A start of documentation is at:
http://waarp.github.io/Waarp/ProxyR66.html
Thanks to point us this issue ! Frederic
Thank you for your fast correction. The proxy is now starting without any issue. And the start of documentation is exactly what I was looking for (I had found the example file in the source code but it wasn't that clear to me).
Hello,
It seems that the configuration has no field for REQER_HOST_ID but the file FileBasedConfiguration.java is trying ot use one. I get the following error message when trying to start the Proxy:
Is that the right way of starting the proxy ? I've taken example on how to start the server, there's no documentation on how to start the proxy by the way.
Regards,