When I use IE to open the odbase.xml file, it opens up fine meaning the browser doesnot find any problem with the xml file. However when I use the
http://MY-HOST:8081/iw/opendeploy/ViewServerConfig?agentHost=MY-HOST&serverconfig=odbase.xmlit finds an error with the file. The error is "Invalid at the top level of the document. Error processing resource".
Here's the top of my odbase file. Please let me know if anyone had a similar problem...
========================================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<deployServerConfiguration>
<!-- This is a deploy server configuration for a RECEIVER & SENDER -->
<!-- Indicate that the configuration defined hereafter in this file -->
<!-- are applicable on the specified host. Moving this file to -->
<!-- another host requires changing the host value. -->
========================================================================
Thanks
AK