RE: [JBoss-user] Multihome JBoss Issue

2003-12-08 Thread Rod Macpherson
/2003 7:43 PM To: [EMAIL PROTECTED] Cc: Subject: RE: [JBoss-user] Multihome JBoss Issue Running multiple instances and netstat shows a 1098 and 1099 listener on each host so that looks good. One caveat is that running the same configu

RE: [JBoss-user] Multihome JBoss Issue

2003-12-07 Thread Rod Macpherson
-Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED] Sent: Sun 12/7/2003 11:14 AM To: [EMAIL PROTECTED] Cc: Subject: Re: [JBoss-user] Multihome JBoss Issue Which says the rmi stub is bound to 1.1.1.21 (could be

RE: [JBoss-user] Multihome JBoss Issue

2003-12-07 Thread Rod Macpherson
[EMAIL PROTECTED] Cc: Subject: Re: [JBoss-user] Multihome JBoss Issue Which says the rmi stub is bound to 1.1.1.21 (could be 1.2.11.21 and the mail is munging the address?). If this is not the sandbox host address, then it needs to be ove

Re: [JBoss-user] Multihome JBoss Issue

2003-12-07 Thread Scott M Stark
Which says the rmi stub is bound to 1.1.1.21 (could be 1.2.11.21 and the mail is munging the address?). If this is not the sandbox host address, then it needs to be overriden using the java.rmi.server.hostname system property. This need to be looked into further as the --host value should be settin

RE: [JBoss-user] Multihome JBoss Issue

2003-12-01 Thread Rod Macpherson
nd this is also a good solution, always startup explicit hosts and do not launch localhost. -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:37 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue Is the JSP and S

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Bill Burke
7;s not a problem but want to cover all the bases first) Rod -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue System.getProperty("jboss.bind.address")

RE: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
---Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue System.getProperty("jboss.bind.address"); Rod Macpherson wrote: > I use this to get the JNDI propert

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Bill Burke
System.getProperty("jboss.bind.address"); Rod Macpherson wrote: I use this to get the JNDI properties and bind Globals.HOST in a static class initializer using java.net.InetAddress.getLocalHost().getHostName(). The problem is that method returns the hostname of my box NOT the hostname that JB

RE: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue Show the gook as this is the marshalled rmi stub that the NamingContext is trying to use, and it contains the address/port the is causing the connection failure. SANDBOX:1099 is only the bootstrap port used to obtain the rmi s

RE: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue System.getProperty("jboss.bind.address") == --host value -- Scott Stark Chief Technology Officer JBoss Group, LLC xxx

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Scott M Stark
Show the gook as this is the marshalled rmi stub that the NamingContext is trying to use, and it contains the address/port the is causing the connection failure. SANDBOX:1099 is only the bootstrap port used to obtain the rmi stub. The rmi address should be the same as the --host value. -- x

RE: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
Stark [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue System.getProperty("jboss.bind.address") == --host value -- Scott Stark Chief Technology Officer JBoss

RE: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
 security feature issue on Windows XP that was added but who knows.   -Original Message-From: Rod Macpherson Sent: Wednesday, November 26, 2003 9:24 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Multihome JBoss Issue I use this to get the JNDI properties and bind

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Scott M Stark
System.getProperty("jboss.bind.address") == --host value -- Scott Stark Chief Technology Officer JBoss Group, LLC Rod Macpherson wrote: I use this to get the JNDI properties and bind Globals.HOST in a static class initializer using java.net.InetA

[JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Rod Macpherson
Title: Message I use this to get the JNDI properties and bind Globals.HOST in a static class initializer using java.net.InetAddress.getLocalHost().getHostName(). The problem is that method returns the hostname of my box NOT the hostname that JBoss was started with using the --host switch. Gi