You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2006/09/20 13:12:22 UTC

[jira] Commented: (GERONIMO-2329) Remote-deploy failures between Windows and Linux machines

    [ http://issues.apache.org/jira/browse/GERONIMO-2329?page=comments#action_12436216 ] 
            
Matt Hogstrom commented on GERONIMO-2329:
-----------------------------------------

Applied to trunk

Sending        modules/geronimo-jetty/src/main/java/org/apache/geronimo/jetty/connector/JettyConnector.java
Sending        modules/geronimo-tomcat/src/main/java/org/apache/geronimo/tomcat/ConnectorGBean.java
Transmitting file data ..
Committed revision 448163.

> 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
>         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, 1.1.1
>
>         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