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]
