如何在 Eclipse 中添加服务器启动开关?

发布于 2024-07-30 07:34:47 字数 243 浏览 4 评论 0原文

我正在使用 eclipse 来管理我的服务器实例,我想知道是否可以向启动服务器的命令添加其他选项/开关。 让我知道是否有办法,或者我是否采取了错误的方法...

这是我在应用程序中遇到的错误(使用 Quartz):

Not in an application scope - start OC4J with the -如果使用用户创建的线程,则 userThreads 切换

I'm using eclipse to manage my server instance, I'm wondering if it's possible to add other options/switches to the command that starts the server. Let me know if there's a way, or if I'm taking the wrong approach...

This is the error I'm getting in my application (using Quartz):

Not in an application scope - start OC4J with the -userThreads switch if using user-created threads

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

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

发布评论

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

评论(1

浅唱々樱花落 2024-08-06 07:34:47

好吧,我很确定这不容易做到,我在 关于修改驱动程序配置文件之一的 Eclipse 新闻列表

编辑适当的 oracle.xxxxserverdef 文件

\plugins\org.eclipse.jst.server.generic.oc4j_1.5.100.v20070608\servers

文件夹; 标签
(-userThreads)
您可能需要重新定义服务器实例。

我在实现这一点时遇到了一些困难,所以我只是运行(从命令行):

java -jar oc4j.jar -userThreads

我想这就是我应该这样做的方式... >_<

Ok, I'm pretty sure it's not easy to do, I read something on the eclipse newslist about modifying one of the driver config files:

Edit appopriate oracle.x.x.x.x.serverdef file in

<eclipse>\plugins\org.eclipse.jst.server.generic.oc4j_1.5.100.v20070608\servers

folder; tag <programArguments>

(<programArguments>-userThreads</programArguments>)
You might be required to redefine the server instance.

I had some difficulty implementing this so I just ran (from the command line):

java -jar oc4j.jar -userThreads

which I suppose is the way that I'm supposed to do it anyway... >_<

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