tomcat 中的 jvm 选项

发布于 2024-12-09 12:57:12 字数 1459 浏览 1 评论 0 原文

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

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

发布评论

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

评论(1

追星践月 2024-12-16 12:57:12

从这个 Tomcat 配置页面的第 3.2 节:

运行 Tomcat 5.5 及更高版本的 Windows:转到“开始”菜单中的“Apache Tomcat xx”文件夹。启动“配置 Tomcat”。
在配置对话框中选择“Java”选项卡

我自己运行 Tomcat 已经有一段时间了,但这听起来确实是一个有希望的开始...或者,阅读 Tomcat Windows 服务 HOWTO 其中讨论了使用 --JvmOptions 标志。当然,这是假设您将 Tomcat 作为 Windows 服务运行。如果您能给我们更多信息,我们也许能够提供更多帮助。如果您只是从命令行运行 Tomcat,您可能需要设置 CATALINA_OPTS 环境变量。

From section 3.2 of this Tomcat configuration page:

Windows running Tomcat 5.5 and later : Go to the "Apache Tomcat x.x" folder in the Start Menu. Start the "Configure Tomcat".
Select the "Java" tab in the configuration dialog

It's been a while since I've run Tomcat myself, but that certainly sounds like a promising start... Alterantively, read the Tomcat Windows Service HOWTO which talks about using the --JvmOptions flag. Of course, that assumes you are running Tomcat as a Windows service. If you could give us more information we may be able to help more. If you're just running Tomcat from the command line, you may want to set the CATALINA_OPTS environment variable.

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