Author: kkolinko
Date: Mon Feb 18 00:19:47 2019
New Revision: 1853773
URL: http://svn.apache.org/viewvc?rev=1853773&view=rev
Log:
BZ 63041: Add a warning about regression to the release announcements at Tomcat
site.
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1853773&r1=1853772&r2=1853773&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb 18 00:19:47 2019
@@ -268,6 +268,16 @@ changelog</a>.
</p>
+<p>
+<strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63041">63041</a>
+(and <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=53930">53930</a>). The
workaround is to use <code>catalina.sh</code>
+file from Tomcat 9.0.13.
+</p>
+
+
<p style="text-align: center;">
<a href="https://tomcat.apache.org/download-90.cgi">Download</a>
@@ -306,6 +316,16 @@ changelog</a>.
</p>
+<p>
+<strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63041">63041</a>
+(and <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=53930">53930</a>). The
workaround is to use <code>catalina.sh</code>
+file from Tomcat 8.5.35.
+</p>
+
+
<p style="text-align: center;">
<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1853773&r1=1853772&r2=1853773&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Feb 18 00:19:47 2019
@@ -59,6 +59,14 @@ Full details of these changes, and all t
changelog</a>.
</p>
+<p><strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <bug>63041</bug>
+(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
+file from Tomcat 9.0.13.
+</p>
+
<p style="text-align: center;">
<a href="download-90.cgi">Download</a>
</p>
@@ -85,6 +93,14 @@ Full details of these changes, and all t
changelog</a>.
</p>
+<p><strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <bug>63041</bug>
+(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
+file from Tomcat 8.5.35.
+</p>
+
<p style="text-align: center;">
<a href="download-80.cgi">Download</a>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]