Sunday 4 September 2011

how to change the virtual host of a dynamic web project in WC application

Change the virtual host of the Web Service to WC_default_host:
  1. In the Enterprise Explorer view, expand the MyCompanyMemberServices > WebContent > WEB-INF folder.
  2. Open the ibm-web-bnd.xml file.
  3. Change the virtualHostName to " WC_default_host".
  4. Save and close the file
Don't forget to add/remove WC project from Test Server to apply the changes

    1 comment:

    1. This is really what i want? Thanks a lot for helping.web hosting provider

      ReplyDelete

    How to customize java.util.logging.Logger class to write logs in separate file than System.out.log in Websphere commerce/ HCL commerce)

    /** * This method updated the passed in java.util.logging.Logger object with * custom file handler to write logs data form that class ...