Jboss_tomcat 问题

foxprince

我用的是JBoss集成Tomcat的那个版本:jboss-3.0.0_tomcat-4.0.3
启动JBoss后,打开http://localhost:8080/总是出现如下错误:

Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request
type: Status report
message: No Context configured to process this request
description: The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.

部署interest.jar后,打开http://localhost:8080/interest/也报了同样的错,banq可否指点迷津?

banq
2002-09-05 18:51

前一个报错正常,因为你可能没有设置根context

后面报错,可能你的interest.ear部署不对,你可以从后台控制台看到部署情况和信息

foxprince
2002-09-05 22:50

那么,如何设置根context呢?急!!!

浆糊
2002-09-06 10:00

如果是直接发布ear文件或者war文件的话,不用设置context