[ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]

Matt Hogstrom closed GERONIMO-2329.
-----------------------------------

    Resolution: Fixed

> Remote-deploy failures between Windows and Linux machines
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2329
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2329
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 1.2, 1.1.1, 1.1.x, 1.1.2
>         Environment: Geronimo 1.1.1 using Tomcat with IBM 1.4.2 SR5 or 1.5.0 
> SR2 SDK between Win2003 server and SLES9
>            Reporter: Donald Woods
>             Fix For: 1.2
>
>         Attachments: G2329-1.1.1.patch
>
>
> The remote-deployer is not returning fully qualified hostnames.  This can be 
> easily observed when starting the server with --long and looking as the web 
> URLs being displayed at startup.
> Simple fix, is to switch the following in the 
> modules/tomcat//ConnectorGBean.java and modules/jetty//JettyConnector.java 
> from
>                     host = address.getHostName();
> to 
>                     host = address.getCanonicalHostName();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to