2 Replies Latest reply on Jun 30, 2002 10:25 PM by lizhi2002

    I install jboss 2.4.7 but can't use jsp. Help!

    lizhi2002

      I install JBoss-2.4.7_Tomcat-4.0.4 now,
      I useing jboss-2.4.4 before.
      I set jboss as following :
      1) Create a directory called "jboss.ear"
      2) Add a file called index.html
      3) Add a sub-directory called WEB-INF
      4) In WEB-INF create a web.xml with the following content

      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "
      http://java.sun.com/dtd/web-app_2_3.dtd">
      <web-app>
      </web-app>
      5) Copy the directory to jboss/deploy
      6) Use http://localhost:8080/
      the steps on 2.4.4 is ok ,but get 404 error
      on 2.4.7 ,when I use the path
      http://localhost:8080/jboss .

      why?