Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Eclipse 中以编程方式启动和停止 JBoss?我正在使用 Indigo Eclipse Java EE,我有一个 JBoss 5.1.0.GA 服务器,我在 Eclipse 中手动启动/停止。
我想自动重新启动服务器(作为重新启动服务器以反映数据库更改的测试过程的一部分)。是否有一些库可以用来执行此操作,或者有其他方法可以完成此操作?
使用执行关闭(bat 或 sh)然后运行(bat 或 sh)的脚本创建一个 .bat 或 .sh 文件(取决于安装 JBoss 实例的操作系统)。无需为此使用 Java 或任何其他编程语言。
不过,如果您真的想使用 Java 执行此操作,您可以使用其中一种方法(同样,取决于操作系统):
批处理文件:
外壳文件:
请注意,运行和停止脚本文件位于 [JBoss_install_path]/bin