0 Replies Latest reply on Apr 7, 2003 5:33 PM by fluffy

    Problem parsing "correct" jetty-web.xml file

    fluffy

      I have added an entry in a WEB-INF/jetty-web.xml file to configure jetty. To my surprise the XML parser complains that 'Array' is not a known type. The xml file parse without problem in other xml validating software so I wonder how the jetty configuration .xml files is parsed in jboss.

      I an not an expert of XML so any help in this would be greatly appreciated. :-)


      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!DOCTYPE Configure PUBLIC
      "-//Mort Bay Consulting//DTD Configure 1.1//EN"
      "http://jetty.mortbay.org/configure_1_2.dtd">




      /context
      ./webapps/myapp



      www.acme.com
      acme.com
      www.wileyc.com
      184.34.51.125







      --
      John