Author Topic: REST API  (Read 1001 times)

cmodpuser

  • Jr. Member
  • **
  • Posts: 42
    • View Profile
REST API
« on: February 02, 2022, 12:44:09 PM »
Does anyone know if REST API can be implemented using ODWEK and WebSphere environment that is running Content Navigator?

rjrussel

  • Full Member
  • ***
  • Posts: 139
    • View Profile
Re: REST API
« Reply #1 on: February 02, 2022, 01:02:32 PM »
You should create a separate JVM for the REST services.  This way maintenance can be performed on each independently.

Running both application on the same server is not recommended.

-RR