websphere commerce启动步骤:
一、启动数据库
#su - db2inst1
$db2start
验证:$db2 list active databases看到已启动数据库即可
二、启动websphere
#su - wcsuser
$cd /usr/IBM/WebSphere/AppServer/profiles/testWS/bin
$./startServer.sh server1
验证:$ ./serverStatus.sh -all
ADMU0116I: Tool information is being logged in file
/usr/IBM/WebSphere/AppServer/profiles/testWS/logs/serverStatus.log
ADMU0128I: Starting tool with the testWS profile
ADMU0503I: Retrieving server status for all servers
ADMU0505I: Servers found in configuration:
ADMU0506I: Server name: nodeagent
ADMU0506I: Server name: server1
ADMU0508I: The Node Agent "nodeagent" is STARTED
ADMU0508I: The Application Server "server1" is STARTED
并验证是否已连接上DB2:
在DB2服务器上$db2 list applications 看到Application Id 列有webshpere端即可。
三、启动IHS
#cd /usr/IBMIHS/bin
#./apachectl -k start -f /usr/IBMIHS/WCSIHS/httpconf/httpd.conf
其中-f参数是指定配置文件路径。在httpd.conf配置文件中包含了插件plugin-cfg.xml的路径
阅读(2153) | 评论(0) | 转发(0) |