Hello,

I have created a client-server application based on spring. The server is a simple spring application with a RMIServiceRegister class. This class registers the RMI-services to the registry. Within this class I am using log4j and everything is working fine.

But if I run the client on a seperate machine, I see the logging on the client side but there is no logging on the server side?

What is the best way to set up log4j on the server side? I am not using a server etc. where to set up log4j, just simle rmi services.

Thank you.