What steps did you take to confirm Zebra is running on 9999?&nbsp; <br><br>It sounds like you are running Apache and not Zebra on 9999, since you are getting an HTTP error status.&nbsp; Zebra doesn&#39;t use HTTP.&nbsp;&nbsp; <br><br>The steps to enable the public z39.50 server are:<br>
<ol><li>edit KOHA_CONF file, uncomment the line that looks like this:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">&lt;!-- &lt;listen id=&quot;publicserver&quot; &gt;tcp:@:9999&lt;/listen&gt; --&gt;<br>
</blockquote>to be:<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">&lt;listen id=&quot;publicserver&quot; &gt;tcp:@:9999&lt;/listen&gt;</blockquote>
</li><li><div>restart zebrasrv</div></li><li><div>test on localhost using yaz-client on command line</div></li><li>test on remote system using yaz-client on command line<br></li></ol>--Joe<br><br><div class="gmail_quote">
On Sat, Jan 10, 2009 at 7:12 AM, joydas <span dir="ltr">&lt;<a href="mailto:joyofkolkata@gmail.com">joyofkolkata@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi,<br>
We have installed koha in our network.This is working fine.<br>
But whenever we try to access it through YAZ clients it gives error.<br>
Zebra server is running on port 9999.<br>
<br>
It gives the error when accessing through web interface:<br>
<br>
YAZ 3.0.16<br>
Error: 404<br>
Description: Not Found<br>
<br>
When accessing through command line interface it gives the error:<br>
<br>
Content type does not appear to be XML<br>
HTTP Error Status=404<br>
<br>
Please help us in finding the possible cause of this problem and how we can<br>
solve it.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Z39.50-Problem-tp21387463p21387463.html" target="_blank">http://www.nabble.com/Z39.50-Problem-tp21387463p21387463.html</a><br>
Sent from the Koha - Discuss mailing list archive at Nabble.com.<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank"></a><br>
</font></blockquote></div><br>