Grails 2.3& GGTS 3.4停止按钮不起作用 [英] Grails 2.3 & GGTS 3.4 stop button not working

查看:125
本文介绍了Grails 2.3& GGTS 3.4停止按钮不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何用grails 2.3停止GGTS 3.4中的grails进程。 GGTS的停止按钮并未停止服务器运行,并且java.exe进程仍显示在任务管理器中。

How to stop grails processes in GGTS 3.4 with grails 2.3. the stop button of GGTS is not stopping the server running and the java.exe processes are still showing in task manager.

推荐答案

评论您的BuildConfig.groovy文件的 grails.project.fork = [..] 部分。

Comment the grails.project.fork = [ .. ] part of your BuildConfig.groovy file.

在不同的线程中运行run-app,test-app和war(所以你不必停止一个来启动另一个线程),看起来ggts不会成功地破坏线程。

This part enables running run-app, test-app and war in different threads(so you don't have to stop one to start the other), and it seems ggts isn't successfully destroying the thread right now.

作为参考,以下是ggts错误跟踪器中的相关问题: https: //issuetracker.springsource.com/browse/STS-3522

For reference, here is the related issue in the ggts bug tracker https://issuetracker.springsource.com/browse/STS-3522

这篇关于Grails 2.3& GGTS 3.4停止按钮不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆