Start or Stop a Development Business Services Server on WebSphere Express

On WebSphere Express, the business services server runs in a server profile called DEVBSSVSvr. This is separate from the application server instance for HTML applications, which runs in default profile. Therefore, starting and stopping JD Edwards Solution Explorer has no effect on the business services server. The easiest way to restart the business services server is to redeploy using the Deploy menu item.

Use this code to stop the development business services server:

<WebSphere Install Location>/profiles/DevBSSVSvr/bin/stopserver server1

Use this code to start the development business services server:

<WebSphere Install Location>/profiles/DevBSSVSvr/bin/startserver server1