Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-06 Thread Gary S. Cuozzo
>>I also changed the the jboss.properties file from >> >>java.rmi.server.hostname=localhost >> >>to >> >>java.rmi.server.hostname="machinename" >> >>Once I changed this everthying started working fine. >> >>Cheers >> >

Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-06 Thread Tobias Frech
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gary S. > Cuozzo > Sent: Thursday, 6 June 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss Running on RedHat Linux 7.2 > > Connection refused is either:

Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Gary S. Cuozzo
erver.hostname="machinename" > >Once I changed this everthying started working fine. > >Cheers > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Gary S. >Cuozzo >Sent: Thursday, 6 June 2002 11:54 AM >To: [E

RE: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Paul Robinson
6 June 2002 11:54 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Running on RedHat Linux 7.2 Connection refused is either: you don't have anything listening on the port, or the port is firewalled somehow. try doing 'netstat -a | grep ' and see if there is an open sock

Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Gary S. Cuozzo
Connection refused is either: you don't have anything listening on the port, or the port is firewalled somehow. try doing 'netstat -a | grep ' and see if there is an open socket on that port. If there is, then jboss (or something) is listening. if not, then you have to figure out why there i

[JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Paul Robinson
When I am attempting to connect to a Deployed EJB running under Jboss on Linux I am getting a connection refused error, Is this a config problem with Linux or Jboss.   Any help would be appreciated??   Cheers Paul