你能在 JBoss 中使用 mod_python 吗?

发布于 2024-07-09 08:05:14 字数 154 浏览 6 评论 0原文

有人知道是否可以像 Apache HTTPD 一样将 mod_python 放在 JBoss 下? 鉴于 JBoss 内部有 Tomcat,这似乎是一个合理的做法。

如果不是 mod_python,JBoss 下是否有任何 python 支持,可以将解释器保留在内存中?

Anyone know whether it is possible to put mod_python under JBoss like you can Apache HTTPD? Given that JBoss has Tomcat inside it would seem to be a reasonable thing to do.

If not mod_python is there any python support under JBoss which will keep the interpreter in memory?

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

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

发布评论

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

评论(2

梦情居士 2024-07-16 08:05:14

我不确定是否要在 JBoss 中运行 mod_perl,但您可能需要考虑以下几种方法:

启用 CGI

您可以在 tomcat 中启用 CGI。 请参阅此处举个例子?

使用 jython

Java 6 可以很好地支持在 JVM 内运行其他语言。 其中之一是 python 的 jython 变体?

希望这可以帮助。

编辑:固定链接

I'm not sure about running mod_perl in JBoss, but here are a couple of approaches you might want to consider:

Enabling CGI

You can enable CGI within tomcat. See here for an example?

Using jython

Java 6 has good support for running other languages within the JVM. One of these is the jython variant of python?

Hope this helps.

EDIT: Fixed link

一张白纸 2024-07-16 08:05:14

您是否研究过Jython? 毕竟 Tomcat 是用 Java 构建的。

Have you looked into Jython? Tomcat is built in Java after all.

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