0 Replies Latest reply on Jun 8, 2004 10:30 AM by chalupas

    Deploying .ear file on JBOSS-3.0.4 - Problem with DTD

    chalupas

      When I try to deploy .ear file on JBoss-3.0.4 server I have an ERROR with message
      org.jboss.deployment.DeploymentException: External entity not found: "http://www.jboss.org/j2ee/dtd/jboss-app_3_0.dtd".; - nested throwable: (java.net.ConnectException: Connection refused: connect).
      I use firewall for Internet connection, this is (probably) the reason of error.
      I have downloaded a file jboss-app_3_0.dtd.

      Where should I put it so that JBoss uses the local copy of DTD?

      P.S. Deployment of the same .ear in JBoss-3.2.3 is OK.