[Yanel-dev] Upgrading Tomcat

Michael Wechner michael.wechner at wyona.com
Fri Feb 25 23:28:57 CET 2011


Hi

I am currently working on upgrading the default Tomcat of Yanel, hence I 
have added 5.5.33 and 6.0.32 to

http://maven2.wyona.org/apache-org/apache-tomcat/

whereas in order to use one or the other one needs to re-configure the 
parameter "tomcat.version" within the file

src/build/(local.)build.properties

and do run

build clean-all
build quick-start

I have not switched yet, because not everything is fully tested (for 
example the resource type images and documentation do not work 
properly), but most of the stuff is working very fine.

Beside src/build/(local.)build.properties

the following files also need to be upgraded

src/binary-dist/start.bat
src/binary-dist/start.sh
src/binary-dist/stop.bat
src/binary-dist/stop.sh
src/binary-dist/windows/install-yanel.nsi
src/build/targets/continuous-integration/CI
src/build/targets/continuous-integration/reCI
tools/apache-tomcat/java-1.4/apache-tomcat-5.5.20/bin/README.txt

but this only concerns binary releases and testing.

And for Tomcat 6 one needs to enhance

svn diff src/build/connector.xsl
Index: src/build/connector.xsl
===================================================================
--- src/build/connector.xsl    (revision 56974)
+++ src/build/connector.xsl    (working copy)
@@ -35,6 +35,7 @@
<xsl:attribute name="scheme">https</xsl:attribute>
<xsl:attribute name="sslProtocol">TLS</xsl:attribute>
<xsl:attribute name="clientAuth">false</xsl:attribute>
+ <xsl:attribute name="SSLEnabled">true</xsl:attribute> <!-- INFO: 
Tomcat 6 needs this attribute: 
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html -->

Cheers

Michael




More information about the Yanel-development mailing list