standard.ftl
https://jira.springsource.org/browse/BATCHADM-107
doc
https://jira.springsource.org/browse/BATCHADM-108
Type: Posts; User: nico.gomez@codeoscopic.co; Keyword(s):
standard.ftl
https://jira.springsource.org/browse/BATCHADM-107
doc
https://jira.springsource.org/browse/BATCHADM-108
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...
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...
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...