-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
135 lines (89 loc) · 2.98 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Fixes:
- #8: CATALINA_BASE now own by group tomcat is running
2015-02-17 0.4.2
Summary
Only fixes in this release.
Fixes:
- #2: webapps, work directory (in multi instance setup) now group ownership is set to group tomcat is running.
- #4: tomcat7 on redhat didn't start instances
2015-01-09 0.4.1
Summary
Improved code quality and started to implement unit tests.
2014-12-19 0.4.0
Summary
Added systemd support for CentOS7 and Debian8
Changes:
- added TOMCAT_LOG to sysconfig/default file
- create PID files before starting instances
- remove default init and sysconfig/default file when using multi instances
- systemd support, create and remove systemd service files and using
an exec resource for 'systemctl daemon-reload'
- License changed to Apache 2.0
Fixes:
- deleting catalina.pid before stopping service
2014-10-12 0.3.2
Summary
Only fixes in this release.
Fixes:
- removed double suffix .pid for pid file
2014-09-24 0.3.1
Summary
Added debian support.
Changes:
- init scripts now copied and the provides field and var NAME (debian7) changed
- define tomcat::server::initialize now is declared for multi instances only,
for standalone a file resource inserted.
2014-09-17 0.3.0
Summary
Change some things how to configure the standalone and multi server.
Changes:
- user, group can now be set for every instance
- using dist init script instead of own template,
but using the pattern parameter instead of init script status.
(RedHat has problems to differ between instances)
- parameter moved from managed to manage
manage=false now means you have to manage server.xml
- config parameter is removed, now please
use parameter enable=false and ensure=stopped to set to standalone
- now the parameter listener, service, resources and java_home set for class tomcat,
are used also as defaults for server instances in multi server mode.
- setenv are moved to sysconfig, classpath removed
2014-08-27 0.2.3
Summary
Added feature default parameters
Changes:
- set tomcat::config parameter default to {} (before false),
so you will get now a standalone server with a default configuration.
Features:
- default connector http-8080
- default listeners
- set default hosts to localhost
- default engine 'Catalina'
- default service 'Catalina'
- default resources
2014-08-25 0.2.2
Summary
Only fixes in this release.
Fixes:
- added standalone configuration for tomcat 7
2014-08-04 0.2.1
Summary
Only fixes in this release.
Fixes:
- dependency cycle in multi instance
- concat dependency in service, engine, ...
- change dependency between init script (file permission <-> service stopped)
for multi instance
2014-08-01 0.2.0
Summary
Added feature standalone for using Tomcat standalone on a CentOS.
Features:
- standalone server, using standard paths
Fixes:
- changed owner, group and permission to CentOS like
- fixed combined or lookout realms (nested realms to realm)
2014-06-17 0.1.3
Summary
This release update to concat version >= 1.0.1
Features:
- remove interference in concat module