Hi Michael,<div>that's a good idea.</div><div>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.</div>
<div><br></div><div>Cheers</div><div>Balz</div><div><br><div class="gmail_quote">On Fri, Feb 25, 2011 at 11:28 PM, Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi<br>
<br>
I am currently working on upgrading the default Tomcat of Yanel, hence I have added 5.5.33 and 6.0.32 to<br>
<br>
<a href="http://maven2.wyona.org/apache-org/apache-tomcat/" target="_blank">http://maven2.wyona.org/apache-org/apache-tomcat/</a><br>
<br>
whereas in order to use one or the other one needs to re-configure the parameter "tomcat.version" within the file<br>
<br>
src/build/(local.)build.properties<br>
<br>
and do run<br>
<br>
build clean-all<br>
build quick-start<br>
<br>
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.<br>
<br>
Beside src/build/(local.)build.properties<br>
<br>
the following files also need to be upgraded<br>
<br>
src/binary-dist/start.bat<br>
src/binary-dist/start.sh<br>
src/binary-dist/stop.bat<br>
src/binary-dist/stop.sh<br>
src/binary-dist/windows/install-yanel.nsi<br>
src/build/targets/continuous-integration/CI<br>
src/build/targets/continuous-integration/reCI<br>
tools/apache-tomcat/java-1.4/apache-tomcat-5.5.20/bin/README.txt<br>
<br>
but this only concerns binary releases and testing.<br>
<br>
And for Tomcat 6 one needs to enhance<br>
<br>
svn diff src/build/connector.xsl<br>
Index: src/build/connector.xsl<br>
===================================================================<br>
--- src/build/connector.xsl    (revision 56974)<br>
+++ src/build/connector.xsl    (working copy)<br>
@@ -35,6 +35,7 @@<br>
<xsl:attribute name="scheme">https</xsl:attribute><br>
<xsl:attribute name="sslProtocol">TLS</xsl:attribute><br>
<xsl:attribute name="clientAuth">false</xsl:attribute><br>
+ <xsl:attribute name="SSLEnabled">true</xsl:attribute> <!-- INFO: Tomcat 6 needs this attribute: <a href="http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html" target="_blank">http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html</a> --><br>

<br>
Cheers<br>
<br>
Michael<br><font color="#888888">
<br>
<br>
-- <br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com" target="_blank">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
</font></blockquote></div><br></div>