Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / example-module / README
1 This is a very simplified example of a loadable metaproxy module
2
3 There is a simple makefile, that does not depend (very much) on the
4 main metaproxy stuff.
5
6 You can run the server with 
7
8    make run
9
10 Then connect to it with a yaz-client localhost:9000. The module sees the 
11 init request, and rejects it with a system error.
12