I'm trying to load a configuration file ( web-client-config-custom.xml ), and I haven't been able to get it to work. The documentation states that the file is automatically loaded, but I haven't been able to read from it. I can't see anything in the logging to see if the file is being loaded or not. Do I need to update/create a bean to load it?
But I need to share a configuration file across all my webscript methods. I'm new to the whole Spring bean thing, so I'm trying to find the documentation that spells it out for me.
"You need to include the config from my previous comment in a file named "spring-webscripts-config-custom.xml" and place it in a META-INF folder i.e. in <tomcat>/shared/classes/META-INF/spring-webscripts-config-custom.xml "
Maybe that wiki should be updated by someone with permissions?