You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by TJ <tu...@minterellison.com> on 2004/02/26 06:56:49 UTC

Setting up lenya..pls help.

I am very new with Lenya and are following the Instllation instruction on the 
website.

I have downloaded:

Tomcat 4.1.29
Cocoon 2.1.4
Ant    1.6.1
Lenya  cocoon-lenya-1.2rc2-bin.exe (02 Feb 2004)

This is the structure which I am installing the packages:

C:/lenya/src/cocoon-2.1.4
C:/lenya/build/tomcat4
C:/lenya/build/ant-1.6.1

When I install cocoon-lenya-1.2rc2-bin.exe, it extracted itself into:

C:/lenya/build/lenya
C:/lanya/tools

I am successful until step 10 in the installation of compiling Cocoon and copy 
the endorsed libraries.

However, I could not find any $LENYA_HOME/build.properties.sample file. and is 
C:/lenya/build/lenya my $LENYA_HOME in this case?

Thank you.        



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
Hello TJ,

>When I install cocoon-lenya-1.2rc2-bin.exe, it extracted itself into:
>
>I am successful until step 10 in the installation of compiling Cocoon and copy 
>the endorsed libraries.
>
>However, I could not find any $LENYA_HOME/build.properties.sample file. and is 
>C:/lenya/build/lenya my $LENYA_HOME in this case?
>  
>

If you are using the installer there is no need for

build.properties.sample.


That is because it is already a build! You should find a file called 
lenya.bat. If you start this bat point your browser to 
http://localhost:8888/ and you will see lenya.

P.S.: AFAIK you will not need cocoon either if you use the installer.

HTH
King regards
Thorsten

-- 
"Erare humanum est", Seneca

Thorsten Scherler

Tfno: 955 062 627
Email: thorsten.scherler.ext@juntadeandalucia.es



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by Christian Kreutz <sc...@gmx.de>.
> Faludi,
> 
> Even I am very new with Lenya, is it possible to share how you port Lenya
> into 
> Websphere? thank you.
> 
With mod_proxy for apache.

http://cocoon.apache.org/lenya/docs/components/deployment/mod_proxy.html

<VirtualHost 192.168.1.13>
    ServerName 192.168.1.13
    ServerAdmin lenya@cocoon.apache.org
    DocumentRoot /home/lenya/build/apache_1.3.24/htdocs
    ProxyPass          / http://192.168.1.13:8080/lenya/blog/live/
    ProxyPassReverse   / http://192.168.1.13:8080/lenya/blog/live/
    ErrorLog logs/blog-error_log
    CustomLog logs/blog-access_log common
</VirtualHost>



> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 

-- 
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by TJ <tu...@minterellison.com>.
Faludi,

Even I am very new with Lenya, is it possible to share how you port Lenya into 
Websphere? thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by Faludi Gabor <gf...@allianz.hu>.
> Apache Lenya - Content Management System Apache Lenya - Content Management 
> System Open Source Content Management System Publications Lenya's Weblog 
> Default Publication OSCOM Welcome to Apache Lenya You have successfully 
> installed Apache Lenya 1.2. To start, click on any of the publications on the 
> left. About Apache Lenya Apache Lenya is a Java-based Open-Source Content 
> Management System. It is based on open standards such as XML and XSLT. One of 
> its core components is Cocoon from the Apache Software Foundation. Lenya 
> supports inline WYSIWYG editors. Your site editors do not have to learn XML. 
> This is possible thanks to the support of XML, XSLT and XML Schema on the 
> client side. An administration interface allows advanced users to monitor the 
> CMS, and perform configuration tasks.

I had the same problem with the binary distribution. It is because 
somehow most of the html tags on these pages start with "<xhtml:". I've 
imported the whole web app into WebSphere, and the problem disappeared.


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by TJ <tu...@minterellison.com>.
Thank you for answering my queries. I have since just extract the Binary 
version into C:\Lenya and it started up nicely. However, I notice this during 
startup:

Started WebApplicationContext[/,.\build\lenya\webapp]
server.properties not found, using command line or default properties

Is this correct? as when I access http://localhost:8888, I see only the 
following in text. 

Apache Lenya - Content Management System Apache Lenya - Content Management 
System Open Source Content Management System Publications Lenya's Weblog 
Default Publication OSCOM Welcome to Apache Lenya You have successfully 
installed Apache Lenya 1.2. To start, click on any of the publications on the 
left. About Apache Lenya Apache Lenya is a Java-based Open-Source Content 
Management System. It is based on open standards such as XML and XSLT. One of 
its core components is Cocoon from the Apache Software Foundation. Lenya 
supports inline WYSIWYG editors. Your site editors do not have to learn XML. 
This is possible thanks to the support of XML, XSLT and XML Schema on the 
client side. An administration interface allows advanced users to monitor the 
CMS, and perform configuration tasks.

There is nothing which I could click on the left hand side.

If I download the nightly binary build, how do I install it? there is only a 
Lenya.war file. 

Thank you again.


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by Andreas Kuckartz <A....@ping.de>.
> Tomcat 4.1.29
> Cocoon 2.1.4
> Ant    1.6.1
> Lenya  cocoon-lenya-1.2rc2-bin.exe (02 Feb 2004)

The exe-file contains Jetty and everything else. There is no need for Tomcat
etc.

To start Lenya: execute lenya.bat

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org