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中显示启动成功或者失败。