Skip to content

Decouple from admin console #158

Description

@guusdk

The REST API is currently served by the same webserver as the one that is serving Openfire's admin console.

I believe that this is undesirable for a number of reasons:

  • authorization requirements for using either can be very different.
  • heavy usage of one can now interfere with the operation of the other (they content for the same resources). An example of this is that long-running REST API calls can lock up the thread pool that is used by both. This results in the admin console to become momentarily unavailable.

The REST API should probably be exposed on a dedicated web server, using its own resources. Note that this also means that the REST API plugin will/should bind to a different TCP port. This will be a considerable compatibility issue.

@Redor - your thoughts on this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions