0 Replies Latest reply on Aug 15, 2002 6:51 PM by gmejia

    Error deploying with no war files

    gmejia

      Hi,

      I am trying to deploy the just a simple jsp file, I create a folder named test into the folder deploy, there (in test), I created created my jsp and the folder WEB-INF with the web.xml and the jboss-web.xml.

      if I enter the url:
      http://localhost:8080/test/

      I can see my jsp, but when I try to run it I got the an error,

      The requested resource (/test/prueba.jsp) is not available
      ------------------------------------
      my web.xml

      <?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>
      ---------------------------------
      my jboss-web.xml

      <jboss-web>
      </jboss-web>

      ---------------------------------

      Plase.. could yo help me !!
      Thanks in advance.
      Gustavo