问题标签 [run-app]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
grails - 如何使用命令关闭 grails run-app
执行后grails run-app
,除了使用Ctrl+ C",还有关闭命令吗?
tomcat - Grails - 在运行应用程序上使用 localhost 的子域
有没有办法配置嵌入式tomcat(来自run-app)以响应 myapp.localhost:8080 而不是 localhost:8080/myapp ?
grails - 圣杯战争和部署
我在 windows xp 和 centos 上使用 grails 1.3.4。centos上的Tomcat 5。
我在一个应用程序(以及我放在一起的测试应用程序)上进行了“grails dev war”和“grails prod war”。我在 xp 上获取战争文件并在另一个目录中展开它。在 centos 上,我可以将战争文件放在 tomcat 中,也可以放在它自己的目录中。但是当我去 run-war 或 run-app 解压的战争文件时,我被告知我的应用程序是 pre-0.5 grails。我做了一个grails升级。但是当我再次去 run-app 或 run-war 时,我得到 0 个域 0 个控制器,但没有任何可用的东西。
在我对文件进行战争之前,我的应用程序是 1.3.4,它可以运行、通过测试和完整的功能,但在我对它进行战争之后就没有了。有任何想法吗?
grails - java.lang.LinkageError:Grails 项目中的加载程序约束冲突
我用 POI 构建了一个 Grails 项目(包括 poi-3.7 和 poi-ooxml-3.7)。我已将这 2 个外部库添加到项目的 BuildConfig.groovy 文件中的依赖项块中。我编译的时候没有什么奇怪的。但是当我为该项目调用命令“run-app”时,下面的堆栈跟踪发生了错误:
这是我的配置:
我该怎么做才能解决这个问题?太感谢了!
security - Grails/Groovy:与使用 .war 相比,run-app 的危害
有人可以通过使用“grails run-app”运行/部署我的 Grails 应用程序而不是使用 .war 文件“正确”执行它来枚举我暴露给自己(和我的网站)的所有内容吗?
Grails.org 说 L
永远不要使用 grails run-app 命令部署 Grails,因为这会将 Grails 设置为“开发”模式,这会产生额外的开销。
它只是性能,还是那里也存在安全问题?
grails - grails run-app 返回“上下文初始化失败”的奇怪情况
我正在使用带有少量插件的 grails 2.0.0.M1(spring-security-core-1.2.1、spring-cache-1.3.1)。清理和编译应用程序没有问题,只需运行它。
这是执行“grails run-app --stacktrace”的结果:
grails - 升级到 Grails 2.0:找不到 /index.gsp
我已经从 Grails 1.3.7 升级到 2.0.0.RC1:
在解决了很多与依赖关系有关的问题后,我终于设法启动了我的 Grails 应用程序,但是当浏览到 URL 时,它告诉我收到以下信息:
它之前完美运行......它在哪里寻找它?
谢谢
乔纳斯
grails - 运行应用程序时grails启动错误
当我从旧计算机复制旧项目并在项目文件夹中键入 grails run-app 时,出现以下错误:
谁能告诉我这与什么有关?
谢谢
eclipse - STS 上的 Grails:如何同时运行 >1 个 grails 应用程序
工作区由 2 个项目组成。一个是主要的、面向用户的 grails 应用程序,它在端口 8080 上运行。另一个是管理应用程序,也是 grails,通过它配置主应用程序的各种东西(我想运行,与主应用程序同步,在 8081 上)。
我不知道如何让两者同时运行(并且未能通过谷歌找到答案)。我想这样做,以便我可以在管理应用程序中更改主应用程序的内容,并在主应用程序中测试这些更改,而无需不断关闭一个以启动另一个。
我尝试将本地环境的 config.groovy 参数设置为 grails.serverURL = "http://localhost:8081/admin-app" (而主应用程序指定 grails.serverURL = "http://localhost: 8080/主应用")
我尝试在管理应用程序的运行配置中添加“-Dserver.port=8081”作为程序参数,但这并不能解决问题。
我最谦虚的感谢 eclipse/STS 大师,他有这个问题的答案。
grails - grails run-app error Plugin [functional-test-1.2.7] not installed
I am using Grails 1.2.1 and Groovy-Grails Tool Suite 3.1.0. Before that I was used 2.5.2.RELEASE of STS. But after upgrading to Groovy-Grails Tool Suite 3.1.0, when I am trying to run the app I am getting the following error:
And when I am open Plugin manager I am getting the empty list but in console window getting one plugin and also getting following error:
I tried to install functional-test plugin using the command:
But I am getting the following error:
Anyone help me please...
Thanks in advance.
Nimmy.