Search:

Type: Posts; User: Benito; Keyword(s):

Search: Search took 0.02 seconds.

  1. How to handle multiple dispatcher servlets within one Spring MVC web app?

    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...
  2. Replies
    1
    Views
    1,701

    Problem resolved

    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...
  3. I hit this just now, my fix was to remove any...

    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...
  4. Replies
    8
    Views
    6,874

    thanks for the reply. it's a shame I'll have...

    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...
  5. Replies
    8
    Views
    6,874

    on the manual page it is:

    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...
  6. Replies
    8
    Views
    6,874

    SS 2.0.1 filter-chain-map

    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...
Results 1 to 6 of 6