On Jun 1, 2006, at 5:13 PM, Leandro Borges wrote:
Hi, the machine where you are testing have http access the world? I think that the problem is that Appia cannot open the dtd file of the xml configuration. The default configuration (in the top of the appia.xml file) to get the dtd is: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE appia PUBLIC "-//DTDName//DTD//EN" You can get the dtd file (from the web or from the Appia distribution) and copy the file into your machine. Change the configuration to something like: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE appia PUBLIC "-//DTDName//DTD//EN" "appiaxml.dtd"> to get Appia working. Hope this helps, -- Nuno Carvalho University of Lisbon, Portugal |
_______________________________________________ Hedera mailing list [email protected] https://forge.continuent.org/mailman/listinfo/hedera
