You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by le...@cocoon.apache.org on 2004/08/02 13:05:56 UTC

[Cocoon Lenya Wiki] Updated: FAQ

   Date: 2004-08-02T04:05:56
   Editor: JohannesJander <su...@jandermail.de>
   Wiki: Cocoon Lenya Wiki
   Page: FAQ
   URL: http://wiki.apache.org/cocoon-lenya/FAQ

   added i18n and BXE issues, some minor changes

Change Log:

------------------------------------------------------------------------------
@@ -22,16 +22,16 @@
 ----
 == Installation, Setup, Virtual hosts etc. ==
 
-=== I have deployed the cocoon app already to my servlet engine. Can I install Lenya parallel? ===
+=== I have already deployed cocoon in my servlet engine. Can I install Lenya in parallel? ===
 
 Yes you can. You need to make sure to change the hdsqldb port in Lenya's build.properties so
-that it does not conflict with the port the cocoon app uses for hdsqldb.
+that it does not conflict with the port used by cocoon for hdsqldb.
 
 ----
 
 === Can lenya be integrated into a virtual hosting environment? ===
 
-Yes, the probably most simple setup would be to use a standard Apache webserver with mod_proxy and then connect the various "URL prefixes" to the various  other servers.
+Yes, the probably most simple setup would be to use a standard Apache webserver with mod_proxy and then connect the various "URL prefixes" to the various  other servers. See the HowToModProxy for reference.
 
 ----
 
@@ -82,11 +82,12 @@
 ----
 === Why do I get an "illegal cookie" warning with all the lenya reference sites using Opera? ===
 
+cocoon issues a cookie containing {{{/lenya}}}. If the path to the Lenya publication does conflict with the cookie-path, Opera will (rightfully) complain.
 
 ----
 
 
-=== I get a  ==={{{java.net.URISyntaxException}}} error:
+=== I get a {{{java.net.URISyntaxException}}} error: ===
 
 {{{
 java.net.URISyntaxException: Illegal character in path at index 21: 
@@ -212,3 +213,10 @@
 And now write your alternative login.xsl in the publication filesystem,
 under config/ac (webapps/lenya/lenya/pubs/[pubName]/config/ac)
 
+== Internationalization (i18n) ==
+=== How do I switch the default language for an existing publication? ===
+Go to {{{lenya/pubs/<youpubname>/config/publication.xconf}}} and move the {{{default="true"}}} attribute to your default language.
+
+== Editors ==
+=== BXE doesn't let me insert a <h1> heading? ===
+This is a setting in {{{lenya/lenya/resources/misc/bxeng/contextmenu.xml}}} - all tags appearing there cannot be inserted by the BXE popup menu.

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