Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

Eclipse connect to Geronimo on other host

View: New views
3 Messages — Rating Filter:   Alert me  

Eclipse connect to Geronimo on other host

by mmike :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've configured a new geronimo server in eclipse (3.4.2). The geronimo (2.1.4) itself is running on a different server. And now I've troubles to connect to the server.

If I got that right, the connection has to be done over RMI service (default port 1099). But my service does not show this as open port (checked with nmap), but on server startup I get the line:
Listening on ports:
...
1099 0.0.0.0 RMI Naming
...

Can somebody please light this a little bit up for me?!

Sorry for any inconvenience caused by a stupid question, but I'm really new to geronimo.

Regards
Michael

Re: Eclipse connect to Geronimo on other host

by Rodger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a firewall on server host? Maybe port is not permitted.
Why not try netstat -a on server host?

--
Best Regards,
Rodger.

Re: Eclipse connect to Geronimo on other host

by Delos-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Michael

Just as you see, there is no open RMi port in your service, unless you start the server.

Suppose you have a eclipse and geronimo server in host A, meanwhile, there is another geronimo server in host B.
Here are the steps to visit remote server:
1) In host A, create a server instance in eclipse, which target to the server in host A
2) start the server instance in eclipse
3) start the server in host B
4) Once you start up server successfully, double click the server instance in eclipse to open an editor. In the editor, you can change the server host into the IP address of host B
5) Then, you can deploy your application to the remote host

Note: it's better that the two serversĀ  are inĀ  the same version

Hope it helps!

2009/6/24 mmike <redeamer@...>

Hi,

I've configured a new geronimo server in eclipse (3.4.2). The geronimo
(2.1.4) itself is running on a different server. And now I've troubles to
connect to the server.

If I got that right, the connection has to be done over RMI service (default
port 1099). But my service does not show this as open port (checked with
nmap), but on server startup I get the line:
Listening on ports:
...
1099 0.0.0.0 RMI Naming
...

Can somebody please light this a little bit up for me?!

Sorry for any inconvenience caused by a stupid question, but I'm really new
to geronimo.

Regards
Michael

--
View this message in context: http://www.nabble.com/Eclipse-connect-to-Geronimo-on-other-host-tp24167356s134p24167356.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.




--
Best Regards,

Delos