hammant 2002/12/18 01:21:58
Modified: src/conf Tag: RELEASE_402-branch kernel.xml
Log:
More comments 4 MX4J...
Revision Changes Path
No revision
No revision
1.21.2.1 +18 -0 jakarta-avalon-phoenix/src/conf/kernel.xml
Index: kernel.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/src/conf/kernel.xml,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -r1.21 -r1.21.2.1
--- kernel.xml 6 Sep 2002 12:44:21 -0000 1.21
+++ kernel.xml 18 Dec 2002 09:21:58 -0000 1.21.2.1
@@ -33,12 +33,30 @@
<component role="org.apache.avalon.phoenix.interfaces.SystemManager"
class="org.apache.avalon.phoenix.components.manager.MX4JSystemManager"
logger="manager" >
+
+ <!--
+ By default the Mx4J Http Adaptor will bind a webserver to all
+ network interfaces. If you wish to restrict it to only one
+ interface (say localhost) then uncomment and edit the next line.
+ -->
+ <!--
+ <manager-adaptor-host>localhost</manager-adaptor-host>
+ -->
+
+ <!--
+ This specifies the IP port which the Http Adaptor will bind on.
+ -->
<manager-adaptor-port>8082</manager-adaptor-port>
<!--
<enable-rmi-adaptor>true</enable-rmi-adaptor>
<rmi-naming-factory>com.sun.jndi.rmi.registry.RegistryContextFactory</rmi-naming-factory>
<stylesheets-dir>conf/xsl</stylesheets-dir>
-->
+
+ <!--
+ If you want the HTTPAdaptor to require authentication then you
need to specify
+ a username and password in the next xml block.
+ -->
<!--
<user>
<name>user</name>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>