Chinaunix首页 | 论坛 | 博客
  • 博客访问: 381481
  • 博文数量: 85
  • 博客积分: 1504
  • 博客等级: 上尉
  • 技术积分: 928
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-04 12:20
文章分类

全部博文(85)

文章存档

2011年(66)

2010年(19)

分类: Java

2011-05-05 21:04:59


    
         sshexec
    
  
   
  
  
  
  
  
  
    
  

  
  
       password="${ssh.password}" command="${tomcat.home}/bin/startup.sh" trust="true"/>
 

  
  
  
  password="${ssh.password}" command="${tomcat.home}/bin/shutdown.sh" trust="true"/>
 
  

   
 
weblogic
阅读(9580) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

雷博弈2012-03-30 15:38:13

你好,改问题已经解决,加上

<parallel threadCount='parallel num'>
                <sequential>
                         command ...
                </sequential>
</parallel>

雷博弈2012-03-30 12:11:23

求教,如果我需要启动多台主机上的TOMCAT,用ant 脚本如何并行去启动,而不是串行?