从 IBM RAD 启动 websphere 的命令

发布于 2024-11-04 23:31:22 字数 278 浏览 4 评论 0原文

在我的项目中,需要花费大量时间从 svn 获取最新的源代码,在 IBM Websphere 服务器上构建并发布它。我们使用的 IDE 是 IBM RAD。

所以我正在努力使整个任务自动化,这样我就不必浪费早上的时间了。到目前为止,我能够获取源代码,并使用 ant screipt 在 rad 中构建它。现在待处理的项目正在以调试模式启动服务器并发布编译后的代码。我几乎到处都看了[可能不在正确的地方:(]。所以这里的任何人都知道使用哪些命令来实现上述待处理的项目。

谢谢,

Hanumant。

In my project, it takes a lot of time to take the latest source code from svn, build and publish it on the IBM Websphere server. The IDE we are using is IBM RAD.

So I was working to automate this whole task, so that I dont have to waste my time in morning. So far I am able to get the source, build it in rad using ant screipt. Now the pending items are starting the server in debug mode and publishing the compiled code. I looked almost everywhere [may be not at right place :( ]. So anyone here have an idea which commands to use to achieve the above pending items.

Thanks,

Hanumant.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晚雾 2024-11-11 23:31:26

有多种方法可以做到这一点。

我们很多人使用 hudson/jenkins 等从 SVN 提取源代码,运行基于 ant/maven 的脚本来构建并发布到 WAS 服务器。

查看该空间中的各种文章。快速谷歌给我提供了一些结果

几个例子是:

  1. http://bikedreamer.blogspot.com/2009/11/websphere-automated-deployment-on.html
  2. http://lresende.blogspot.com/2008/02/automating-websphere-with-maven-and.html

HTH

Manglu

There are number of ways to do this.

A lot of us use hudson/jenkins etc t pull out the source code from SVN, run the ant/maven based scripts to build and publish to a WAS Server.

Look at the various articles in this space. A quick google throws me a number of results

A couple of examples are:

  1. http://bikedreamer.blogspot.com/2009/11/websphere-automated-deployment-on.html
  2. http://lresende.blogspot.com/2008/02/automating-websphere-with-maven-and.html

HTH

Manglu

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文