4f8bcf7c51
* bugfix release * backport of JSR-356 Java WebSocket 1.0 * package tomcat now requires java7 at lease - Updated tomcat.keyring to reflect the fact new release is signed by Violeta Georgieva / D63011C7 see http://osdir.com/ml/dev-tomcat.apache.org/2013-10/msg00849.html - Add tomcat-dbcp.jar (bnc#847505) back into tomcat lib dir - Install tomcat-coyote.jar as well - Remove pointless scriplets OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=38
25 lines
525 B
Desktop File
25 lines
525 B
Desktop File
# Systemd unit file for tomcat
|
|
#
|
|
# You can clone this service by:
|
|
# 1.) Add a new EnvironmentFile declaring the new values for CATALINA_BASE
|
|
# and others
|
|
|
|
[Unit]
|
|
Description=Apache Tomcat Web Application Container
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/tomcat/tomcat.conf
|
|
User=tomcat
|
|
Group=tomcat
|
|
ExecStart=/usr/sbin/tomcat-sysd start
|
|
ExecStop=/usr/sbin/tomcat-sysd stop
|
|
StandardOutput=syslog
|
|
SyslogIdentifier=%n
|
|
SyslogFacility=daemon
|
|
SuccessExitStatus=143
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|