Hi.
I've installed springsource-dm-server-1.0.2.RELEASE and I've these problems/questions:
My connection to server is through SSH. Server is Linux 2.6.23.1 (Rad Hat 4.1.2-33) with Java 1.5
1.
When I start server with startup.sh everything works. But how can I start it with nohup command ? Executing nohup bin/startup.sh didn't release it. But as I press Ctrl+C server shutdowns.
2.
When I try to shutdown running server (in another console window) I get an exception:
I have no idea what host it is. Localhost should be 10.15.4.40Code:[root@myserver myaddr]# springsource-dm-server-1.0.2.RELEASE/bin/shutdown.sh java.rmi.ConnectException: Connection refused to host: 10.14.4.40; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source) at sun.rmi.server.UnicastRef.invoke(Unknown Source) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)



