[opencms-dev] File not found error (solved) and other installation problems

=?utf-8?B?UGVkcm8gQmV6dW5hcnRlYSBM83Bleg==?= pedro at bezunartea.net
Fri Mar 17 07:15:40 CET 2006


Hi Christian,

First of all, thanks for your help.

> Have you done any modifications or which Version of opencms do you use?

The only thing I did was to unjar the contents of opencms.jar into a
directory named 'opencms-war' and publish a new application in tomcat by
adding the file /etc/tomcat5/Catalina/localhost/opencms.xml:

<Context path="/portal" docBase="/.../opencms/opencms-war" debug="99"
reloadable="true" crossContext="true"></Context>

And the started tomcat.

> Anything strange that could come in the way?

I found strange that I had to manually create de database user with the
proper access permissions to the database, even if the installer had the
root password.

> Any old opencms files could be used instead?
> Any problems with unpacking the Jar?
> Any custom modifications?
> Do you have some old mysql database driver in your tomcat classpath or
something?
>
> I am really guessing around, because something with your environment
must
> be strange...
> Is your tomcat installation fresh? Otherwise it might be worth a try to
just get a clean version of the tomcat zip and unpack it to try the
setup
> there again.

This was it! I tried it on a fresh tomcat install and it worked. I then
copied tomcat's default web.xml file to the one I have installed in the
system (FC4 default). And it worked again.

I still don't know the important differences between the two files. If I
figure it out, I'll let you know.

Thanks,

Pedro.

>
>
> Did you try to do the setup with the database root as opencms user? I
know that this is not standard behaviour and potentially insecure, but
it's worth a try.
> You can edit your opencms.properties later and configure a less
privileged
> user there after the setup.
>
> That's really what I would try 1st: use root as opencms user during the
setup process and see if it works.
>
> Greetings
> Christian
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 15 Mar 2006 08:31:31 +0100
> From: Christian Steinert <christian_steinert at web.de>
> Subject: Re: [opencms-dev] Static Export Speed in Version 6
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4417C2D3.6080906 at web.de>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Brett Beaumont wrote:
>> All,
>> We manage a couple of large OpenCMS v5 instances where the static
export time is incredibly long (over an hour). Can anyone tell me if
OpenCMS v6 makes a significant difference to the speed of the static
export?
>> */ Brett Beaumont / *
>> / Technical Consultant /
>> / Sytec Resources Limited ///* *
>> / Email /   < mailto:brett.beaumont at sytec.com
>> <mailto:brett.beaumont at sytec.com> >
>> / WWW /     http://www.sytec.com <http://www.sytec.com>
>> Important:  This electronic mail message and attachments (if any) are
confidential and may be legally privileged.  If you are not the
intended recipient please contact us immediately and destroy this
message.  You may not legally copy, disclose, disseminate or use the
contents in any way.  Thank you. *//*
>> ------------------------------------------------------------------------
_______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> I have the feeling that it is faster than with opencms 5, but still it
requires a lot of time for publishing.
> not much experience yet from my side.
>
> I have coded an own publishing class to do the static export in a
low-priority background process so that the user doesn't have to wait
for it to finish.
> If i've tested it, i'll post it to the list.
>
> Of course background publishing still generates load and takes time. If
you make changes very frequently, then I don't know - maybe it's better
then to use the new OnDemandStaticExportHandler, which hooks into the
"file not found" processing and writes out a page only, if it is
requested and not yet existing.
> In this way, your pages don't have to be pre-exported, before they are
requested.
>
> Christian
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.opencms.org/pipermail/opencms-dev/attachments/20060315/e05c7e51/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Wed, 15 Mar 2006 10:33:43 +0200
> From: Panos Kavalagios <Panagiotis.Kavalagios at eurodyn.com>
> Subject: Re: [opencms-dev] opencms 6 | where to put class files
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4417D167.8040504 at eurodyn.com>
> Content-Type: text/plain; charset="iso-8859-7"
>
> Dear all,
>
>     Am I forgetting something? I totally disagree with your approach to
> directly put your class files in the server's filesystem. Why to bother?
OpenCms will do it for you automatically when you publish your class
file or jar file and of course restart your servlet container (e.g.
Tomcat). From the OpenCms Module documentation:
>
> -----------------
>
> In case you either added the  * classes/*folder and/or the  * lib/*
folder on module creation, these folders are additionally created:
>
> /system/modules/org.opencms.mymodule/classes/com/opencms/mymodule/
/system/modules/org.opencms.mymodule/lib/
>
>     * Inside the classes/ subfolder, an entire subfolder structure with
>       the package name of your module is created. All subfolders of the
classes/ subfolder and their contents will be exported to
>       WEB-INF/classes/ when your module is published. For example you
could place a localization Java resource bundle in the module
subfolder classes/org/opencms/mymodule/my.properties.
>     * In the lib/ subfolder you could place any Java archives (JAR) that
>       are to be shipped with your module. All contents of the lib/
subfolder will be exported to WEB-INF/lib/ when your module is
published.
>
> -----------------
>
>     What are you going to do in case you want to distribute your module
> to another OpenCms instance? You will have to provide an additional
archive with your class files and give detailed instructions where they
should placed. Isn't it more confusing than to give a single module zip
file and have OpenCms to take care for the rest? I've already developed
a module having in the classes folder property localisation files and
all the classes in a jar file inside the lib folder. I haven't faced a
single hitch in the whole development process.
>
> Regards,
> Panos
>
> Jonathan Woods wrote:
>> Joachim -
>> The question is made more complicated by the status of your module. If
you're developing it from scratch, and just putting JSP, XSD, HTML and
Java (class) files underneath /system/modules in directories following
the normal OpenCms module structure, that's fine - but until you tell
OpenCms 'officially' that it's a module, it won't put the
/system/modules/<your module name>/classes directory in the runtime
classpath - so your classes won't be found.  Same goes for jar files in
/system/modules/<your module name>/lib.
>> I think the best way to develop your module is to put your class files
in <opencms root>/WEB-INF/classes, which is always in the OpenCms
classpath; then once things are stable and you are ready to package up
your module as a module, you can put them instead in the directory
above.  Other people may have different ways of working.
>> Tip: beware old versions of your classes being picked up from odd
places.  I'd suggest including a build timestamp in your Java code and
spitting it out in the log or in a test area of your web pages, just so
you can be sure new stuff is being picked up; and of course if OpenCms
has already loaded a class then you'll need to restart Tomcat for it to
pick up any new version.
>> Jon
>> ------------------------------------------------------------------------
*From:* opencms-dev-bounces at opencms.org
>> [mailto:opencms-dev-bounces at opencms.org] *On Behalf Of *Panos
Kavalagios
>> *Sent:* 14 March 2006 15:48
>> *To:* The OpenCms mailing list
>> *Subject:* Re: [opencms-dev] opencms 6 | where to put class files Joachim,
>>     You can either place your class file in:
>> *my.mod.submodule/classes/my/mod/submodule*
>> or as a jar file in:
>> *my.mod.submodule/lib*
>> Regards,
>> Panos
>> Joachim Zittmayr wrote:
>>> hello ocms.dev.list!
>>> where do i have to put (new) class files?
>>> can i put them just under a module classes folder (e.g.
>>> my.mod.submodule/classes/classname.class)?
>>> what else do i have to consider? it seems as if the newly created
class
>>> is not "recognized". i added a method, but i can't use it in a e.g.
jsp-template (method foo(String) is undefined for the type bar) thanks
4 ur help!
>>> joachim
>> --
>> Panagiotis Th. Kavalagios
>> Electrical & Computer Engineer
>> European Dynamics S.A.
>> Athens, Hellas
>> Tel: +30-210-8094500
>> ------------------------------------------------------------------------
_______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> --
> Panagiotis Th. Kavalagios
> Electrical & Computer Engineer
> European Dynamics S.A.
> Athens, Hellas
> Tel: +30-210-8094500
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.opencms.org/pipermail/opencms-dev/attachments/20060315/fd499a90/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Wed, 15 Mar 2006 00:56:57 -0800 (PST)
> From: Albi <Lajart at gmail.com>
> Subject: Re: [opencms-dev] Global Search
> To: opencms-dev at opencms.org
> Message-ID: <3412150.post at talk.nabble.com>
> Content-Type: text/plain; charset=UTF-8
>
>
> He visto por los logins que hay mucha gente que tiene que entender espa??ol
> asi que hare la pregunta en este idioma que me explico mejor,xD. he
hecho una plantilla para una web basandome en el templateone. Por
defecto
> la busqueda es local a la pagina que se esta buscando pero yo quiero
cambiar
> ese parametro para que la busqueda sea global en toda la pagina web.
Gracias por la ayuda por adelantado.
> byess!!
> --
> View this message in context:
> http://www.nabble.com/Global-Search-t1271788.html#a3412150
> Sent from the OpenCMS - Dev forum at Nabble.com.
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 15 Mar 2006 10:04:51 +0100
> From: Javier Descalzo <descalzo_jav at gva.es>
> Subject: Re: [opencms-dev] Global Search
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4417D8B3.9060505 at gva.es>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hola Albi,
> tenemos una lista en castellano:
>
> La direcci??n es:
>   https://sourceforge.net/projects/opencms-es-tr/
> La lista de correo habilitada para ello:
>   opencms-es-tr-list at lists.sourceforge.net
>
> En cuanto tenga un ratillo pienso lo tuyo :-)
>
> Un saludo.
>
> Albi escribi??:
>
>>He visto por los logins que hay mucha gente que tiene que entender
>> espa??ol
>>asi que hare la pregunta en este idioma que me explico mejor,xD. he
hecho una plantilla para una web basandome en el templateone. Por
>> defecto
>>la busqueda es local a la pagina que se esta buscando pero yo quiero
>> cambiar
>>ese parametro para que la busqueda sea global en toda la pagina web.
Gracias por la ayuda por adelantado.
>>byess!!
>>--
>>View this message in context:
>> http://www.nabble.com/Global-Search-t1271788.html#a3412150
>>Sent from the OpenCMS - Dev forum at Nabble.com.
>>_______________________________________________
>>This mail is sent to you from the opencms-dev mailing list
>>To change your list options, or to unsubscribe from the list, please
>> visit
>>http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> ------------------------------
>
> Message: 9
> Date: Wed, 15 Mar 2006 10:08:04 +0100
> From: "Kai Schliemann" <k.schliemann at comundus.com>
> Subject: AW: [opencms-dev] Global Search
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID: <NMEPKOOENMNGDKBHNMGOMECBNHAA.k.schliemann at comundus.com>
Content-Type: text/plain;	charset="utf-8"
>
> Hi ?
>
> you will get more answers when you write in english.
>
> Regards Kai
>
>> -----Urspr??ngliche Nachricht-----
>> Von: opencms-dev-bounces at opencms.org
>> [mailto:opencms-dev-bounces at opencms.org]Im Auftrag von Albi
>> Gesendet: Mittwoch, 15. M??rz 2006 09:57
>> An: opencms-dev at opencms.org
>> Betreff: Re: [opencms-dev] Global Search
>> He visto por los logins que hay mucha gente que tiene que entender
espa??ol
>> asi que hare la pregunta en este idioma que me explico mejor,xD. he
hecho una plantilla para una web basandome en el templateone. Por
defecto
>> la busqueda es local a la pagina que se esta buscando pero yo
>> quiero cambiar
>> ese parametro para que la busqueda sea global en toda la pagina web.
Gracias por la ayuda por adelantado.
>> byess!!
>> --
>> View this message in context:
>> http://www.nabble.com/Global-Search-t1271788.html#a3412150
>> Sent from the OpenCMS - Dev forum at Nabble.com.
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> ------------------------------
>
> Message: 10
> Date: Wed, 15 Mar 2006 01:09:32 -0800
> From: "Joachim Zittmayr" <joachim at imap.cc>
> Subject: Re: [opencms-dev] opencms 6 | where to put class files
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID: <1142413772.8079.256665651 at webmail.messagingengine.com>
Content-Type: text/plain; charset="iso-8859-1"
>
> hi!
>
> thanks to all, who helped me out here.
> i knew that it i should place my class-files either under
> ${VFS}/system/mymod/classes|libs or
> ${RFS}/${TOMCAT_HOME}/webapps/${CONTEXT}/classes|libs. the difference
is, as far as i could figure it out, when i place my packages in the
RFS, tomcat (in the latest version of 5.5.15, opposed to versions like
5.5.9) recognises newly created classes|libs and reloads the context
automatically all by 'him'self... and this doesn't work with
> VFS-classes. i think restarting the whole tomcat is not necessary. just
restartig the context is suffice and takes less time.
>
> the advantage of placing them in the VFS is that u have a nice
> versioning.
>
> again, thanks for ur suggestions and ideas!
> joachim
>
> On Wed, 15 Mar 2006 10:33:43 +0200, "Panos Kavalagios"
> <Panagiotis.Kavalagios at eurodyn.com> said
>> Dear all,
>>     Am I forgetting something? I totally disagree with your approach to
>> directly put your class files in the server's filesystem. Why to
bother?
>> OpenCms will do it for you automatically when you publish your class
file or jar file and of course restart your servlet container (e.g.
Tomcat). From the OpenCms Module documentation:
>> -----------------
>> In case you either added the  * classes/*folder and/or the  * lib/*
folder on module creation, these folders are additionally created:
/system/modules/org.opencms.mymodule/classes/com/opencms/mymodule/
/system/modules/org.opencms.mymodule/lib/
>>     * Inside the classes/ subfolder, an entire subfolder structure with
>>       the package name of your module is created. All subfolders of the
classes/ subfolder and their contents will be exported to
WEB-INF/classes/ when your module is published. For example you
could place a localization Java resource bundle in the module
subfolder classes/org/opencms/mymodule/my.properties.
>>     * In the lib/ subfolder you could place any Java archives (JAR)
that
>>       are to be shipped with your module. All contents of the lib/
subfolder will be exported to WEB-INF/lib/ when your module is
published.
>> -----------------
>>     What are you going to do in case you want to distribute your module
>> to another OpenCms instance? You will have to provide an additional
archive with your class files and give detailed instructions where they
should placed. Isn't it more confusing than to give a single module zip
file and have OpenCms to take care for the rest? I've already developed
a module having in the classes folder property localisation files and
all the classes in a jar file inside the lib folder. I haven't faced a
single hitch in the whole development process.
>> Regards,
>> Panos
>> Jonathan Woods wrote:
>> > Joachim -
>> >
>> > The question is made more complicated by the status of your module.
If you're developing it from scratch, and just putting JSP, XSD, HTML
and Java (class) files underneath /system/modules in directories
following the normal OpenCms module structure, that's fine - but
until
>> > you tell OpenCms 'officially' that it's a module, it won't put the
/system/modules/<your module name>/classes directory in the runtime
classpath - so your classes won't be found.  Same goes for jar files
in /system/modules/<your module name>/lib.
>> >
>> > I think the best way to develop your module is to put your class
files
>> > in <opencms root>/WEB-INF/classes, which is always in the OpenCms
classpath; then once things are stable and you are ready to package
up
>> > your module as a module, you can put them instead in the directory
above.  Other people may have different ways of working.
>> >
>> > Tip: beware old versions of your classes being picked up from odd
places.  I'd suggest including a build timestamp in your Java code
and
>> > spitting it out in the log or in a test area of your web pages, just
so you can be sure new stuff is being picked up; and of course if
OpenCms has already loaded a class then you'll need to restart Tomcat
for it to pick up any new version.
>> >
>> > Jon
>> >
>> > ------------------------------------------------------------------------
*From:* opencms-dev-bounces at opencms.org
>> > [mailto:opencms-dev-bounces at opencms.org] *On Behalf Of *Panos
>> Kavalagios
>> > *Sent:* 14 March 2006 15:48
>> > *To:* The OpenCms mailing list
>> > *Subject:* Re: [opencms-dev] opencms 6 | where to put class files
>> >
>> > Joachim,
>> >
>> >     You can either place your class file in:
>> >
>> > *my.mod.submodule/classes/my/mod/submodule*
>> >
>> > or as a jar file in:
>> >
>> > *my.mod.submodule/lib*
>> >
>> > Regards,
>> > Panos
>> >
>> > Joachim Zittmayr wrote:
>> >> hello ocms.dev.list!
>> >>
>> >> where do i have to put (new) class files?
>> >> can i put them just under a module classes folder (e.g.
>> >> my.mod.submodule/classes/classname.class)?
>> >> what else do i have to consider? it seems as if the newly created
>> class
>> >> is not "recognized". i added a method, but i can't use it in a e.g.
jsp-template (method foo(String) is undefined for the type bar)
>> >>
>> >> thanks 4 ur help!
>> >> joachim
>> >>
>> >
>> > --
>> > Panagiotis Th. Kavalagios
>> > Electrical & Computer Engineer
>> > European Dynamics S.A.
>> > Athens, Hellas
>> > Tel: +30-210-8094500
>> >
>> > ------------------------------------------------------------------------
>> >
>> >
>> > _______________________________________________
>> > This mail is sent to you from the opencms-dev mailing list
>> > To change your list options, or to unsubscribe from the list, please
>> visit
>> > http://lists.opencms.org/mailman/listinfo/opencms-dev
>> --
>> Panagiotis Th. Kavalagios
>> Electrical & Computer Engineer
>> European Dynamics S.A.
>> Athens, Hellas
>> Tel: +30-210-8094500
> --
>   Joachim Zittmayr
>   joachim at imap.cc
>
> --
> http://www.fastmail.fm - Same, same, but different?
>
>
> ------------------------------
>
> Message: 11
> Date: Wed, 15 Mar 2006 10:13:24 +0100
> From: Jan Meier <jan.meier at zmnh.uni-hamburg.de>
> Subject: Re: [opencms-dev] LDAP integration with 6.X
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <200603151013.24647.jan.meier at zmnh.uni-hamburg.de>
> Content-Type: text/plain;  charset="iso-8859-1"
>
> Am Dienstag 14 M?rz 2006 22:50 schrieb Asaf Amit:
>> Has anyone managed to integrate the OpenCms security / ACL with an LDAP
source?
>
> As far as I know has Alkacon a commercial LDAP module.
>
> Regards
> Jan
>
> ------------------------------
>
> Message: 12
> Date: Wed, 15 Mar 2006 09:16:54 -0000
> From: "Jonathan Woods" <jonathan.woods at scintillance.com>
> Subject: RE: [opencms-dev] opencms 6 | where to put class files
> To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
> Message-ID: <000f01c64811$36dbb490$0500a8c0 at COMPUTER2>
> Content-Type: text/plain; charset="us-ascii"
>
> Panos - you (and Christian) may well be right.  But the reason I stuff
things directly in the server's filesystem during development is because
I
> have an automated Eclipse/Ant script which builds the whole app, FTPs it to
> my server then kicks off a local script to copy files over.  When Java
classes or JSPs have changed and I want to try out the new versions, it
takes one mouse click and about 30 seconds to make them availalbe, which
is
> a whole lot better than having to faff around publishing things.  Of
course,
> I have to use the 'full' approach once things are stable.
>
> Jon
>
>   _____
>
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Panos Kavalagios
Sent: 15 March 2006 08:34
> To: The OpenCms mailing list
> Subject: Re: [opencms-dev] opencms 6 | where to put class files
>
>
> Dear all,
>
>     Am I forgetting something? I totally disagree with your approach to
> directly put your class files in the server's filesystem. Why to bother?
OpenCms will do it for you automatically when you publish your class
file
> or
> jar file and of course restart your servlet container (e.g. Tomcat).
From
> the OpenCms Module documentation:
>
> -----------------
>
>
> In case you either added the  classes/folder and/or the  lib/ folder on
module creation, these folders are additionally created:
>
> /system/modules/org.opencms.mymodule/classes/com/opencms/mymodule/
>
> /system/modules/org.opencms.mymodule/lib/
>
> *	Inside the classes/ subfolder, an entire subfolder structure with the
package name of your module is created. All subfolders of the
classes/
> subfolder and their contents will be exported to WEB-INF/classes/ when your
> module is published. For example you could place a localization Java
resource bundle in the module subfolder
> classes/org/opencms/mymodule/my.properties.
>
> *	In the lib/ subfolder you could place any Java archives (JAR) that are
to be shipped with your module. All contents of the lib/ subfolder will
> be exported to WEB-INF/lib/ when your module is published.
>
> -----------------
>
>     What are you going to do in case you want to distribute your module
to
> another OpenCms instance? You will have to provide an additional archive
with your class files and give detailed instructions where they should
placed. Isn't it more confusing than to give a single module zip file
and
> have OpenCms to take care for the rest? I've already developed a module
having in the classes folder property localisation files and all the
classes
> in a jar file inside the lib folder. I haven't faced a single hitch in
the
> whole development process.
>
> Regards,
> Panos
>
> Jonathan Woods wrote:
>
> Joachim -
>
> The question is made more complicated by the status of your module.  If
you're developing it from scratch, and just putting JSP, XSD, HTML and
Java
> (class) files underneath /system/modules in directories following the
normal
> OpenCms module structure, that's fine - but until you tell OpenCms
'officially' that it's a module, it won't put the /system/modules/<your
module name>/classes directory in the runtime classpath - so your
classes
> won't be found.  Same goes for jar files in /system/modules/<your module
name>/lib.
>
> I think the best way to develop your module is to put your class files
in
> <opencms root>/WEB-INF/classes, which is always in the OpenCms
classpath;
> then once things are stable and you are ready to package up your module
as
> a
> module, you can put them instead in the directory above.  Other people
may
> have different ways of working.
>
> Tip: beware old versions of your classes being picked up from odd
places.
> I'd suggest including a build timestamp in your Java code and spitting
it
> out in the log or in a test area of your web pages, just so you can be sure
> new stuff is being picked up; and of course if OpenCms has already
loaded
> a
> class then you'll need to restart Tomcat for it to pick up any new version.
>
> Jon
>
>   _____
>
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Panos Kavalagios
Sent: 14 March 2006 15:48
> To: The OpenCms mailing list
> Subject: Re: [opencms-dev] opencms 6 | where to put class files
>
>
> Joachim,
>
>     You can either place your class file in:
>
> my.mod.submodule/classes/my/mod/submodule
>
> or as a jar file in:
>
> my.mod.submodule/lib
>
> Regards,
> Panos
>
> Joachim Zittmayr wrote:
>
> hello ocms.dev.list!
>
>
>
> where do i have to put (new) class files?
>
> can i put them just under a module classes folder (e.g.
>
> my.mod.submodule/classes/classname.class)?
>
> what else do i have to consider? it seems as if the newly created class
>
> is not "recognized". i added a method, but i can't use it in a e.g.
>
> jsp-template (method foo(String) is undefined for the type bar)
>
>
>
> thanks 4 ur help!
>
> joachim
>
>
>
>
> --
>
> Panagiotis Th. Kavalagios
>
> Electrical & Computer Engineer
>
> European Dynamics S.A.
>
> Athens, Hellas
>
> Tel: +30-210-8094500
>
>
>
>
>   _____
>
>
>
> _______________________________________________
>
> This mail is sent to you from the opencms-dev mailing list
>
> To change your list options, or to unsubscribe from the list, please
visit
>
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> --
>
> Panagiotis Th. Kavalagios
>
> Electrical & Computer Engineer
>
> European Dynamics S.A.
>
> Athens, Hellas
>
> Tel: +30-210-8094500
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.opencms.org/pipermail/opencms-dev/attachments/20060315/682df31d/attachment-0001.html
>
> ------------------------------
>
> Message: 13
> Date: Wed, 15 Mar 2006 10:25:37 +0100
> From: "Manuel Wallnoefer" <manuel.wallnoefer at msk-informatik.at>
> Subject: [opencms-dev] Best way to handle multi language sites in
> 	OpenCms	6.2 beta
> To: "OpenCMS List" <opencms-dev at opencms.org>
> Message-ID: <mailman.0.1142420401.1524.opencms-dev at opencms.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all,
>
>
>
> i use version 6.2 beta and I'm interessted in how to manage sites with more
> than one language with opencms.
>
>
>
> Thanx for help !
>
>
>
>
>
> ~manuel
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.opencms.org/pipermail/opencms-dev/attachments/20060315/0b783db8/attachment.html
>
> ------------------------------
>
> Message: 14
> Date: Wed, 15 Mar 2006 11:52:39 +0200
> From: Panos Kavalagios <Panagiotis.Kavalagios at eurodyn.com>
> Subject: Re: [opencms-dev] Best way to handle multi language sites in
> 	OpenCms	6.2 beta
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4417E3E7.4060807 at eurodyn.com>
> Content-Type: text/plain; charset="iso-8859-7"
>
> Hi Manuel,
>
>     You may create siblings of a file and set locale, NavText and Title
> in each file appropriate.
>
> Regards,
> Panos
>
> Manuel Wallnoefer wrote:
>> Hi all,
>> i use version 6.2 beta and I?m interessted in how to manage sites with
more than one language with opencms.
>> Thanx for help !
>> ~manuel
>> ------------------------------------------------------------------------
_______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> --
> Panagiotis Th. Kavalagios
> Electrical & Computer Engineer
> European Dynamics S.A.
> Athens, Hellas
> Tel: +30-210-8094500
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.opencms.org/pipermail/opencms-dev/attachments/20060315/b7a56057/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
> End of opencms-dev Digest, Vol 84, Issue 4
> ******************************************
>








More information about the opencms-dev mailing list