如何向 Windows 版 Tomcat 7 GUI 服务添加环境变量
我们已经成功为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“添加环境变量
在 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