Showing posts with label WCS. Show all posts
Showing posts with label WCS. Show all posts

Monday, 20 June 2016

Fetching Server or Clone ID in a Controller Command

In Order to fetch the server/ Instance name or clone ID in Controller Command use the following methods

HttpControllerRequestObject req = (HttpControllerRequestObject) getCommandContext().getRequest();
req.getServletContext().getServerInfo();

or

WCSApp.getCloneId();

WebSphere Commerce Search FEP8 Step by Step Migration Guide:

Found a Useful Document on developer works on WebSphere Commerce Search FEP8 Step by Step Migration Guide.

Sharing it on the blog as a useful reference.

Click here to access the document