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

2006-09-20 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]

Matt Hogstrom updated GERONIMO-2329:


Fix Version/s: (was: 1.1.1)
Affects Version/s: 1.1.1
   1.1.2
   1.1.x

 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




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

2006-09-18 Thread Matt Hogstrom (JIRA)
 [ 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




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

2006-09-18 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]

Matt Hogstrom updated GERONIMO-2329:


Affects Version/s: (was: 1.1.x)

 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




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

2006-08-16 Thread Donald Woods (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]

Donald Woods updated GERONIMO-2329:
---

Description: 
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();



  was:
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 HttpsConnectorGBean.java from
host = address.getHostName();
to 
host = address.getCanonicalHostName();




 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.0, 1.1, 1.1.1
 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
 Assigned To: Donald Woods
 Fix For: 1.2, 1.1.1


 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




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

2006-08-16 Thread Donald Woods (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2329?page=all ]

Donald Woods updated GERONIMO-2329:
---

Attachment: G2329-1.1.1.patch

Attaching patch based on Geronimo 1.1.1 branch directory.

 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.0, 1.1, 1.1.1
 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
 Assigned To: 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