如何向 Windows 版 Tomcat 7 GUI 服务添加环境变量

发布于 2024-12-17 16:05:51 字数 262 浏览 0 评论 0原文

我们已经成功为 Windows 和 jruby 设置了 tomcat 7,但现在我们需要在启动 Tomcat 之前设置环境变量(RAILS_ENV 和其他一些变量)。

我们使用右下角的 GUI 启动 Tomcat,我想知道如何在该 GUI 中添加变量。像往常一样,Windows 对于启动的模糊术语没有足够的帮助,例如:

类、方法、参数(具有值“start”)、超时和模式(具有值“jvm”)

那么我在哪里添加环境变量呢?我猜测参数之间用空格分隔?或者其他什么?

We've successfully setup tomcat 7 for windows and jruby but now we need to set an environment variables(RAILS_ENV and some other variable) before starting Tomcat.

We start Tomcat using the GUI on the lower right, and I was wondering how to add the variables in that gui. As usual windows isn't helpful enough with the vague terms for startup like:

class, method, arguments(has the value "start"), timeout and mode(has value "jvm")

So where do I add my environment variable here? I am guessing in arguments separated by a space? Or something else?

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

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

发布评论

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

评论(1

醉生梦死 2024-12-24 16:05:51

“添加环境变量

在 Windows 上,您可以在“控制面板”-> ”系统->高级->环境变量(底部的按钮)

然后您可以添加一个变量,例如 JRUBY_OPTS,其值为 --1.9

On Windows you can add environment variables under

Control Panel -> System -> Advanced -> Environment variables (the button at the bottom)

Then you can add a variable like JRUBY_OPTS with value --1.9

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