第 25 章 IBM WebSphere

简介:

目录

25.1. WebSphere Commerce Engerprise 7.0
25.2. UpdateInstaller (AppServer, Plugins, IBMIHS)
25.2.1. WAS
25.2.2. Plugins
25.2.3. IHS
25.2.4. backup
25.3. UpdateInstaller (CommerceServer70)
25.4. WebSphere Commerce Engerprise 7.0 Feature Pack 2.iso
25.5. creating a WebSphere Commerce instance
25.6. enableFeature
25.6.1. foundation
25.6.2. management-center
25.6.3. store-enhancements
25.6.4. checkEnablementStatus
25.6.5. check version
25.7. Start IBMIHS and AppServer
25.7.1. IBMIHS
25.7.2. AppServer
25.7.3. Starting and stopping the WebSphere Commerce Information Center
25.7.4. 管理入口
25.8. Initialization store

25.1. WebSphere Commerce Engerprise 7.0

设置语言

# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
		

我使用英文UTF-8,如需更改使用下面命令

		
LANG=xx_XX
export LANG

LC_ALL=xx_XX
export LC_ALL

echo $LANG
		
		

/etc/profile

		
export TMP=/tmp
export TMPDIR=/tmp
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0.1/client
export PATH=$ORACLE_HOME/bin:$PATH

export JAVA_HOME=/opt/IBM/WebSphere/AppServer/java
export CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib:$CLASSPATH
export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$HOMR/bin
		
		

/etc/hosts

		

echo "127.0.0.1    wcs.example.com" >> /etc/hosts

hostname wcs.example.com

# grep HOSTNAME  /etc/sysconfig/network
HOSTNAME=wcs.example.com
		
		

创建一个非root用户

		
adduser wcuser
echo "wcuser:passw0rd" | chpasswd
		
		

		
yum install -y compat-db libXp rpm-build elfutils elfutils-libs
./setup.sh
		
		

安装依赖软件,后Back在Next一次

		
rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm libXp-1.0.0-8.1.el5.x86_64.rpm
# rpm -ivh compat-db*
Preparing...                ########################################### [100%]
   1:compat-db              ########################################### [ 50%]
   2:compat-db              ########################################### [100%]
		
		

忽略提示下一步

Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>comments powered by Disqus





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
供应链 安全 IDE
IBM WebSphere Application Server Liberty 安全漏洞(CVE-2022-22475)
IBM WebSphere Application Server Liberty 安全漏洞(CVE-2022-22475)
|
Java 应用服务中间件 关系型数据库
|
Web App开发 Java 应用服务中间件
|
Java 关系型数据库 应用服务中间件
|
Java 应用服务中间件 Apache
|
Java Linux 应用服务中间件
linux系统安装IBM WebSphere Application Server(简称WAS)报错:JVM terminated. Exit code=1 ....
安装WAS报错: 错误贴出来: JVM terminated. Exit code=1 /mnt/hgfs/WAS_ND_V8.
2194 0
|
架构师 Java 应用服务中间件
通向架构师的道路(第十七天)IBM Websphere集群探秘-WASND
一、IBMWebsphere集群 IBM WebSphere的发行版分为单机版和NetworkDeployment版,我们把Network Deployment称为ND即可作集群的版本。
1291 0
|
Web App开发 架构师 应用服务中间件
通向架构师的道路(第十六天)IBM Websphere与IBM HttpServer的集成
一、IBMWebsphere与IBMHttpServer IBM WebSphere非常强大,几乎可以和任何主流Web服务器集成。其原理和Weblogic与Apache以及tomcat与Apache的集成原理一致,也是以plug-in(插件)的方式来做应用的。
1511 0
|
应用服务中间件
IBM WebSphere解决方案
http://tech.it168.com/wec.shtml http://baike.baidu.
671 0
|
应用服务中间件 Windows
IBM WebSphere Application Server Network Deployment 8.5.0.X 安装配置及补丁升级指南之Windows系统篇
  自从IBM WebSphere Application Server(简称WAS)8.0发布以来,这个版本以及更高版本的安装与之前的WAS 5.x、6.x、7.x版本(也称传统的WAS版本)直接安装的方式做了一些变动,都需要通过IBM Installation Manager(简称IIM)安装管理工具来进行。  为方便新用户在安装时更加容易地完成安装与配置,特书写此安装指南以备参考。  
2960 0