If my existing website is at

www.xyz.com

How do I set up Lenya to look at my existing files for the site? I have an index.html in the webiste root dir and all static pages in /pages



Jim




From: Jann Forrer <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: Deploying Lenya Publication Version 1.2.4
Date: Wed, 2 Nov 2005 08:40:38 +0100 (MET)

On Sat, 29 Oct 2005, John Pashley wrote:

> Hi,
>
> I am a beginner with Lenya, have managed to generate and edit my own
> publication, and now want to publish it (on the Internet).
>
> I've read through the Lenya documentation, but being a beginner have problems
> understanding the concepts.
>
> What do I have to do?
>

Can you be a bit more specific?
In principle you have a live area in lenya
http://somehost:someport/<context>/<pub-id>/live/<document-name> as e.g.
http://www.myhost.org:8080/lenya/mypub/live/foo/bar.html

In the most simple case you can access your live site with that URL.

A more common practice is to have an apache in front of your servlet
enginge. You then have to ensure that the webserver transfer the requests
to the servlet engine. That can be done e.g. by the appropriate
RewrriteRules see:

http://lenya.apache.org/1_2_x/tutorial/mod_proxy_and_lenya.html and
http://lenya.apache.org/1_2_x/tutorial/mod_proxy_and_lenya_continued.html

You can also use mod_jk if you like it better than mod_rewrite ....

Jann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to