`
jh108020
  • 浏览: 107083 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

Ant执行bat启动tomcat

阅读更多
<property name="tomcat.home" value="E:/tomcat6018" />
<target name="exec">
    <exec dir="${tomcat.home}" executable="cmd.exe" >    
        <arg line="/c ${tomcat.home}/bin/startup.bat" /> 
        <arg line="/c exit" /> 
    </exec> 
</target>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics