[Yanel-dev] Upgrading Tomcat

Balz Schreier balz.schreier at gmail.com
Sat Feb 26 11:20:23 CET 2011


Hi Michael,
that's a good idea.
during this year I also want to look at Yanel with Tomcat 7, because Tomcat
7 is fully compliant with JSR-299 and I'm sure that would be a über-great
addition to the Yanel stack. Tomcat 7 is also using JRE6.

Cheers
Balz

On Fri, Feb 25, 2011 at 11:28 PM, Michael Wechner <michael.wechner at wyona.com
> wrote:

> 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
>
>
> --
> Yanel-development mailing list Yanel-development at wyona.com
> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20110226/ee85f252/attachment.html>


More information about the Yanel-development mailing list