>Does 'linux1' exist in /etc/hosts?

Just to add here: Make sure you don't have this in your /etc/hosts:

127.0.0.1 localhost localhost.localdomain linux1 

RedHat will do this by default, and it's very annoying. This will cause
your IP to published to as 127.0.0.1 . This can cause very odd problems
with RMI and JSPs. Instead have:

172.0.0.1 localhost localhost.localdomain
10.0.2.85 linux1  

(replace the 10.0.2.85 with your real ip).

// EJ


 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Adam Heath
Sent: Monday, November 12, 2001 3:06 PM
To: tek1
Cc: jboss-user
Subject: Re: [JBoss-user] using hostname other than "localhost"

On Mon, 12 Nov 2001, tek1 wrote:

> the hostname of my linux box is "linux1", not localhost, so when i try
> starting up jboss, i'm getting the below error:
>
> [RMIConnectorService] Initialization failed
> java.net.UnknownHostException: linux1

Does 'linux1' exist in /etc/hosts?


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to