Revision
6565 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 1 12:06:41 2007 UTC
(13 years, 7 months ago)
by
jstuyts
Original Path:
hippo-components/server-manager
Diff to
previous 5296
SRVMAN-12: Added capability to create JDBC datasources that are made available to the workflow conditions and functions, and to jobs using respectively:
- workflow registers
- the scheduler context
SRVMAN-13: Added capability to start Quartz jobs on server startup.
Revision
4415 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 8 16:57:37 2007 UTC
(14 years ago)
by
bvanhalderen
Original Path:
hippo-components/server-manager
Diff to
previous 4352
SRVMAN-6, SRVMAN-7: This commit enables to building of WARs and EARs
using the maven targets cocoon:war and cocoon:ear.
- opensymphony:propertyset MUST be the r185 version, 1.3-21Apr04 will not
work.
- allow servermanager worklocation and configuration location properties to
be set using a context:// relative path.
- equalize versions which are included multiple times from different sources.
- different way to set datasource using beans
Revision
4352 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 28 10:34:24 2006 UTC
(14 years ago)
by
bvanhalderen
Original Path:
hippo-components/server-manager
Diff to
previous 3348
SRVMAN-6:
- Fix such that the build properties maven.cocoon.servermanager.worklocation
and maven.cocoon.servermanager.configurationlocation can be specified
as a context relative path (i.e. starting with context://) in stead of
absolute paths.
- Should also fix certain paths that at this time should be configured
with an additional / after the context:// part.