OnDemand User Group

Support Forums => OD/WEK & JAVA API => Topic started by: cmodpuser on February 02, 2022, 12:44:09 PM

Title: REST API
Post by: cmodpuser 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?
Title: Re: REST API
Post by: rjrussel 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