
websphere
文章平均质量分 50
zhaojian1988
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
websphere 修改主机名(版本: 7.0.0.19)
websphere 修改主机名 例子:原主机名为WIN-9389OC4 新主机名为:argis2 1.C:\ProgramFiles\IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\WIN-9389OC4NMRSNode01Cell\nodes\WIN-9389OC4NMRSNode01\serverindex.xml原创 2013-05-02 10:15:44 · 2922 阅读 · 0 评论 -
windows08安装WebSphere软件(二)
2. 先安装JDK1.6 2.1 安装WebSphere软件 解压文件,点击setup.exe 选择WebsphereApplication Server NetWork Deployment—Next— 勾选:选框2、3 ---应用程序服务器--- 启用安全管理(用户名:admin密码:admin) 2.2原创 2013-05-02 10:00:59 · 732 阅读 · 0 评论 -
Aix6.1安装WebSphere(版本: 7.0.0.19)
主机信息概要 操作系统 Aix6.1-07 oslevel -s 主机名 topoapp01 服务IP 待定 网关 待定 子网掩码 待定 root密码 安装的软件 Websphere7.0.0.13 程序目录机构 [root@topodb01:/]df -gt /dev/waslv 100G 1% /washome (需要实施分配) 内存 32原创 2013-05-02 09:56:26 · 1612 阅读 · 0 评论 -
Websphere配置JDBC(Oracle)
前期准备 windows:运行--drivers--/etc/hosts IP 主机名 192.168.203.236 arcgis0 grant dba to admin identified by admin ; WAS_INSTALL_ROOT变量:D:\Program Files\IBM\WebSphere\AppServer 下新原创 2013-05-03 17:50:05 · 4151 阅读 · 0 评论 -
WebSphere常用设置
1.查看环境配置信息 D:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\AboutThisProfile.txt 要创建的应用程序服务器环境: 应用程序服务器 位置: D:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01 需要的磁盘空间:原创 2013-05-02 10:51:10 · 3885 阅读 · 0 评论 -
Websphere应用程序部署
WAS安装应用程序 1. 应用程序--Websphere企业应用程序 注意:默认上下文根“/" 已有DefaultApplication 在使用,与项目冲突,因此在安装系统程序前将系统自带的example全部卸载; 也可以 "/WEBAPP" ; 点击 “安装” --选择项目war包或ear包所在位置--详细或者快速--选择模块映射器--保存--启动(显示图标绿色表示成功)原创 2013-05-03 18:44:53 · 1121 阅读 · 0 评论 -
WebSphere修改默认端口
正常步骤: 1. 环境-虚拟主机- default_host-主机别名-修改9080端口-确定-保存 2. 服务器-应用程序服务器- server1-端口-修改WC_defaulthost端口9080-确定-保存 3.重启server1 如果修改错误导致不能启动,确定修改三个配置文件即可。 D:\IBM\WebSphere\AppServer\profiles\AppSrv01\c原创 2013-09-10 16:19:44 · 5991 阅读 · 0 评论