I am trying to initialise an RMI client for which I have used Spring.
Now, the application\'s RMI context is stored in file= rmiClientAppContext.xml
The relevant
Sounds like you are missing very important spring-web jar file. Add this to your pom file to fix this issue.
org.springframework spring-web 3.2.6.RELEASE