在水一万 发表于 2015-9-17 12:07:54

SAP Web Dispatcher

  Web Dispatcher 是Load Balancing 的核心组件,支持负载均衡,是Server side ,对用户只提供一个入口,Web Dispatcher 配置时需要连message server,连接server node,Web Dispatcher 提供安全的数据访问。note:538405
  第一次运行时:sapwebdisp -bootstrap
  启动:sapwebdisp pf=sapwebdisp.pfl
  显示版本:sapwebdisp -v 显示当前版本,和kernel 信息。
  LOG 文件:dev_webdisp
  管理URL:http://XXXXXXX:/sap/wdisp/admin
  启动webdispacher
  /sapmnt/XIP/webdisp/sapwebdisp pf=/sapmnt/XIP/webdisp/sapwebdisp.pfl -shm_attach_mode 6 &;
  Web dispatcher的停止: kill -2 <PID>
  
  
  
  
页: [1]
查看完整版本: SAP Web Dispatcher