Installation guide

Deploy in Websphere

  1. Go to Applications   >   Application Types   >   WebSphere   >   enterprise applications and click "install"was
  2. Select the .war file from your local device or from the server of you already upload it.Screenshot 2015-10-16 09.10.37
  3. NextScreenshot 2015-10-16 09.10.49
  4. Choose the application name:Screenshot 2015-10-16 09.11.01
  5. In case you have multiple servers running, select the one where you want to put it and click apply (Otherwise it will be on the default)Screenshot 2015-10-16 09.11.12
  6. Choose context root of you want to change itScreenshot 2015-10-16 09.11.22
  7. Next and finish it everything looks correct on the summaryScreenshot 2015-10-16 09.11.33Screenshot 2015-10-16 09.11.45

Application properties setup

  1. Go to ServersServer Types and WebSphere application servers. Click the server where you installed the application.
  2. In Server Infrastructure, go to Java and Process Management and Process definition, Go to Java Virtual Machines, then Custom Properties
  3. You should have the next overview.was
  4. Define the following properties
    name mandatory value
    com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager yes true
    com.ibm.websphere.jaxrs.server.DisableIBMJAXRSEngine yes true
    com.kv.noCluster yes false
    com.kv.tenants no comma separated list of tenants' names. See also the general deployment instructions.
    com.kv.repository no path of the repository. See also the general deployment instructions.
  5. Now, stop and start the server.

Note for Websphere Liberty

add in server.xml the following line

<classloading useJarUrls="true"/>

Feedback