See, the exceptions which shows the RemoteInterface is not found to your tomcat application:
Caused by: java.lang.ClassNotFoundException: dc.RemoteInterface
Please put all your RMI proxies (RemoteInterface) for client to /WEB-INF/classes of your web application with proper package stucture.
example: /WEB-INF/classes/dc/RemoteInterface.class