>  @@ -200,7 +197,9 @@
>           <!-- Apache AJP12 support. This is also used to 
>shut down tomcat.
>                Parameter "address" defines network interface 
>this Interceptor
>                "binds" to. Delete it if you want to "bind" to 
>all interfaces.
>  -        address="127.0.0.1"
>  +             
>  +             address="127.0.0.1"
>  +             
>             -->
>           <RequestInterceptor 
>            
>className="org.apache.tomcat.modules.server.Ajp12Interceptor"
>  @@ -209,8 +208,8 @@
>   
>           <!-- Apache AJP13 support (mod_jk)
>                Parameter "address" defines network interface 
>this Interceptor
>  -             "binds" to. Delete it if you want to "bind" to 
>all interfaces.
>  -         address="127.0.0.1"
>  +             "binds" to. Delete it if you want to "bind" to 
>all interfaces.            
>  +             address="127.0.0.1"
>             -->
>           <RequestInterceptor 
>            className="org.apache.ajp.tomcat33.Ajp13Interceptor"

AJP12/AJP13 bind change WILL HAVE TO BE COMMENTED IN Changelog since
many of us use Apache and Tomcat on differents machines and the Apache
won't be able to connect to localhost !

Reply via email to