使用 JRun 托管 Java Servlet 时出现问题

发布于 2024-07-04 03:12:08 字数 255 浏览 4 评论 0原文

我正在部署新版本的 java servlet,并以 JRun 作为主机。 我很难找到有关 JRun 的信息以及有关如何配置和管理它的教程的良好来源。

安装 JRun 并打开启动器后,它无法启动默认创建的管理服务器......所以显然我在刚开始时遇到了一些问题。

为清楚起见进行编辑:我并不是在寻找特定错误的答案或帮助,但如果有人知道有关 JRun 的信息的良好来源以及如何使用它,以便我可以快速让自己了解速度就可以了。

I am deploying new versions of java servlets with JRun as the host. I am having difficulty finding good sources for information about JRun and tutorials about how to configure and manage it.

After installing JRun and opening the launcher it can't start the admin server that it creates by default...so obviously I'm running into some issues just getting started.

edit for clarity: I'm not looking for an answer or help with a specific error but if anyone knows of good sources for information about JRun and how to work with it so I can quickly bring myself up to speed on it.

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

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

发布评论

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

评论(3

夏九 2024-07-11 03:12:08

我什至不知道 JRun 自 1999 年以来仍然存在或类似的事情。 无论如何, TomcatJetty 将是我的简单替代品。 Tomcat 具有 ANT 等的可脚本性,而 Jetty 则具有纯粹的简单性(只需 5 行代码即可启动一个实例!)。

Glassfish 是一个包含许多组件的庞大系统,如果您只想托管普通 servlet 和 JSP 等,那么我会选择上述之一。

I didn't know JRun was even still in existence since 1999 or something like that. Anyway, Tomcat or Jetty would be my easy replacements. Tomcat for its scriptability from ANT etc and Jetty for its pure simplicity (start an instance in 5 lines of code!).

Glassfish is a huge system with many components, if you just want to host vanilla servlets and JSPs etc. then I would go for one of the above.

木森分化 2024-07-11 03:12:08

除非您发布日志文件中的错误消息或迄今为止所采取的步骤列表,否则这可能很难解决。

我的机器上配置了 JRun 3.1,因此如果您向我们提供更多信息,也许我可以重复您的问题。

This is probably going to be difficult to resolve unless you post either the error message from the log file or the list of steps that you took so far.

I have JRun 3.1 configured on my machine so maybe I can duplicate your issue if you give us more information.

心的位置 2024-07-11 03:12:08

Jrun 开发几乎已停止。 您应该考虑运行另一个应用程序服务器。 Jboss玻璃鱼是不错的选择。

Jrun development has pretty much stopped. You should look into running another application server. Jboss or Glassfish are good alternatives.

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