Solved External YML file on Separate Webserver?

Discussion in 'Plugin Development' started by ccrama, Jun 2, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    ccrama

    Hello Bukkit,
    Is it possible to load/edit a yml file that's located on a separate server on a different filesystem? I can get a direct link to the file and run on a thread-safe async method. Just need to know if it's possible.

    Thanks,
    ccrama
     
  2. Offline

    NathanWolf

    Loading is easy, especially if the other server is a webserver - just serve up the file and retrieve it with an HTTP request.

    Editing will be a lot trickier, though. What is your setup, exactly? Is this a remote host, or are the two servers on the same network? Can you just mount a network share or something similar, and avoid the problem completely?
     
  3. Offline

    ccrama



    Network share would actually work quite well. Didn't think of that.

    Thanks! Problem solved.
     
    NathanWolf likes this.
Thread Status:
Not open for further replies.

Share This Page