Search:

Type: Posts; User: nico.gomez@codeoscopic.co; Keyword(s):

Search: Search took 0.00 seconds.

  1. standard.ftl...

    standard.ftl
    https://jira.springsource.org/browse/BATCHADM-107

    doc
    https://jira.springsource.org/browse/BATCHADM-108
  2. Maybe this came also from the fact that I already...

    Maybe this came also from the fact that I already have an application context,
    and including webapp-config.xml in 'parent' context throws name collission's (dataSource is a 'common' bean name) so I...
  3. Not just the servlet path, ...

    Not just the servlet path,
    <servlet-mapping>
    <servlet-name>Batch Servlet</servlet-name>
    <url-pattern>/batch/*</url-pattern>
    </servlet-mapping>

    Also needs to override standard.ftl to prefix...
  4. * Deployed in the root context by default so the URLs are shorter (no "/batch/...")

    Hi, great tool

    but the controllers pointing to context root instead of /batch
    makes really more difficult to embed the admin in another webapp.

    I think if it's a library, it should be easy to...
Results 1 to 4 of 4