client.properties 241 B

123456789
  1. # Properties file with server URL settings for remote access.
  2. # Applied by PropertyPlaceholderConfigurer from "clientContext.xml".
  3. #
  4. # $Id$
  5. serverName=localhost
  6. httpPort=8080
  7. contextPath=/spring-security-sample-contacts-filter
  8. rmiPort=1099