Your message dated Sun, 29 Mar 2020 15:35:17 +0300
with message-id <[email protected]>
and subject line Re: Bug#955283: tomcat9-common: Add a way to query the
installed version
has caused the Debian Bug report #955283,
regarding tomcat9-common: Add a way to query the installed version
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
955283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tomcat9-common
Severity: normal
Hi,
Fedora has a way to find out what the installed tomcat version is, the wrapper
in
'/usr/bin/tomcat' has this:
if [ "$1" = "version" ]; then
. /usr/libexec/tomcat/preamble
exec ${JAVACMD} -classpath ${CATALINA_HOME}/lib/catalina.jar \
org.apache.catalina.util.ServerInfo
fi
this information is used by dogtag-pki and freeipa setup/install scripts. Please
add a similar script in Debian, though it doesn't have to be in /usr/bin,
libexec
woud be fine too.
--- End Message ---
--- Begin Message ---
On 29.3.2020 15.01, Timo Aaltonen wrote:
> Package: tomcat9-common
> Severity: normal
>
> Hi,
>
> Fedora has a way to find out what the installed tomcat version is, the
> wrapper in
> '/usr/bin/tomcat' has this:
>
> if [ "$1" = "version" ]; then
> . /usr/libexec/tomcat/preamble
> exec ${JAVACMD} -classpath ${CATALINA_HOME}/lib/catalina.jar \
> org.apache.catalina.util.ServerInfo
> fi
>
> this information is used by dogtag-pki and freeipa setup/install scripts.
> Please
> add a similar script in Debian, though it doesn't have to be in /usr/bin,
> libexec
> woud be fine too.
>
Heh, now I realized there's /usr/share/tomcat9/bin/version.sh which is
in fact used by freeipa upstream on debian right now.. and looks like
dogtag could use it as well.. so I'll just go ahead and close this :)
--
t
--- End Message ---