http://www.huihoo.com/document/jboss.html

解决方案 »

  1.   

    你要配什么!
    如只要用的话就可不配!
    执行run
    http://localhost:8083页面为空,表示jboss安装正确!
    现测试tomcat
    新建index.jsp
    <%@ page contentType="text/html; charset=GBK" %>
    <%@page import="java.util.Date"%>
    <html><body><%=new Date().toString()%></body></htmljar cvf index.jsp hello.war把hello.war复制到C:\jboss-4.0.0DR1_tomcat-4.1.24\server\default\deploy
    http://localhost:8080/hello
    就可以了!
    如只输入http://localhost:8080会报错的!
    jboss与jb的配置请查!
      

  2.   

    不用配置什么吧,把你的java_home路径放在bin/run.cmd里面就可以了
      

  3.   

    的确是使用的话不需要什么配置,和tomcat差不多