[ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]
Matt Hogstrom updated GERONIMO-2329:
------------------------------------
Affects Version/s: 1.1.x
1.2
(was: 1.0)
(was: 1.1)
(was: 1.1.1)
> 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.x
> 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