简体   繁体   中英

DeployR using RBroker Java

I am new to using DeployR (started yesterday) and I would like to know what URL does the constructor of the RBrokerConfig class need. Is it the URL for the landing page? Or does it just need the basic URL ( http://localhost:8000 )?

You require an endpoint URL. If you take a look at the source code you can see that you would need something like

 /// <param name="deployrEndpoint">URL indicating the DeployR endpoint 
 ///  (i.e  http://localhost:7300/deployr )</param>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM