[ANN] Apache Tomcat 8.0.27 available

2015-10-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.27.

Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.

Apache Tomcat 8.0.27 includes numerous fixes for issues identified
in 8.0.26 as well as a number of other enhancements and changes. The
notable changes since 8.0.26 include:

- Correctly handle \${ vs \$ escaping in JSP and EL

- Fix for issues with NIO + SSL + sendfile

- Various TLD parsing fixes

- Fix multiple (mostly rare and/or zero impact) concurrency issues


Note: Due to a temporary issue with the code signing service the
  Windows Installer package has NOT been signed for this release.
  We anticipate being able to resume signing with the next release.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-8.0-doc/changelog.html

Downloads:
http://tomcat.apache.org/download-80.cgi

Migration guides from Apache Tomcat 5.5.x, 6.0.x and 7.0.x:
http://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 58474] New: Clarity in documentation for CATALINA_HOME and CATALINA_BASE

2015-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58474

Bug ID: 58474
   Summary: Clarity in documentation for CATALINA_HOME and
CATALINA_BASE
   Product: Tomcat 8
   Version: trunk
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: dsh...@vartmp.com

Created attachment 33156
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33156&action=edit
More clarity in sample documentation

If we look at this file -

http://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/appdev/sample/index.html

It says:

"The easiest way to run this application is simply to move the war file to your
CATALINA_HOME/webapps directory."

However, when tomcat is running multiple instances, this directory is actually
CATALINA_BASE/webapps .  On Debian recent stable jessie release, by default
tomcat8's CATALINA_HOME has no webapps directory, whereas CATALINA_BASE does,
and moving the sample war file to CATALINA_BASE will deploy it.

I have attached a patch where I change the documentation to read:

"The easiest way to run this application is simply to move the war file to your
CATALINA_HOME/webapps directory (or if you are running multiple
instances, move the war file to your CATALINA_BASE/webapps directory)."

One reason for extra explanation here is this is one of the first things
someone new to Tomcat will see, and that note will probably save them from some
confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org