I have a Spring MVC application which serves 50+ regional news websites. DNS points the domain names to the same server, and an Apache webservers proxies the requests through over AJP, but serving...
Type: Posts; User: Benito; Keyword(s):
I have a Spring MVC application which serves 50+ regional news websites. DNS points the domain names to the same server, and an Apache webservers proxies the requests through over AJP, but serving...
I work with Surjeet, the problem turned out to be down to an unrelated change in the Spring MVC dispatcher servlet configuration file, and not to do with the Spring 3 upgrade.
That change was to...
I hit this just now, my fix was to remove any reference to the cache provider in my hibernate.cfg.xml file. I found this line in some legacy-ish Hibernate code:
<property...
thanks for the reply.
it's a shame I'll have to get all the filter beans instantiated, I haven't dealt with Acegi, but the amount of XML configuration looks frightening!
Is there anywhere in the...
on the manual page it is:
<bean id="filterChainProxy" class="org.springframework.security.util.FilterChainProxy">
<sec:filter-chain-map path-type="ant">
<sec:filter-chain...
I'm trying to set up Spring Security 2.0.1 for web services and also a website from the same site and port, but am having difficulty with it.
I want to set up a webapp, so that anything with a URL...