I would appreciate any help here. I have installed axis on solaris 8 and the happiness page comes up just fine. I have tried to install the stock example and am coming up with a 'Premature end of file' sax error on the deploy.wsdd file. The file is fine. I hae validated it with a few different tools. So, I moved on the the echo sample and am getting 'content is not allowed in prolog' error.
from the happiness page, I get this :
Examining Application Server
Servlet version 2.4
XML Parser org.apache.xerces.jaxp.SAXParserImpl
XML ParserLocation /home/aurora/vendor/jakarta-tomcat-5.0.2/common/endorsed/xercesImpl.jar
from the java commandf line, I get this:
> java org.apache.xerces.impl.Version
Xerces-J 2.4.0
then when I try to deploy the echo sample:
java org.apache.axis.client.AdminClient -lhttp://localhost:6081/axis/se>
Processing file deploy.wsdd
Exception:: org.xml.sax.SAXParseException: Content is not allowed in prolog.
has anybody ever resolved this on the unix side. I have seen a number of postings with similar questions, but never any responses.
regards,
pat.
---