You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2005/09/07 02:44:12 UTC

Re: svn commit: r279194 - /geronimo/trunk/modules/assembly/maven.xml

	BTW, there was a JIRA issue for this that should now be closed.

Thanks,
	Aaron

On Wed, 7 Sep 2005 jboynes@apache.org wrote:
> Author: jboynes
> Date: Tue Sep  6 17:22:42 2005
> New Revision: 279194
> 
> URL: http://svn.apache.org/viewcvs?rev=279194&view=rev
> Log:
> listen on all addresses not just localhost so that remote users can connect
> 
> Modified:
>     geronimo/trunk/modules/assembly/maven.xml
> 
> Modified: geronimo/trunk/modules/assembly/maven.xml
> URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/maven.xml?rev=279194&r1=279193&r2=279194&view=diff
> ==============================================================================
> --- geronimo/trunk/modules/assembly/maven.xml (original)
> +++ geronimo/trunk/modules/assembly/maven.xml Tue Sep  6 17:22:42 2005
> @@ -261,7 +261,7 @@
>              name="${basedir}/target/installer/config.xml"/>
>  
>          <!-- Substitution variables for default hostname, ports, etc. -->
> -        <j:set var="PlanServerHostname" value="localhost"/>
> +        <j:set var="PlanServerHostname" value="0.0.0.0"/>
>          <j:set var="PlanHTTPPort" value="8080"/>
>          <j:set var="PlanHTTPSPort" value="8443"/>
>          <j:set var="PlanClientCertHTTPSPort" value="8444"/>
> 
> 
>