|
|
Choosing A Webhost: |
svn commit: r201809 - in /lenya/docu/src/documentation/content/xdocs: 1_2_x: msg#00259cms.lenya.cvs
Author: gregor Date: Sat Jun 25 18:18:21 2005 New Revision: 201809 URL: http://svn.apache.org/viewcvs?rev=201809&view=rev Log: Added information about Lenya 1.2.4 Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/editing_in_lenya.xml lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/installing_lenya.xml lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/mod_proxy_and_lenya.xml lenya/docu/src/documentation/content/xdocs/index.xml Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/editing_in_lenya.xml URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/editing_in_lenya.xml?rev=201809&r1=201808&r2=201809&view=diff ============================================================================== --- lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/editing_in_lenya.xml (original) +++ lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/editing_in_lenya.xml Sat Jun 25 18:18:21 2005 @@ -125,7 +125,7 @@ <p><img alt="bxe" src="images/bxet.gif"/></p> - <p>In version 1.2.3, BXE is already installed and ready to go, so there's no need + <p>In version 1.2.4, BXE is already installed and ready to go, so there's no need for any added configuration.</p> </section><section id="next_articles"><title>Next articles</title> Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/installing_lenya.xml URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/installing_lenya.xml?rev=201809&r1=201808&r2=201809&view=diff ============================================================================== --- lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/installing_lenya.xml (original) +++ lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/installing_lenya.xml Sat Jun 25 18:18:21 2005 @@ -47,7 +47,7 @@ <li><a href="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-1.4.2_07-oth-JPR&SiteId=JSC&TransactionId=noreg">Java 1.4.2 SDK</a> (we downloaded the RedHat RPM)</li> <li><a href="http://cocoon.apache.org/mirror.cgi">Cocoon 2.1.7</a> (the TAR/GZ source version)</li> - <li><a href="ext:lenya.dist">Lenya 1.2.3</a> (the tar.gz source version is what we are using, under the SOURCES directory)</li> + <li><a href="ext:lenya.dist">Lenya 1.2.4</a> (the tar.gz source version is what we are using, under the SOURCES directory)</li> <li>(optional) <a href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.0">Tomcat 5.0.28</a> (the binary tar.gz version)</li> </ol> @@ -99,7 +99,7 @@ <p>Save and exit. Then, create a new file called webapps.sh and add the following inside:</p> - <source> export LENYA_HOME=/home/webapp/web_software/lenya-1.2.3 export + <source> export LENYA_HOME=/home/webapp/web_software/lenya-1.2.4 export COCOON_HOME=/home/webapp/web_software/cocoon-2.1.7 export COCOON_WEBAPP=/home/webapp/web_software/cocoon-2.1.7/build/webapp </source> @@ -140,7 +140,7 @@ change to the directory that your downloaded files are stored first):</p> <source> -mv apache-lenya-1.2.3-src.tar.gz /home/webapp/web_software/ +mv apache-lenya-1.2.4-src.tar.gz /home/webapp/web_software/ mv cocoon-2.1.7-src.tar.gz /home/webapp/web_software/ </source> @@ -167,9 +167,9 @@ <source> cd web_software -tar xzvf apache-lenya-1.2.3-src.tar.gz +tar xzvf apache-lenya-1.2.4-src.tar.gz -mv apache-lenya-1.2.3-src lenya-1.2.3 +mv apache-lenya-1.2.4-src lenya-1.2.4 </source> </section> <section id="unzip_and_build_cocoon"><title>Step 7: Unzip and build Cocoon</title> @@ -183,8 +183,8 @@ <p>Now, you'll need to copy some config files from Lenya into Cocoon's directory:</p> <source> -cp lenya-1.2.3/local.build.properties cocoon-2.1.7/ -cp lenya-1.2.3/local.blocks.properties cocoon-2.1.7/ +cp lenya-1.2.4/local.build.properties cocoon-2.1.7/ +cp lenya-1.2.4/local.blocks.properties cocoon-2.1.7/ </source> <p>Then the all-important part, compiling Cocoon. It's this simple:</p> @@ -212,7 +212,7 @@ <p>OK, we need to let Lenya know where Tomcat is before we install it.</p> - <source> cd /home/webapp/web_software/lenya-1.2.3/ cp build.properties + <source> cd /home/webapp/web_software/lenya-1.2.4/ cp build.properties local.build.properties </source> Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/mod_proxy_and_lenya.xml URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/mod_proxy_and_lenya.xml?rev=201809&r1=201808&r2=201809&view=diff ============================================================================== --- lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/mod_proxy_and_lenya.xml (original) +++ lenya/docu/src/documentation/content/xdocs/1_2_x/tutorial/mod_proxy_and_lenya.xml Sat Jun 25 18:18:21 2005 @@ -25,7 +25,7 @@ </header> <body> <p>We had mentioned that we were going to do articles on usecases and doctypes, but as we were - reconfiguring the newest version of Lenya (1.2.3 as of this writing) to be + reconfiguring the newest version of Lenya (1.2.4 as of this writing) to be installed under the ROOT context of Tomcat, we were again interested in going back and fixing up our mod_proxy configurations so that the following would happen:</p> @@ -63,7 +63,7 @@ <ol> <li>Change the container from Jetty to Tomcat (new to - 1.2.3) + 1.2.4) #web.app.server=Jettyweb.app.server=Tomcat</li> <li>Change the tomcat.webapps.dir line to the following:tomcat.webapps.dir=${tomcat.home.dir}/webapps/ROOT</li> Modified: lenya/docu/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/index.xml?rev=201809&r1=201808&r2=201809&view=diff ============================================================================== --- lenya/docu/src/documentation/content/xdocs/index.xml (original) +++ lenya/docu/src/documentation/content/xdocs/index.xml Sat Jun 25 18:18:21 2005 @@ -32,22 +32,22 @@ <ul> <li>Two Lenya presentations at <a href="ext:apachecon">ApacheCon Europe 2005</a> (Stuttgart, Germany 18-22 July 2005)</li> + <li><a href="site:download14">Lenya 1.2.4 released</a> (June 25, 2005)</li> <li><a href="site:download14">Lenya 1.4alpha1 released</a> (June 12, 2005)</li> <li>New <a href="site:faq">Lenya How-To's</a> posted (May 15, 2005) </li> - <li>Lenya 1.2.3 released (May 1, 2005) </li> <li>New <a href="site:tutorial">Lenya tutorials</a> posted (April 24, 2005) </li> </ul> </section> <section id="download"> <title>Downloads</title> - <p>Current stable version of Apache Lenya is 1.2.3. This is the recommended version for production. You will at least need the Java 2 Platform, Standard Edition, version 1.4.2. Please follow the <a href="site:install">installation instructions</a>.</p> + <p>Current stable version of Apache Lenya is 1.2.4. This is the recommended version for production. You will at least need the Java 2 Platform, Standard Edition, version 1.4.2. Please follow the <a href="site:install">installation instructions</a>.</p> <ul> - <li>Lenya 1.2.3 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.exe">Windows binary</a> (Windows Installer) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.exe.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.exe.md5">MD5 Checksum</a></li> - <li>Lenya 1.2.3 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.zip">Windows binary</a> (ZIP archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.zip.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.zip.md5">MD5 Checksum</a></li> - <li>Lenya 1.2.3 <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.zip">Windows source code</a> (ZIP archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.zip.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.zip.md5">MD5 Checksum</a></li> - <li>Lenya 1.2.3 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.tar.gz">Unix binary</a> (tar.gz archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.tar.gz.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.3-bin.tar.gz.md5">MD5 Checksum</a></li> - <li>Lenya 1.2.3 <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.tar.gz">Unix source code</a> (tar.gz archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.tar.gz.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.3-src.tar.gz.md5">MD5 Checksum</a></li> + <li>Lenya 1.2.4 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.exe">Windows binary</a> (Windows Installer) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.exe.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.exe.md5">MD5 Checksum</a></li> + <li>Lenya 1.2.4 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.zip">Windows binary</a> (ZIP archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.zip.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.zip.md5">MD5 Checksum</a></li> + <li>Lenya 1.2.4 <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.zip">Windows source code</a> (ZIP archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.zip.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.zip.md5">MD5 Checksum</a></li> + <li>Lenya 1.2.4 <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.tar.gz">Unix binary</a> (tar.gz archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.tar.gz.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/BINARIES/apache-lenya-1.2.4-bin.tar.gz.md5">MD5 Checksum</a></li> + <li>Lenya 1.2.4 <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.tar.gz">Unix source code</a> (tar.gz archive) <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.tar.gz.asc">ASC Signature</a> <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-1.2.4-src.tar.gz.md5">MD5 Checksum</a></li> </ul> <p>The Apache Software Foundation has <a href="http://people.apache.org/~henkp/cgi-bin/md5.cgi">more information on ASC Signatures and MD5 checksums</a>.</p> <p>Please go to the <a href="site:download12">download section</a> of version 1.2 for more download options such as SVN.</p>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r201808 - /lenya/tags/RELEASE_1_2_4/, gregor |
|---|---|
| Next by Date: | svn commit: r201783 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/search/lucene-live.xconf, gregor |
| Previous by Thread: | svn commit: r201808 - /lenya/tags/RELEASE_1_2_4/, gregor |
| Next by Thread: | svn commit: r201783 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/search/lucene-live.xconf, gregor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |