WCS configuration !

This information below is for WCS 6.0\7.0 and with default ports that come out of the box.


IBM PMR:
Click here to open an IBM PMR

1-800-IBM-SERV (1800-426-7378)
Option 2
Option 2
Option 7

Websphere Commerce InfocenterVersion 8 https://www.ibm.com/support/knowledgecenter/SSZLC2_8.0.0/landing/wc_welcome.html?lang=en

Managment center (CMC): Out of the box user id password for admin wcsadmin/wcsadmin
https://localhost:8000/lobtools

Accelerator:
https://localhost:8000/webapp/wcs/tools/servlet/ToolsLogon?XMLFile=common.mcLogon&storeId=0

Admin Console:
https://localhost:8002/webapp/wcs/admin/servlet/ToolsLogon?XMLFile=adminconsole.AdminConsoleLogon&storeId=0


Org Admin Console:
https://localhost:8004/webapp/wcs/orgadmin/servlet/ToolsLogon?XMLFile=buyerconsole.BuyAdminConsoleLogon&storeId=0

Dynacache:
https://localhost:9043/cachemonitor/

WasAdminConsole:
https://hostname:9043/ibm/console

Start DM: Location:  /opt/IBM/WebSphere/AppServer/bin
./startManager.sh

Start Node Agent:
./startNode.sh -profileName
e.g. ./startNode.sh -profileName LIVE

SearchIndexSetup:
cd C:\WCDE_ENT70\components\foundation\subcomponents\search\bin
setupSearchIndex.bat -masterCatalogId 10001 -dbuser db2admin -dbuserpwd  

PreProcessing: \bin
di-preprocess.bat C:\WCDE_ENT70\search\pre-processConfig\MC_10001\DB2\

Start server and run BuildIndex: \bin
di-buildindex.bat -masterCatalogId 10001

Validating build indexes:
http://localhost/solr/MC_10001_CatalogEntry_en_US/select?q=*

Validating build index for a catentryId:
http://localhost/solr/MC_10001_CatalogEntry_en_US/select?q=catentry_id:10086

SOLR home:
TOOLKIT_HOME\search\solr\home
Solr Logs:/opt/IBM/WebSphere/AppServer/profiles/profile_name_solr/logs/solrServer

SOLR web interface Console:
http://localhost:8080/solr/admin/index.js

ScheduleJob --->SOLRLoadCmd
Parameters: storeId=10054&catalogId=10001&langId=-1

Nifstack.xml:
Toolkit path: \properties\version\update\backup
Server path: /opt/IBM/WebSphere/CommerceServer60/properties/version/update/backup/NIFStack.xml

wc-server.xml:

Toolkit path: \xml\config\wc-server.xml
Commerce V7\workspace\WC\xml\config

Local DB access:
http://localhost/webapp/wcs/admin/servlet/db.jsp

Server path: /opt/IBM/WebSphere/AppServer/profiles//installedApps/WC__cell/WC_.ear/xml/config
instance name would need to be replaced with the node name.

DB configuration in WAS console:
JDBC providers > - WebSphere Commerce JDBC Provider > Data sources > WebSphere Commerce Oracle DataSource

Disable Access control policies:
Add the 2 attributes to the Instance XML element in wc-server.xml
<Instance
      AccessControlUnitTest = "true"
      PolicyManagerClassName="com.ibm.commerce.accesscontrol.PolicyManagerImpl"

Temp folder:
Toolkit path: \wasprofile\temp
Server path:/opt/IBM/WebSphere/AppServer/profiles//temp

Logs:

Toolkit path: \wasprofile\logs\server1\*.log

Server path:/opt/IBM/WebSphere/AppServer/profiles//logs/WC_
/*.log
Instance names need to be replaced with appropriate instance names.


Tracing:
log into wasconsole
or
Toolkit, right click on the server->goto admin console.

Application servers > Change Log Detail Levels
e.g. after changes done to enable WC_SERVER
*=info:enable.trace.log.*=all:com.ibm.websphere.commerce.WC_USER=all:
com.ibm.websphere.commerce.WC_SERVER=all:
com.ibm.websphere.commerce.WC_ACCESSCONTROL=all


Clone Toolkit
1. Copy toolkit and rename.
2. Delete wasprofile directory
3. run setup.bat /bin
4. Start publish the WC project
5. You might have to do a build or override wc-server.xml

Relocate SVN servers:


1)      Open RAD
2)      Switch to SVN Repository Exploring Perspective
3)      Right click on the existing repository
Old URL to be replaced
4)      Select Relocate from the options in the popup.
5)      In the Relocate window, select Next when prompted.
6)      In the New URL field, enter the following
New URL
7)      Press the Finish button.
8)      Press Permanently Accept to accept the certificate from the new SVN server.
9)      Enter your credentials* and check the save checkbox

Change user in SVN on toolkit:
delete files from below folder and right click team->disconnect and team->share
C:\Users\%USER%\AppData\Roaming\Subversion\auth\svn.simple\
e.g.
C:\Users\wcsadmin\AppData\Roaming\Subversion\auth\svn.simple\

Enabling Features:

  Run the enableFeature.bat  in the following  order
  ${WCDE_HOME}\bin\enableFeature.bat -DfeatureName=foundation
  ${WCDE_HOME}\bin\enableFeature.bat -DfeatureName=management-center
  ${WCDE_HOME}\bin\enableFeature.bat -DfeatureName=store-enhancements
  ${WCDE_HOME}\bin\enableFeature.bat -DfeatureName=content-version
  ${WCDE_HOME}\bin\enableFeature.bat -DfeatureName=location-services

APARs:

APARs for 6.0
APARs for 7.0