免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3675 | 回复: 3
打印 上一主题 下一主题

[Tuxedo] tuxedo配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-09-02 17:51 |只看该作者 |倒序浏览
请问一下谁有tuxedo6.5的server端的配置文档啊?
谢谢!tyffly@sina.com

论坛徽章:
0
2 [报告]
发表于 2003-09-03 10:52 |只看该作者

tuxedo配置

来源:http://e-docs.bea.com/wls/docs70 ... kstart.html#1109932



Configuring Tuxedo:

Use the following steps to configure your Tuxedo domain:


Your PATH environment variable needs to include the path of your C compiler. Use set PATH to check the status and add the path if necessary.

Copy the simpapp example from your Tuxedo installation and create a working Tuxedo simpapp directory.

Change directories to your working Tuxedo simpapp directory.

Set environment variables using the setEnv.cmd located at TUXDIR. Update the following parameters:
TUXDIR - base directory of the TUXEDO Software
APPDIR - base directory of the sample program


Build the clients:
     buildclient -o simpcl -f simpcl.c     buildserver -o simpserv -f simpserv.c -s TOUPPER

Copy the ubbdomain and dom1config files from the SAMPLES_HOME\src\examples\wtc\atmi\simpapp directory to your Tuxedo simpapp directory.

Copy the tolower.c file from the SAMPLES_HOME\src\examples\wtc\atmi\simpserv directory to your Tuxedo simpapp directory.

Modify the ubbdomain for your Tuxedo environment. This includes setting the pathnames for APPDIR, TUXCONFIG, and TUXDIR and setting the machine name. Replace all <braced>; items with information for your environment.
Example:

     APPDIR="\home\me\simpapp"     TUXCONFIG="\home\me\simpapp\tuxconfig""     TUXDIR="\usr\tuxedo"

Load the ubbdomain file: tmloadcf -y ubbdomain

Modify the dom1config for your Tuxedo environment. This includes creating log devices and updating the network addresses.
Example:

     DMTLOGDEV="d:\my_apps\tlog"     AUDITLOG="d:\my_apps\aud"     DMTLOGNAME="DMTLOG_TDOM1"     TDOM1 NWADDR="//TuxedoMachine:1234"     TDOM2 NWADDR="//WTCMachine:5678"

Load the dom1config file.
     set BDMCONFIG=d:\mydomain\simpapp\bdmconfig     dmloadcf -y dom1config

Build the tolower client
     buildclient -v -f tolower.c -o tolower

Boot the Tuxedo domain
     tmboot -y

Verify all processes have started using the tmadmin psc command.The following domain processes should have booted:

DMADM, GWADM, and GWTDOMAIN

The TOUPPER service offered by the simpserv server
The TOLOWER service is offered by the GWTDOMAIN server

论坛徽章:
0
3 [报告]
发表于 2003-09-03 12:14 |只看该作者

tuxedo配置

谢谢猫小!
好像这些只是一些基本的配置
不是sever特有的配置,如RM等的一些
配置等,谢谢!

论坛徽章:
0
4 [报告]
发表于 2003-09-07 21:57 |只看该作者

tuxedo配置

去http://dev2dev.bea.com.cn中的tuxedo版看吧。那里都有啊!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP