3

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

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

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

4

3 回答 3

2

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

于 2008-08-29T17:59:38.083 回答
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.

于 2008-08-29T17:00:25.400 回答
1

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

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

于 2008-08-30T01:28:55.897 回答