当前位置: 首页 > 图文教程 > 服务器 > WebSphere > websphere安装与启动

WebSphere
关于主机名修改后websphere无法停止的问题完全解决方案
也谈WebSphere性能优化
从数据库调用 WebSphere 业务流程
WebSphere应用服务器精选问答
WebSphere MQ 集群中的迁移、故障转移和扩展
WebSphere Portal web2.0下dwr使用
WebSphere MQ 集群中的迁移、故障转移和扩展
集群方式启动 websphere
websphere mq常用命令
websphere portal中实现portlet协作通信
websphere安装与启动
WebSpherePortal的迁移
安装 WebSphere应用服务器
基于Spring框架的WebSphere应用开发
Websphere编程之路--MQ编程初探
整合MQ和WEBSPHERE
WebSphere 中的 SSL/TLS:用法、配置和性能
所有OS平台上的常规 WebSphere 调整
WebSphere系统管理
基于WebSphere MQ的收发消息程序

WebSphere 中的 websphere安装与启动


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-14   浏览: 506 ::
收藏到网摘: n/a

websphere6.0的安装有两种方式1、图形化的2、slient mode
websphere6.0 WebSphere Application Server 的安装过程和以下几种组件的安装是独立过程
1、Application Client for WebSphere Application Server
2、Web server plug-ins for WebSphere Application Server
3、IBM HTTP Server

使用启动板launchpad安装在6.0中,websphere application server network deployment的安装分为两个步骤
1、使用安装向导安装一组共享核心文件
2、使用“概要表创建”向导创建deployment manager概要表,应用程序概要表(application server profile)和定制概要表(custom profile)

使用network deployment可以实现两种websphere application server拓扑
1、独立应用程序服务器
2、应用程序受管组

浏览解决方案安装图表选择独立应用程序服务器安装
一直按照wizard要求一步步安装
安装完后,1、检查install_dir\logs\log.txt文件,INSTCONFSUCCESS表示安装成功,INSTCONFFAIL 表示失败2、检察install_dir\logs/wasprofile/wasprofile_create_profile_name.log file

3、检查install_dir/profiles/profile_name/logs/pctLog.txt


表示安装过程中虽然有错但是安装还是可用
安装成功后还可以在启动面板All Programs > IBM WebSphere > Application Server Network Deployment v6
看见快捷方式

概要表创建:
1、如果要为一个多结点,多机应用服务器组创建一个管理节点,就必须先创建一个deployment manager profile
2、如果创建一个application server profile,默认的server1 进程能够启动
3、deployment manager 是一个可以配置的空节点
选择创建application server profile
输入概要表名,节点名,主机名,端口号都用默认值,用户名/密码

除了在安装结束后,用默认的方法创建概要表外,还有两种办法

Install_dir/bin/ProfileCreator

或者install_dir/firststep?

?创建概要表时选择将应用服务器作为windows服务在windows平台上运行在cmd窗口进入目录install_dir/appserver/profiles/概要表名 /bin? 输入命令startserver server1,然后可以看到install_dir/appserver/profiles/概要表名/logs/server1 /startserver.log中显示启动成功或者失败。