如何在ubuntu中使用终端在eclipse中启动tomcat7?

时间:2013-10-01 05:37:24

标签: eclipse tomcat terminal tomcat7

我在eclipse中创建了一个tomcat7服务器,我想在ubuntu中使用终端启动和停止服务器。有没有办法做到这一点?

2 个答案:

答案 0 :(得分:1)

您可以使用“sh startup.sh”启动或停止ubuntu终端中的tomcat,然后关闭“sh shutdown.sh”。这些shell脚本可以在“$(tomcat_folder)/bin”中找到。 希望它有所帮助。

答案 1 :(得分:0)

首先,找到eclipse正在使用的tomcat路径。然后在ubuntu终端中导航该路径,只需

sh startup.sh // starts up the server

sh shutdown.sh // shuts down the server