DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5424>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5424 problem parsing config.xml ------- Additional Comments From [EMAIL PROTECTED] 2001-12-14 13:51 ------- the following is the config.xml I used: <?xml version="1.0"?> <config> <thread-manager> <thread-group> <name>default</name> <!-- normal priority == 5, max-priority = 10 --> <priority>5</priority> <!-- are threads deamon threads ? --> <is-daemon>false</is-daemon> <max-threads>40</max-threads> <!-- these are ignored at the moment but will be fixed in later revisions --> <min-threads>20</min-threads> <min-spare-threads>20</min-spare-threads> </thread-group> </thread-manager> <sockets> <server-sockets> <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory" /> </server-sockets> <client-sockets> <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketFactory" /> </client-sockets> </sockets> <KahunaServer> <port>8999</port> <bind>127.0.0.1</bind> <numListeners>1</numListeners> </KahunaServer> </config> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>