Date: Wednesday January 2, 2002 @ 17:36
Author: matt
Update of /home/cvs/AxKitB2B
In directory ted:/tmp/cvs-serv15209
Modified Files:
confstructure.xml server.conf
Log Message:
@work hacking
Index: confstructure.xml
===================================================================
RCS file: /home/cvs/AxKitB2B/confstructure.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- confstructure.xml 2002/01/01 19:39:34 1.1
+++ confstructure.xml 2002/01/02 17:36:29 1.2
@@ -1,10 +1,15 @@
<config>
<applications>
<application>
+
<metadata>
<name>Foo App</name>
<author>...</author>
- </metadata>
+ </metadata>
+
+ <services>
+ <service>http 8082</service>
+ </services>
<listeners>
<listener>
Index: server.conf
===================================================================
RCS file: /home/cvs/AxKitB2B/server.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- server.conf 2002/01/01 19:39:34 1.1
+++ server.conf 2002/01/02 17:36:29 1.2
@@ -6,7 +6,7 @@
<dispatch_config id="screen">
<class>Log::Dispatch::Screen</class>
- <min_level>info</min_level>
+ <min_level>warning</min_level>
<stderr>1</stderr>
<format>%m %n</format>
</dispatch_config>
@@ -17,7 +17,7 @@
has to provide, if it provides it -->
<service>
<name>http 8082</name>
- <address>127.0.0.1</address>
+ <address>0.0.0.0</address>
<port>8082</port>
<class>AxKitB2B::Server::Service::HTTP</class>
</service>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]