[opencms-dev] Re: opencms-dev Digest, Vol 51, Issue 2
Swamy KPN
swamy.kpn at gmail.com
Wed Jul 27 06:57:44 CEST 2005
Hi,
I am having one jsp page from this page through action i am calling a
servletclass,
but my problem is from where and in which folder i have to map this
servletcalss.
does any one having an idea on this please help me
Thanks&Regards,
KPN
On 7/26/05, opencms-dev-request at opencms.org
<opencms-dev-request at opencms.org> wrote:
> Send opencms-dev mailing list submissions to
> opencms-dev at opencms.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
> or, via email, send a message with subject or body 'help' to
> opencms-dev-request at opencms.org
>
> You can reach the person managing the list at
> opencms-dev-owner at opencms.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of opencms-dev digest..."
>
>
> Today's Topics:
>
> 1. Setting default properties for xml-contents via xsd-schemas
> (Corsin Camichel)
> 2. Re: opencms-dev Digest, Vol 51, Issue 1 (lgauthier at opnworks.com)
> 3. RE: Adding new classes (Francisco Lopera)
> 4. Re: Adding new classes (Joachim Arrasz)
> 5. Re: HowTo Access the CmsObject? (Anatol)
> 6. Re: Scheduling problem (Anatol)
> 7. RE: HowTo Access the CmsObject? (Borja Marcos Suarez)
> 8. Re: HowTo Access the CmsObject? (Anatol)
> 9. RE: Adding new classes (Francisco Lopera)
> 10. Re: HowTo Access the CmsObject? (Joe Desbonnet)
> 11. Multi-Language Question (Anatol)
> 12. reading xmlcontent (Yusuf K?r)
> 13. Re: Multi-Language Question (Martin Kuba)
> 14. Restrict access to pages problem (Webusers, groups and Guest
> User) (monguz)
> 15. Re: 6.0.0 installation problem with SLES9 (Claus Priisholm)
> 16. Creating Sibbling to a Folder? (Anatol)
> 17. Re: Restrict access to pages problem (Webusers, groups and
> Guest User) (Stefan Uldum Grinsted)
> 18. RE: Creating Sibbling to a Folder? (Alexander Kandzior)
> 19. Re: Creating Sibbling to a Folder? (Daniel Wiesner)
> 20. Re: two questions about cms:contentload (Claus Priisholm)
> 21. RE: Creating Sibbling to a Folder? (Alexander Kandzior)
> 22. Re: Database Access (Alexander Wallace)
> 23. Re: members only module (Alexander Wallace)
> 24. Re: Creating Sibbling to a Folder? (Anatol)
> 25. Re: error finding resource <cms:link> (Anatol)
> 26. Re: Creating Sibbling to a Folder? (Thomas Maerz)
> 27. System filure: "org.opencms.main.CmsIllegalArgument"
> (Robert Kiendl)
> 28. Re: System filure: "org.opencms.main.CmsIllegalArgument"
> (Thomas Maerz)
> 29. Re: CmsTemplateBean once again! (Timothy Reaves)
> 30. Error reading all resources on the path "/" that have
> property "exportname". (Tristan Collins)
> 31. OCSETUP help (Ian_Symonds at dialog.com.au)
> 32. Re: CmsTemplateBean once again! (GV)
> 33. Best tip to implement multilanguaje in opencms 5
> (Francisco Lopera)
> 34. Acces to module (Carol Mancho Lagunas)
> 35. Re: Acces to module (Anatol)
> 36. Question about login() mechanism (Anatol)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 25 Jul 2005 12:00:14 +0200
> From: Corsin Camichel <cocaman at gmail.com>
> Subject: [opencms-dev] Setting default properties for xml-contents via
> xsd-schemas
> To: opencms-dev at opencms.org
> Message-ID: <8068754105072503001672e489 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi *
>
> I need to set two properties to each xml-content that is created newly
> by the user. My idea was to set these properties via the xsd-schema,
> something like
> <mapping element="Title" mapto="property:Title"/>
> but with similar to
> <mapping value="Hello world" mapto="property:Title"/>
>
> Has anybody an idea how to do that? Setting the properties on the
> schema itself does not work and I can not set the properties on a
> higher folder.
>
> thanks in advance
> Corsin
> --
> Corsin Camichel
> cocaman at gmail.com
>
> ------------------------------
>
> Message: 2
> Date: 25 Jul 2005 10:06:42 -0000
> From: lgauthier at opnworks.com
> Subject: [opencms-dev] Re: opencms-dev Digest, Vol 51, Issue 1
> To: opencms-dev at opencms.org
> Message-ID: <20050725100642.42224.qmail at london.clusterspan.net>
> Content-Type: text/plain; charset=utf-8
>
> Je suis absent jusqu'au 5 aout 2005. Pour toute urgence contacter: direction at opnworks.com
>
> Merci,
>
> Laurent Gauthier
>
> I am absent until August 5, 2005. For any emergency, contact management at opnworks.com.
>
> Thank you,
>
> Laurent Gauthier
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 25 Jul 2005 12:03:29 +0200
> From: "Francisco Lopera" <flopera at encamina.com>
> Subject: RE: [opencms-dev] Adding new classes
> To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
> Message-ID: <20050725100404.D348587E7 at smtp-02.servidoresdns.net>
> Content-Type: text/plain; charset="us-ascii"
>
> I need integrate the calendar (opencms5) into opencms 6, but normal
> procedure (import modules) import a wrong calendar don't work
>
> I want put .class files (binary) into classes directory. I have create the
> folders manually and I put the class modules (calendar) inside:
> CalendarBackoffice.class
> CalendarContentDefinition.class
> CalendarTemplate.class
>
> They are binary files. I need put the java source code into a directory to
> compile java class program?
>
>
>
> -----Mensaje original-----
> De: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org]
> En nombre de Michael Moossen
> Enviado el: lunes, 25 de julio de 2005 11:39
> Para: opencms-dev at opencms.org
> Asunto: Re: [opencms-dev] Adding new classes
>
> Hi,
>
> in version 6.0.0 final release, if you create a new module NO
> /system/module/<your_module_name>/ is automatically created, so you have to
> create it, and also to add it to the module resources "by hand".
> The same for the /system/module/<your_module_name>/lib/ and
> /system/module/<your_module_name>/classes/ folders, they are not
> automatically
> created. So, if you need them, you will have to create them and to set the
> proper module export points to:
> /system/module/<your_module_name>/lib/ -> WEB-INF/lib/
> /system/module/<your_module_name>/classes/ -> WEB-INF/classes/
>
> --
> Regards
> Michael Moossen
>
> Alkacon Software GmbH - The OpenCms Experts
> http://www.alkacon.com
>
>
>
> Quoting Anatol <opencms at recordcaster.de>:
>
> > Hi!
> >
> > If you 've create an own module, you can add your own classes in the
> > coresponding folder /system/module/<your_module_name>/class. If you use
> > an existing module, it is near the same. If you want add classes to the
> > workplace there exits the workplace folder you can add more classes.
> >
> > Hope it helps ...
> > Greetings
> > Anatol
> >
> > Francisco Lopera schrieb:
> >
> > >
> > >
> > >
> > >
> > > ------------------------------------------------------------------------
> > >
> > > *De:* Francisco Lopera [mailto:flopera at encamina.com]
> > > *Enviado el:* lunes, 25 de julio de 2005 8:10
> > > *Para:* 'opencms-dev at opencms.org'
> > > *Asunto:* Adding new classes
> > >
> > >
> > >
> > > How can I add new classes to Opencms? I need copy physically in tomcat
> > > folder? I need a mean of calendar for opencms 6. If I want create a
> > > new calendar, where can I place the files?
> > >
> > > There is a method to make work the calendar module in opencms 6?
> > >
> > > Thankyou all.
> > >
> > >------------------------------------------------------------------------
> > >
> > >
> > >
> > >_______________________________________________
> > >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
> > >
> >
> >
> >
> > _______________________________________________
> > 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
> >
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
> _______________________________________________
> 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
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 25 Jul 2005 12:24:28 +0200
> From: Joachim Arrasz <info at arrasz.de>
> Subject: Re: [opencms-dev] Adding new classes
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4BDDC.4020208 at arrasz.de>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
>
> > They are binary files. I need put the java source code into a directory to
> > compile java class program?
>
> no, you have to put the .class files ... but .. the calendar for
> opencms5 doesn´t work with opencms6 ... so you have to refactor lot of
> the stuff ... and have to create some parts completely new ... e.G the
> Content-Definition parts ...
>
> Regards
>
> Achim
>
> --
> Dipl. Inf.(FH) Joachim Arrasz - joachim.arrasz at synyx.de
> www.synyx.de Opensource Solutions - OpenCMS Solution Provider
> irc.synyx.de/6667 #opencms http://irc.synyx.de
> http://www.opencms-forum.de
> 76135 Karlsruhe
>
> ------------------------------
>
> Message: 5
> Date: Mon, 25 Jul 2005 12:29:52 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] HowTo Access the CmsObject?
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4BF20.3050808 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Borja Marcos, hi all!
>
> Borja Marcos Suarez schrieb:
>
> >you can get it with:
> >
> ><%
> >
> >CmsJspActionElement cms= new CmsJspActionElement
> >(pageContext,request,response);
> >
> >CmsObject object= cms.getCmsObject();
> >
> >%>
> >
> >
> Yes, I remember having seen this two years ago in OpenCms 5. But hmm ..
> I've looked at the API 6.0 Documentation:
> /opencms/opencms/alkacon-documentation/javadoc/core/org/opencms/jsp/CmsJspActionElement.html
>
> ... and can't find any method getCmsObject(). Is it possible, that this
> function was undocumented or removed?
>
> Greetings
> Anatol
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 25 Jul 2005 12:36:06 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] Scheduling problem
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4C096.1080902 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> Manish.Bansal at xansa.com schrieb:
>
> >Hi All,
> > I am very new with OpenCms. I have downloaded OpenCms 6.0. I am using it
> >with Tomcat and MySQL. I have to create a JSP page and want to change it
> >after every minutes. Can anyone help me in this regards.
> >
> >
> In the admin is a scheduler-interface. It works like unix cron. You can
> assign a java-class to every job. I didn't used it before, but had a
> short look in it and I assume it could help you.
>
> Greetings
> Anatol
>
> ------------------------------
>
> Message: 7
> Date: Mon, 25 Jul 2005 12:35:42 +0200
> From: "Borja Marcos Suarez" <borja.suarez at fundacionctic.org>
> Subject: RE: [opencms-dev] HowTo Access the CmsObject?
> To: <opencms-dev at opencms.org>
> Message-ID:
> <09700B613C4DD84FA9F2FEA5218828197642A5 at ayalga.fundacionctic.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Anatol,
>
> CmsJspActionElement.getCmsObject exists, I'm using it without problems.
>
> You can look for it in the openCMS source code. I also generated the
> javadocs from the source code.
>
> I don't know why you can not find this method, but exists for sure :)
>
> Hope this helps you,
>
> best regards,
>
> Borja
>
>
>
> -----Mensaje original-----
> De: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] En nombre de Anatol
> Enviado el: lunes, 25 de julio de 2005 12:30
> Para: The OpenCms mailing list
> Asunto: Re: [opencms-dev] HowTo Access the CmsObject?
>
> Hi Borja Marcos, hi all!
>
> Borja Marcos Suarez schrieb:
>
> >you can get it with:
> >
> ><%
> >
> >CmsJspActionElement cms= new CmsJspActionElement
> >(pageContext,request,response);
> >
> >CmsObject object= cms.getCmsObject();
> >
> >%>
> >
> >
> Yes, I remember having seen this two years ago in OpenCms 5. But hmm ..
> I've looked at the API 6.0 Documentation:
> /opencms/opencms/alkacon-documentation/javadoc/core/org/opencms/jsp/CmsJ
> spActionElement.html
>
> ... and can't find any method getCmsObject(). Is it possible, that this
> function was undocumented or removed?
>
> Greetings
> Anatol
>
>
>
> _______________________________________________
> 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
>
> ------------------------------
>
> Message: 8
> Date: Mon, 25 Jul 2005 12:45:42 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] HowTo Access the CmsObject?
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4C2D6.4000000 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Borja,
>
> yes I've tested your snipplet and it runs without any error :-) Perhaps
> a good idea to ask eclipse to generate a new javadoc ;-)
> Thank you :-))
>
> Greetings
> Anatol
>
> Borja Marcos Suarez schrieb:
>
> >Hi Anatol,
> >
> >CmsJspActionElement.getCmsObject exists, I'm using it without problems.
> >
> >You can look for it in the openCMS source code. I also generated the
> >javadocs from the source code.
> >
> >I don't know why you can not find this method, but exists for sure :)
> >
> >Hope this helps you,
> >
> >best regards,
> >
> >Borja
> >
> >
> >
> >-----Mensaje original-----
> >De: opencms-dev-bounces at opencms.org
> >[mailto:opencms-dev-bounces at opencms.org] En nombre de Anatol
> >Enviado el: lunes, 25 de julio de 2005 12:30
> >Para: The OpenCms mailing list
> >Asunto: Re: [opencms-dev] HowTo Access the CmsObject?
> >
> >Hi Borja Marcos, hi all!
> >
> >Borja Marcos Suarez schrieb:
> >
> >
> >
> >>you can get it with:
> >>
> >><%
> >>
> >>CmsJspActionElement cms= new CmsJspActionElement
> >>(pageContext,request,response);
> >>
> >>CmsObject object= cms.getCmsObject();
> >>
> >>%>
> >>
> >>
> >>
> >>
> >Yes, I remember having seen this two years ago in OpenCms 5. But hmm ..
> >I've looked at the API 6.0 Documentation:
> >/opencms/opencms/alkacon-documentation/javadoc/core/org/opencms/jsp/CmsJ
> >spActionElement.html
> >
> >... and can't find any method getCmsObject(). Is it possible, that this
> >function was undocumented or removed?
> >
> >Greetings
> >Anatol
> >
> >
> >
> >_______________________________________________
> >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
> >
> >
> >_______________________________________________
> >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
> >
> >
> >
> >
>
>
> ------------------------------
>
> Message: 9
> Date: Mon, 25 Jul 2005 12:48:35 +0200
> From: "Francisco Lopera" <flopera at encamina.com>
> Subject: RE: [opencms-dev] Adding new classes
> To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
> Message-ID: <20050725104911.3F66287C0 at smtp-02.servidoresdns.net>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Well, There is a procedure to develop a new module like a calendar? A mean
> of howto develop a module. I'am searching, but only can find docs to export
> the modules (version 5) and not to create a insert a java program.
>
> Thankyou all!
>
> -----Mensaje original-----
> De: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org]
> En nombre de Joachim Arrasz
> Enviado el: lunes, 25 de julio de 2005 12:24
> Para: The OpenCms mailing list
> Asunto: Re: [opencms-dev] Adding new classes
>
> Hi,
>
>
> > They are binary files. I need put the java source code into a directory to
> > compile java class program?
>
> no, you have to put the .class files ... but .. the calendar for
> opencms5 doesn�t work with opencms6 ... so you have to refactor lot of
> the stuff ... and have to create some parts completely new ... e.G the
> Content-Definition parts ...
>
> Regards
>
> Achim
>
> --
> Dipl. Inf.(FH) Joachim Arrasz - joachim.arrasz at synyx.de
> www.synyx.de Opensource Solutions - OpenCMS Solution Provider
> irc.synyx.de/6667 #opencms http://irc.synyx.de
> http://www.opencms-forum.de
> 76135 Karlsruhe
>
>
> _______________________________________________
> 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
>
>
> ------------------------------
>
> Message: 10
> Date: Mon, 25 Jul 2005 11:52:59 +0100
> From: Joe Desbonnet <jdesbonnet at gmail.com>
> Subject: Re: [opencms-dev] HowTo Access the CmsObject?
> To: opencms-dev at opencms.org
> Message-ID: <1cef3e95050725035237c7e198 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> The method is in the parent class org.opencms.jsp.CmsJspBean
> Joe.
>
> > >
> > Yes, I remember having seen this two years ago in OpenCms 5. But hmm ..
> > I've looked at the API 6.0 Documentation:
> > /opencms/opencms/alkacon-documentation/javadoc/core/org/opencms/jsp/CmsJspActionElement.html
> >
> > ... and can't find any method getCmsObject(). Is it possible, that this
> > function was undocumented or removed?
>
> ------------------------------
>
> Message: 11
> Date: Mon, 25 Jul 2005 13:24:07 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: [opencms-dev] Multi-Language Question
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4CBD7.6070508 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi all!
>
> When creating an article or editing a page I've the option to add text
> in german and in english by switching the dropdown menu. But if I visit
> the page I could only see one language. How can I tell opencms to
> display one of the other language on this website? And on which criteria
> the default displayed language will be chossen?
>
> Greetings
> Anatol
>
>
> ------------------------------
>
> Message: 12
> Date: Mon, 25 Jul 2005 13:32:57 +0200
> From: Yusuf K?r <mailinglist1 at koer.de>
> Subject: [opencms-dev] reading xmlcontent
> To: opencms-dev at opencms.org
> Message-ID: <42E4CDE9.3040305 at koer.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I need to post the xml content to a servlet (apache fop). What is the
> easiest way to do it with opencms 6?
> I just found documentation about rendering html from the xmlcontent.
>
> Thanks in Advance
> Yusuf
>
> ------------------------------
>
> Message: 13
> Date: Mon, 25 Jul 2005 13:34:33 +0200
> From: Martin Kuba <makub at ics.muni.cz>
> Subject: Re: [opencms-dev] Multi-Language Question
> To: opencms-dev at opencms.org
> Message-ID: <42E4CE49.30200 at ics.muni.cz>
> Content-Type: text/plain; charset="us-ascii"
>
> Anatol wrote:
> > Hi all!
> >
> > When creating an article or editing a page I've the option to add text
> > in german and in english by switching the dropdown menu. But if I visit
> > the page I could only see one language. How can I tell opencms to
> > display one of the other language on this website? And on which criteria
> > the default displayed language will be chossen?
>
> The language displayed is chosed by file property 'locale', which is
> either set for that file or inherited from its folder.
> You can display another language by creating a "sibling" of the file
> and specifying another value for the 'locale' property.
> Common practise is to have several folders like '/en' '/de'
> with 'locale' property set to 'en' and 'de' respectively.
> The you have the same file in both folders using the 'sibling'
> feature, and it inherits different locale from the folders.
>
> This is the default behavior. You can provide another implementation
> of org.opencms.i18n.I_CmsLocaleHandler which may decide language
> using different mechanism.
>
> Martin
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Supercomputing Center Brno Martin Kuba
> Institute of Computer Science email: makub at ics.muni.cz
> Masaryk University http://www.ics.muni.cz/~makub/
> Botanicka 68a, 60200 Brno, CZ mobil: +420-603-533775
> --------------------------------------------------------------
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/x-pkcs7-signature
> Size: 2777 bytes
> Desc: S/MIME Cryptographic Signature
> Url : http://lists.opencms.org/pipermail/opencms-dev/attachments/20050725/4872fafa/smime-0001.bin
>
> ------------------------------
>
> Message: 14
> Date: Mon, 25 Jul 2005 13:36:11 +0200
> From: monguz <monguz at gmail.com>
> Subject: [opencms-dev] Restrict access to pages problem (Webusers,
> groups and Guest User)
> To: opencms-dev at opencms.org
> Message-ID: <37a73cb1050725043666c50cb at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello everybody.
> I'm using OpenCms 6.0 final (so great!) and I have to restrict access
> to some folder.
>
> I've thought using webusers, groups and folder permission is ok.
>
> - I create folder myFolder
> - I create group myGroup
> - I remove read permission for myFolder for group Guests (otherwise
> everybody would see myFolder)
> - I grant read permission to myGroup for myFolder
>
> The problem is:
> If myGroup belongs to Guests they cannot see myFolder.
> Otherwise, if myGroup does not belong to Guests... they can see
> myFolder, but not the rest of the site.
>
>
> How can i solve this matter?
>
> Thanks
>
> monguz
>
> ------------------------------
>
> Message: 15
> Date: Mon, 25 Jul 2005 13:43:43 +0200
> From: Claus Priisholm <cpr at codedroids.com>
> Subject: Re: [opencms-dev] 6.0.0 installation problem with SLES9
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4D06F.8010302 at codedroids.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> yes I meant the memory heap. I set it to 128Mb and that solved the
> problem for me (of course this will depend on what else you have running
> inside that VM, but this was for Tomcat 5 with not much else in terms of
> servlets installed)
>
> Markus Kettunen wrote:
> > I increased Websphere's JVM Initial Heap Size to 96M and also tried with 144M and 256M but no luck. I have read IBM's manual for JVM and optimizing and tried ex. increase limit of open files in Linux (ulimit -n 8000). Default value for SLES9 is 1024. Neither of these changes have done anything but I just keep having same error message when trying to install 6.0.0:
> >
> > 3409:
> > 3408: Shutdown completed, total uptime was 00:02:03.
> > 3407: Shutting down OpenCms, version 6.0.0 in web application "opencms.war"
> > 3406:
> > 3405:
> > 3404: The OpenCms system used for the setup will now shut down.
> > 3403: The setup is finished!
> > 3402:
> > 3401:
> > 3400: Admin at Offline>exit
> > 3399: Admin at Offline>
> > 3398: Indexing statistics: indexed files: 0, returned threads: 0, abandoned threads: 0, duration: 00:00:00
> > 3397: ------ ... finished indexing
> > 3396: !!! Indexing folder /system/ failed : Error reading resource from path "/system/".
> > 3395: ------ Indexing------ System folder ------ ...
> > 3394: Indexing statistics: indexed files: 1, returned threads: 1, abandoned threads: 0, duration: 00:00:00
> > 3393: ------ ... finished indexing
> > 3392: ... 5 more
> > 3391: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3741)
> > 3390: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:5386)
> > 3389: at org.opencms.db.CmsDriverManager.readResource(CmsDriverManager.java(Compiled Code))
> > 3388: at org.opencms.db.generic.CmsVfsDriver.readResource(CmsVfsDriver.java(Compiled Code))
> > 3387: Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to read resource "/[B at 5fe435be".
> > 3386: ... 2 more
> > 3385: at org.opencms.search.documents.CmsDocumentPlainText.extractContent(CmsDocumentPlainText.java:81)
> > 3384: at org.opencms.file.CmsObject.readPropertyObject(CmsObject.java:2455)
> > 3383: at org.opencms.file.CmsObject.readResource(CmsObject.java:2587)
> > 3382: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3743)
> > 3381: at org.opencms.db.CmsDbContext.report(CmsDbContext.java:197)
> > 3380: at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:213)
> > 3379: at org.opencms.file.CmsVfsResourceNotFoundException.createException(CmsVfsResourceNotFoundException.java:75)
> > 3378: Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Error reading resource from path "/[B at 5fe435be".
> > 3377: at org.opencms.search.CmsIndexingThread.run(CmsIndexingThread.java:137)
> > 3376: at org.opencms.search.documents.A_CmsVfsDocument.newInstance(A_CmsVfsDocument.java:158)
> > 3375: at org.opencms.search.documents.CmsDocumentPlainText.extractContent(CmsDocumentPlainText.java:109)
> > 3374: org.opencms.search.CmsIndexException: Extracting text from resource "[B at 5fe435be" failed.
> > 3373: !!! failed!!! Exception Extracting text from resource "[B at 5fe435be" failed.
> > 3372: ( 1 ) Indexing file [B at 5fe435be ...
> > 3371: Indexing folder /sites/default/
> > 3370: !!! Indexing folder [B at 5fbfb5be/ failed : Error reading resource from path "/[B at 5fbfb5be/".
> > 3369: !!! Indexing folder [B at 5fad35be/ failed : Error reading resource from path "/[B at 5fad35be/".
> > 3368: !!! Indexing folder [B at 5f82b5be/ failed : Error reading resource from path "/[B at 5f82b5be/".
> > 3367: !!! Indexing folder [B at 5e54f5be/ failed : Error reading resource from path "/[B at 5e54f5be/".
> > 3366: !!! Indexing folder [B at 5e4a75be/ failed : Error reading resource from path "/[B at 5e4a75be/".
> > 3365: ------ Indexing------ Offline project (VFS) ------ ...
> > 3364: Indexing statistics: indexed files: 0, returned threads: 0, abandoned threads: 0, duration: 00:00:00
> > 3363: ------ ... finished indexing
> > 3362: !!! Indexing folder /sites/default/ failed : Error reading resource from path "/sites/default/".
> > 3361: ------ Indexing------ Online project (VFS) ------ ...
> > 3360: Admin at Offline>updateIndex
> > 3359: Admin at Offline># Build search indexes
> > 3358: Admin at Offline>
> > 3357: ------ ... the module has been imported
> > 3356: ------ ... the project has been published
> > 3355: Statistics: published files: 0, published folders: 0, deleted folders: 0, duration: 00:00:17
> > 3354: ------ Publishing project ...
> > 3353: ( 793 / 793 ) Importing /alkacon-documentation/javadoc/readme_insert_javadoc.txt ... o.k.
> > 3352: ( 792 / 793 ) Importing /alkacon-documentation/javadoc/index_content.html ... o.k.
> > 3351: ( 791 / 793 ) Importing /alkacon-documentation/javadoc/index.html ... o.k.
> > 3350: ( 790 / 793 ) Importing /alkacon-documentation/javadoc/core/resources/inherit.gif ... o.k.
> > 3349: ( 789 / 793 ) Importing /alkacon-documentation/javadoc/core/resources/ ... o.k.
> >
> > If you mean some other JVM memory than heap, please reply with those arguments. I have used these generic JVM arguments:
> > -Xms256m -Xmx512m
> >
> > - markus
> >
> > -----Alkuper�inen viesti-----
> > L�hett�j�: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Puolesta Claus Priisholm
> > L�hetetty: 23. hein�kuuta 2005 10:24
> > Vastaanottaja: The OpenCms mailing list
> > Aihe: Re: [opencms-dev] 6.0.0 installation problem with SLES9
> >
> > I did have some problems installing 6.0.0 on a machine that previously
> > had 6rc1 running. Various symptoms - turned out to be the Java VM memory
> > settings that needed to be increased. With Tomcat I noticed the memory
> > consumption to push beyond 64M (the original setting) during installation.
> >
> > Markus Kettunen wrote:
> >
> >>Hello,
> >>
> >>I made some research and installed older versions with following results:
> >>
> >>6.0 beta1 ok
> >>6.0 beta3 ok
> >>6.0 rc1 ok
> >>6.0 rc2 not ok
> >>6.0.0 not ok
> >>
> >>Does anyone know what could have been changed between rc1 and rc2 so that rc2 (and 6.0.0) doesn't work with SLES9, Mysql 4.1.11 and Websphere 6.0.0.2?
> >>
> >>Thanks,
> >>Markus
> >>
> >>
> >>-----Alkuper�inen viesti-----
> >>L�hett�j�: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Puolesta Markus Kettunen
> >>L�hetetty: 20. hein�kuuta 2005 17:23
> >>Vastaanottaja: opencms-dev at opencms.org
> >>Aihe: [opencms-dev] 6.0.0 installation problem with SLES9
> >>
> >>Hi,
> >>
> >>I can't make 6.0.0 work with Suse SLES9. 6Beta1 worked fine. I can go through the Setup Wizard and even Import Modules go to the end. It just gives following error message about indexing:
> >>
> >>2538:
> >>2537: Shutdown completed, total uptime was 00:01:28.
> >>2536: Shutting down OpenCms, version 6.0.0 in web application "opencms.war"
> >>2535:
> >>2534:
> >>2533: The OpenCms system used for the setup will now shut down.
> >>2532: The setup is finished!
> >>2531:
> >>2530:
> >>2529: Admin at Offline>exit
> >>2528: Admin at Offline>
> >>2527: Indexing statistics: indexed files: 0, returned threads: 0, abandoned threads: 0, duration: 00:00:00
> >>2526: ------ ... finished indexing
> >>2525: !!! Indexing folder /system/ failed : Error reading resource from path "/system/".
> >>2524: ------ Indexing------ System folder ------ ...
> >>2523: Indexing statistics: indexed files: 1, returned threads: 1, abandoned threads: 0, duration: 00:00:00
> >>2522: ------ ... finished indexing
> >>2521: ... 5 more
> >>2520: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3741)
> >>2519: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:5386)
> >>2518: at org.opencms.db.CmsDriverManager.readResource(CmsDriverManager.java(Compiled Code))
> >>2517: at org.opencms.db.generic.CmsVfsDriver.readResource(CmsVfsDriver.java(Compiled Code))
> >>2516: Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to read resource "/[B at 461f06f9".
> >>2515: ... 2 more
> >>2514: at org.opencms.search.documents.CmsDocumentPlainText.extractContent(CmsDocumentPlainText.java:81)
> >>2513: at org.opencms.file.CmsObject.readPropertyObject(CmsObject.java:2455)
> >>2512: at org.opencms.file.CmsObject.readResource(CmsObject.java:2587)
> >>2511: at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3743)
> >>2510: at org.opencms.db.CmsDbContext.report(CmsDbContext.java:197)
> >>2509: at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:213)
> >>2508: at org.opencms.file.CmsVfsResourceNotFoundException.createException(CmsVfsResourceNotFoundException.java:75)
> >>2507: Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Error reading resource from path "/[B at 461f06f9".
> >>2506: at org.opencms.search.CmsIndexingThread.run(CmsIndexingThread.java:137)
> >>2505: at org.opencms.search.documents.A_CmsVfsDocument.newInstance(A_CmsVfsDocument.java:158)
> >>2504: at org.opencms.search.documents.CmsDocumentPlainText.extractContent(CmsDocumentPlainText.java:109)
> >>2503: org.opencms.search.CmsIndexException: Extracting text from resource "[B at 461f06f9" failed.
> >>2502: !!! failed!!! Exception Extracting text from resource "[B at 461f06f9" failed.
> >>2501: ( 1 ) Indexing file [B at 461f06f9 ...
> >>2500: Indexing folder /sites/default/
> >>2499: !!! Indexing folder [B at 46f806f9/ failed : Error reading resource from path "/[B at 46f806f9/".
> >>2498: !!! Indexing folder [B at 46ed86f9/ failed : Error reading resource from path "/[B at 46ed86f9/".
> >>2497: !!! Indexing folder [B at 46d546f9/ failed : Error reading resource from path "/[B at 46d546f9/".
> >>2496: !!! Indexing folder [B at 46c6c6f9/ failed : Error reading resource from path "/[B at 46c6c6f9/".
> >>2495: ------ Indexing------ Offline project (VFS) ------ ...
> >>2494: Indexing statistics: indexed files: 0, returned threads: 0, abandoned threads: 0, duration: 00:00:00
> >>2493: ------ ... finished indexing
> >>2492: !!! Indexing folder /sites/default/ failed : Error reading resource from path "/sites/default/".
> >>2491: ------ Indexing------ Online project (VFS) ------ ...
> >>2490: Admin at Offline>updateIndex
> >>2489: Admin at Offline># Build search indexes
> >>2488: Admin at Offline>
> >>2487: ------ ... the module has been imported
> >>2486: ------ ... the project has been published
> >>2485: Statistics: published files: 0, published folders: 0, deleted folders: 0, duration: 00:00:00
> >>2484: ------ Publishing project ...
> >>2483: ( 16 / 16 ) Importing /system/workplace/resources/editors/ledit/edit.js ... o.k.
> >>2482: ( 15 / 16 ) Importing /system/workplace/resources/editors/ledit/ ... o.k.
> >>2481: ( 14 / 16 ) Importing /system/workplace/resources/editors/ ... o.k.
> >>2480: ( 13 / 16 ) Importing /system/workplace/resources/buttons/replace.png ... o.k.
> >>2479: ( 12 / 16 ) Importing /system/workplace/resources/buttons/print.png ... o.k.
> >>2478: ( 11 / 16 ) Importing /system/workplace/resources/buttons/goto.png ... o.k.
> >>2477: ( 10 / 16 ) Importing /system/workplace/resources/buttons/ ... o.k.
> >>2476: ( 9 / 16 ) Skipping /system/workplace/resources/
> >>2475: ( 8 / 16 ) Importing /system/workplace/editors/ledit/mainpage.txt ... o.k.
> >>2474: ( 7 / 16 ) Importing /system/workplace/editors/ledit/editor_configuration.xml ... o.k.
> >>2473: ( 6 / 16 ) Importing /system/workplace/editors/ledit/editor.jsp ... o.k.
> >>2472: ( 5 / 16 ) Importing /system/workplace/editors/ledit/edit.js ... o.k.
> >>2471: ( 4 / 16 ) Importing /system/workplace/editors/ledit/ ... o.k.
> >>2470: ( 3 / 16 ) Importing /system/workplace/editors/ ... o.k.
> >>2469: ( 2 / 16 ) Skipping /system/workplace/
> >>2468: ( 1 / 16 ) Importing /system/ ... o.k.
> >>2467: ------ Importing module ... org.opencms.editors.ledit ... Import Version 4
> >>
> >>When I check for created folders like /opencms.war/resources and /opencms.war/WEB-INF/jsp they doesn't exists. Looks like Wizard couldn't create those or that indexing exception occurred before creation.
> >>
> >>Hope you can help me with this.
> >>
> >>Thanks
> >>Markus
> >>
> >>
> >>_______________________________________________
> >>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
> >>
> >
> >
>
> --
> Claus Priisholm, CodeDroids ApS
> cpr (you know what) codedroids.com - http://www.codedroids.com
>
> Javadocs and other OpenCms stuff:
> http://www.codedroids.com/community/opencms
>
>
> ------------------------------
>
> Message: 16
> Date: Mon, 25 Jul 2005 14:20:41 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: [opencms-dev] Creating Sibbling to a Folder?
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4D919.5010104 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi all!
>
> Is ist possible to create a direct link (a sibbling) to a folder? If I
> copy a folder I can only choose to create sibblings from the files in
> the folder. It is a bit unhandy to create for every new document in in
> the original folder a sibbling manuel to the linked folder.
>
> How to solve this problem?
>
> Greetings
> Anatol
>
> ------------------------------
>
> Message: 17
> Date: Mon, 25 Jul 2005 14:21:58 +0200
> From: "Stefan Uldum Grinsted" <sug at interactive.as>
> Subject: Re: [opencms-dev] Restrict access to pages problem (Webusers,
> groups and Guest User)
> To: monguz <monguz at gmail.com>, The OpenCms mailing list
> <opencms-dev at opencms.org>
> Message-ID:
> <OFF6F9D2EA.53C4A3A8-ONC1257049.00435731-C1257049.0043E42D at interactive.as>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Monguz
>
> Take a look at my answer to almost the same problematic here:
> http://mail.opencms.org/pipermail/opencms-dev/2005q3/018473.html
> (Read from the bottom)
>
> The essence is: Deny overrides Allow, so don't deny access for the guest
> user. Instead set no permissions, and check the "Override inherited".
>
> Best regards
> Stefan Uldum Grinsted
> -----------------------------------------
> Par No 1 Interactive a|s
> sug at interactive.as
>
>
>
>
> monguz <monguz at gmail.com>
> Sent by: opencms-dev-bounces at opencms.org
> 25-07-2005 13:36
> Please respond to
> monguz <monguz at gmail.com>; Please respond to
> The OpenCms mailing list <opencms-dev at opencms.org>
>
>
> To
> opencms-dev at opencms.org
> cc
>
> Subject
> [opencms-dev] Restrict access to pages problem (Webusers, groups and
> Guest User)
>
>
>
>
>
>
> Hello everybody.
> I'm using OpenCms 6.0 final (so great!) and I have to restrict access
> to some folder.
>
> I've thought using webusers, groups and folder permission is ok.
>
> - I create folder myFolder
> - I create group myGroup
> - I remove read permission for myFolder for group Guests (otherwise
> everybody would see myFolder)
> - I grant read permission to myGroup for myFolder
>
> The problem is:
> If myGroup belongs to Guests they cannot see myFolder.
> Otherwise, if myGroup does not belong to Guests... they can see
> myFolder, but not the rest of the site.
>
>
> How can i solve this matter?
>
> Thanks
>
> monguz
>
>
> _______________________________________________
> 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
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20050725/4ec45db2/attachment-0001.html
>
> ------------------------------
>
> Message: 18
> Date: Mon, 25 Jul 2005 14:59:54 +0200
> From: "Alexander Kandzior" <alex at opencms.org>
> Subject: RE: [opencms-dev] Creating Sibbling to a Folder?
> To: <opencms-dev at opencms.org>
> Message-ID: <mailman.0.1122372002.32610.opencms-dev at opencms.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Anatol
>
> > Is ist possible to create a direct link (a sibbling) to a
> > folder?
>
> Unfortunatly not.
>
> > If I copy a folder I can only choose to create
> > sibblings from the files in the folder. It is a bit unhandy
> > to create for every new document in in the original folder a
> > sibbling manuel to the linked folder.
>
> It's unhandy but it's currently the only way to maintain such a structure.
>
> As for the "why is this not possible": The implementation of such a "folder
> sibling" would be extremly difficult! We tried this when we developed the
> siblings a while ago but it turned out to be too much work so we settled
> with the current option.
>
> Best Regards,
> Alex.
>
> Alexander Kandzior
> Alkacon Software - The OpenCms Experts
> http://www.alkacon.com
>
>
> ------------------------------
>
> Message: 19
> Date: Mon, 25 Jul 2005 15:20:08 +0200
> From: Daniel Wiesner <daniel.wiesner at av-studio.de>
> Subject: Re: [opencms-dev] Creating Sibbling to a Folder?
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4E708.1040408 at av-studio.de>
> Content-Type: text/plain; charset="iso-8859-1"
>
> alexander,
>
> do you plan to implement the "folder sibling" in one of the next
> releases? Is there a roadmap for next releases?
> the alkacon team did a great job and we like the OpenCms System
> (especially xml-content definition, acl). But we hope that the missing
> "internal link"-management and the foldersibling will be a part of one
> of the next releases.
>
> regards daniel
>
>
>
> regards Daniel
>
> Alexander Kandzior wrote:
>
> >Anatol
> >
> >
> >
> >>Is ist possible to create a direct link (a sibbling) to a
> >>folder?
> >>
> >>
> >
> >Unfortunatly not.
> >
> >
> >
> >>If I copy a folder I can only choose to create
> >>sibblings from the files in the folder. It is a bit unhandy
> >>to create for every new document in in the original folder a
> >>sibbling manuel to the linked folder.
> >>
> >>
> >
> >It's unhandy but it's currently the only way to maintain such a structure.
> >
> >As for the "why is this not possible": The implementation of such a "folder
> >sibling" would be extremly difficult! We tried this when we developed the
> >siblings a while ago but it turned out to be too much work so we settled
> >with the current option.
> >
> >Best Regards,
> >Alex.
> >
> >Alexander Kandzior
> >Alkacon Software - The OpenCms Experts
> >http://www.alkacon.com
> >
> >
> >
> >_______________________________________________
> >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
> >
> >
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20050725/c3c84305/attachment-0001.html
>
> ------------------------------
>
> Message: 20
> Date: Mon, 25 Jul 2005 15:21:13 +0200
> From: Claus Priisholm <cpr at codedroids.com>
> Subject: Re: [opencms-dev] two questions about cms:contentload
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E4E749.4070407 at codedroids.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Just been struggling with the same issue as your item 1...
>
> Felix Garcia wrote:
> > Hi Everybody,
> >
> >
> > 1) Before listing xml content resources with <cms:contentload
> > collector=..., how can I check if there is at least one element before
> > executing or not contentload loop?
> >
>
> There seem to be a problem with the contentload-tag implementation. It
> will always execute the contents at least once, even if there are no items.
> It will then either throw an exception or (and that is much more
> confusing) simply use the last item of any previous listing of content
> with the same type (I have three separate lists, one of which is
> currently empty, but the last item from the either of the two non-empty
> list will show up in the empty list if one of them was display
> previously.) I'll post it to bugzilla if it is not already there.
>
> Luckily the actual collector returns the correct result so you can do
> something along these lines:
>
> <%@page import="java.util.*, org.opencms.file.*,
> org.opencms.file.collectors.*, org.opencms.main.*, ..." %>
> <%
> CmsJspActionElement cms = new CmsJspActionElement(pageContext,
> request, response);
>
> String collName = "allInSubTreeDateReleaseDesc";
> I_CmsResourceCollector coll =
> OpenCms.getResourceManager().getContentCollector(collName);
> List list = coll.getResults(cms.getCmsObject(), collName,
> "/some/path/|some_type" );
>
> if(list != null && list.size() > 0) {
> %>
> ... the usual cms:contentload stuff ...
> <%
> }
> %>
>
> > 2) Inside cms:contentload I can check if a element exists but, How can I
> > check if an element doesn't exist?
> >
> > Regards
> >
> >
> >
> >
> > _______________________________________________
> > 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
> >
>
> --
> Claus Priisholm, CodeDroids ApS
> cpr (you know what) codedroids.com - http://www.codedroids.com
>
> Javadocs and other OpenCms stuff:
> http://www.codedroids.com/community/opencms
>
> ------------------------------
>
> Message: 21
> Date: Mon, 25 Jul 2005 15:28:24 +0200
> From: "Alexander Kandzior" <alex at opencms.org>
> Subject: RE: [opencms-dev] Creating Sibbling to a Folder?
> To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
> Message-ID: <mailman.1.1122372002.32610.opencms-dev at opencms.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Daniel,
>
> > do you plan to implement the "folder sibling" in one of the next releases?
>
>
> No, at last if no customer requests (and pays) the development of this
> feature.
>
> > Is there a roadmap for next releases?
>
> In development. Currently we are more in the "hey we finally released the
> 6.0 version and are now off to holiday" mood...
>
> > we hope that the missing "internal link"-management and the
> > foldersibling will be a part of one of the next releases.
>
> Internal link management will very likley be on the roadmap.
>
> Best Regards,
> Alex.
>
> Alexander Kandzior
> Alkacon Software - The OpenCms Experts
> http://www.alkacon.com <http://www.alkacon.com/>
>
>
>
>
>
>
> ------------------------------
>
> Message: 22
> Date: Mon, 25 Jul 2005 09:10:36 -0500
> From: Alexander Wallace <aw at avatartechnology.com>
> Subject: Re: [opencms-dev] Database Access
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <200507250910.36529.aw at avatartechnology.com>
> Content-Type: text/plain; charset="utf-8"
>
> http://opencms-forum.de/viewtopic.php?t=862&sid=17f70d07c537eca51c849441918821d8
> On Friday 22 July 2005 10:50 pm, uma maheswari wrote:
> >
> > Hi,
> > I am working in openCms 6.0.
> > I have created tables in MySql in a database of my own.
> > I want to access that table from an OpenCms JSP template.
> > Someone tellme how this can be done.
> >
> >
> > ---------------------------------
> > Free antispam, antivirus and 1GB to save all your messages
> > Only in Yahoo! Mail: http://in.mail.yahoo.com
>
> ------------------------------
>
> Message: 23
> Date: Mon, 25 Jul 2005 09:14:24 -0500
> From: Alexander Wallace <aw at avatartechnology.com>
> Subject: Re: [opencms-dev] members only module
> To: KDK <kkhipple at gmail.com>, The OpenCms mailing list
> <opencms-dev at opencms.org>
> Message-ID: <200507250914.24981.aw at avatartechnology.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> There are multiple ways of segregating the content for different user types
> and the groups and perpissions the belong... Most of them have been discussed
> here in the list, i'd recommend searching the mailing list archives for words
> like user login, webuser, etc.
>
> A webuser is one that can login in some way, but doesn't have access to the
> workplace.
>
> Search the archives here:
> http://www.opencms.org/opencms/en/development/mailinglist-archive.html
>
> On Sunday 24 July 2005 06:36 am, KDK wrote:
> > I'm a newbie. So please bare with me.
> >
> > Is there module available that will allow me to specify some sections,
> > some articles and some parts of any article as only available to
> > members/groups.
> >
> > That way, if the user is not logged in, they would have to log in.
> > Once authenicated and authorized they would be allowed to view the content.
> >
> >
> > Is there anything like this available? Please help me out...
> >
> >
> > thanks
> >
> >
> > _______________________________________________
> > 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
> >
>
> ------------------------------
>
> Message: 24
> Date: Mon, 25 Jul 2005 20:25:23 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] Creating Sibbling to a Folder?
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E52E93.8020306 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Alexander, hi all!
>
> Alexander Kandzior schrieb:
>
> >Anatol
> >
> >
> >>Is ist possible to create a direct link (a sibbling) to a
> >>folder?
> >>
> >>
> >
> >Unfortunatly not.
> >
> >
> Well ... is there an other way to solve the following problem?
>
> I've a news folder within some newsxxx.html content files. These news
> are written in english and german. To access the bothe languageversions
> of an article in an other thread I got the hint to create two folders:
> "/de" end "/en" and set the property locale on "de" and "en". If I copy
> the newsfolder with sibbling documents I can read the article in the
> respective language by replacing the "en" with "de" in the URL . So far
> so wonderfull :-)
>
> But if I create in the frontend of the opencms a new article by
> selecting the green "+" sign, a new file was created in the original
> news-folder. And the folder in "/en" and "/de" didn't know any about the
> new file.
> What can I do? How would you handle such a problem?
>
> Greetings
> Anatol
>
>
>
>
> ------------------------------
>
> Message: 25
> Date: Mon, 25 Jul 2005 20:38:15 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] error finding resource <cms:link>
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E53197.7060808 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> bub habub schrieb:
>
> >ok here is my code. maybe the link tag doesn't work.
> >no clue
> >
> >search-from.jsp:
> >
> ><%@ page session="false" %>
> ><%
> >// If a param q is found, it is placed in the text
> >box.
> >
> >
> My first impression is, there's missing an important line:
>
> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
>
> Or did you forgotten to copy? ;-)
>
> I'm going on looking at your code, but perhaps thats the reason ...
>
> Greetings
> Anatol
>
>
> ------------------------------
>
> Message: 26
> Date: Mon, 25 Jul 2005 21:30:05 +0200
> From: Thomas Maerz <thomasmaerz at gmx.de>
> Subject: Re: [opencms-dev] Creating Sibbling to a Folder?
> To: The OpenCms Mailing List <opencms-dev at opencms.org>
> Message-ID: <841x5melaa.fsf at gmx.de>
> Content-Type: text/plain; charset=us-ascii
>
> Anatol <opencms at recordcaster.de> writes:
>
> > What can I do? How would you handle such a problem?
>
> http://search.gmane.org/?query=i_cmseventlistener&group=gmane.comp.cms.opencms.devel
>
>
> Regards,
> Thomas
>
>
> ------------------------------
>
> Message: 27
> Date: Mon, 25 Jul 2005 21:40:50 +0200
> From: "Robert Kiendl" <robert.kiendl at magnet.at>
> Subject: [opencms-dev] System filure:
> "org.opencms.main.CmsIllegalArgument"
> To: opencms-dev at opencms.org
> Message-ID: <42e54042.4d.0 at nextra.at>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> i have, better said had, a opencms6.0.0 installation on suse linux 9.1 with
> jdk 5 update 4 ad tomcat 5.5. I configured opencms-system.xml with multiple
> site szenario.
>
> For each site /adl612 and /landesverband i chose mirosite as folder and rebooting
> of tomcat where no problem at all.
>
> after doing some webediting and a restart of apache demon for applying opencms-search.xml
> settings the system dies at startup with following messages:
>
> 25 Jul 2005 21:23:25,204 INFO [.workplace.CmsWorkplaceManager: 293] . Adding
> type setting : emailform
> 25 Jul 2005 21:23:25,613 INFO [.workplace.CmsWorkplaceManager:1183] . Workplace
> view : /system/workplace/views/admin/admin-fs.html
> 25 Jul 2005 21:23:25,634 INFO [.workplace.CmsWorkplaceManager:1183] . Workplace
> view : /system/workplace/action/administration.html
> 25 Jul 2005 21:23:25,651 INFO [.workplace.CmsWorkplaceManager:1183] . Workplace
> view : /system/workplace/views/explorer/explorer_fs.jsp
> 25 Jul 2005 21:23:25,670 INFO [.workplace.CmsWorkplaceManager:1183] . Workplace
> view : /system/workplace/action/tasks.html
> 25 Jul 2005 21:23:25,938 INFO [.workplace.CmsWorkplaceManager: 749] . Workplace
> config : vfs access initialized
> 25 Jul 2005 21:23:25,993 INFO [workplace.tools.CmsToolManager: 113] . Tool
> Manager config : Tool Manager is being initialized
> 25 Jul 2005 21:23:28,125 INFO [.opencms.i18n.CmsLocaleManager: 670] . i18n
> configuration : vfs access initialized
> 25 Jul 2005 21:23:28,130 INFO [rg.opencms.site.CmsSiteManager: 380] . Site
> roots configured: 4
> 25 Jul 2005 21:23:28,136 WARN [rg.opencms.site.CmsSiteManager: 394] Root folder
> for site server: http://adl612.oexx.at uri: /sites/adl612 title: /sites/adl612/
> does not exist (ignoring this site entry)
> 25 Jul 2005 21:23:28,144 WARN [rg.opencms.site.CmsSiteManager: 394] Root folder
> for site server: http://www.oe6.oexx.at uri: /sites/landesverband title: /sites/landesverband/
> does not exist (ignoring this site entry)
> 25 Jul 2005 21:23:28,150 INFO [rg.opencms.site.CmsSiteManager: 418] . Site
> root default : server: * uri: /sites/default title: /sites/default/
> 25 Jul 2005 21:23:28,151 INFO [rg.opencms.site.CmsSiteManager: 426] . Site
> of workplace : http://cmsadmin.oe6.oevsv.at
> 25 Jul 2005 21:23:28,247 ERROR [g.opencms.main.OpenCmsListener: 95] A Java
> system error occured.
> org.opencms.main.CmsIllegalArgumentException: Error reading resource from path
> "/sites/adl612/pictures/".
> at org.opencms.main.CmsIllegalArgumentException.createException(CmsIllegalArgumentException.java:77)
>
> at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:215)
>
> at org.opencms.db.CmsDbContext.report(CmsDbContext.java:197)
> at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3743)
>
> at org.opencms.file.CmsObject.readResource(CmsObject.java:2587)
> at org.opencms.file.CmsObject.readPropertyObject(CmsObject.java:2455)
>
> at org.opencms.staticexport.CmsStaticExportManager.setExportnames(CmsStaticExportManager.java:2173)
>
> at org.opencms.staticexport.CmsStaticExportManager.initialize(CmsStaticExportManager.java:1397)
>
> at org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:973)
>
> at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1083)
> at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1459)
>
> at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:87)
>
> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
>
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
>
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
>
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
>
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
>
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:788)
>
> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:677)
>
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
>
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
>
> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
>
> at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
>
> at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
>
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
>
> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
>
> at org.apache.catalina.core.StandardService.start(StandardService.java:450)
>
> at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
>
> at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> Caused by: org.opencms.main.CmsIllegalArgumentException: Unable to resolve the
> resource type "19".
> at org.opencms.file.CmsFolder.isFolderType(CmsFolder.java:143)
> at org.opencms.db.generic.CmsVfsDriver.createFolder(CmsVfsDriver.java:302)
>
> at org.opencms.db.generic.CmsVfsDriver.readFolder(CmsVfsDriver.java:1194)
>
> at org.opencms.db.CmsDriverManager.getAccessControlList(CmsDriverManager.java:7739)
>
> at org.opencms.db.CmsDriverManager.getAccessControlList(CmsDriverManager.java:2890)
>
> at org.opencms.db.CmsDriverManager.getPermissions(CmsDriverManager.java:3215)
>
> at org.opencms.db.CmsSecurityManager.hasPermissions(CmsSecurityManager.java:5308)
>
> at org.opencms.db.CmsSecurityManager.checkPermissions(CmsSecurityManager.java:5140)
>
> at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:5389)
>
> at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:3741)
>
> ... 32 more
> Caused by: org.opencms.loader.CmsLoaderException: Unknown resource type id 19
> requested.
> at org.opencms.loader.CmsResourceManager.getResourceType(CmsResourceManager.java:588)
>
> at org.opencms.file.CmsFolder.isFolderType(CmsFolder.java:141)
> ... 41 more
> 25 Jul 2005 21:23:28,263 ERROR [ org.opencms.main.OpenCmsCore: 296] Critical
> error during OpenCms initialization: Error reading resource from path "/sites/adl612/pictures/"..
>
> ...
>
>
> My question regarding it: is the installation and already done work scrubbed,
> or is there a way to get other this issue.
> The failure can be reproduces and no significant error could be identified.
>
>
> Does someone know somthing about this or have had the same probs already?
>
> pse let me know, best regards Robert Kiendl
>
> ------------------------------
>
> Message: 28
> Date: Mon, 25 Jul 2005 23:34:11 +0200
> From: Thomas Maerz <thomasmaerz at gmx.de>
> Subject: Re: [opencms-dev] System filure:
> "org.opencms.main.CmsIllegalArgument"
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <84ek9mmuy4.fsf at gmx.de>
> Content-Type: text/plain; charset=us-ascii
>
> "Robert Kiendl" <robert.kiendl at magnet.at> writes:
>
> > Caused by: org.opencms.loader.CmsLoaderException: Unknown resource type id 19
>
> Did you uninstall a module that provides "resource type id 19"?
> Maybe "org.opencms.frontend.templateone"?
>
> See also CVS/opencms/modules/org.opencms.frontend.templateone/resources/manifest.xml
>
> | <type class="org.opencms.file.types.CmsResourceTypeFolderExtended" name="microsite" id="19">
>
>
> Reimport this module via OpenCmsShell or modify WEB-INF/config/opencms-vfs.xml
>
> > Does someone know somthing about this or have had the same probs already?
>
> Yes, similar problems here. IMO it's a bug that basics of the system
> aren't usable anymore when there are resources with missing settings in
> opencms-vfs.xml or in opencms-modules.xml.
>
>
> Regards,
> Thomas
>
>
> ------------------------------
>
> Message: 29
> Date: Mon, 25 Jul 2005 17:36:17 -0400 (EDT)
> From: "Timothy Reaves" <treaves at silverfieldstech.com>
> Subject: Re: [opencms-dev] CmsTemplateBean once again!
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID:
> <44685.161.150.2.55.1122327377.squirrel at www.silverfields.com>
> Content-Type: text/plain;charset=iso-8859-1
>
> > I'm really glad to see a reply to this topic! Thanks for that.
> >
> > I wouldn't really disagree with your comments but is any documented
> > template
> > around which captures news items (or articles!) placed as independent
> > files
> > in a directory and displays them in a master page?
> >
> > I was trying to make use of the Article Management module but got into
> > problems with the current opencms version! I don't know if Ulrich, the
> > creator of this module, could comment on this?
> >
> > Thanks
> >
> > George
>
> Well, I've looked at this feature in the GA of 6.0, and didn't have
> any problem. What issue are you having?
>
>
> ------------------------------
>
> Message: 30
> Date: Tue, 26 Jul 2005 10:38:03 +1000
> From: "Tristan Collins" <tcollins at computingissocial.net>
> Subject: [opencms-dev] Error reading all resources on the path "/"
> that have property "exportname".
> To: <opencms-dev at opencms.org>
> Message-ID: <200507260038.j6Q0c85v026640 at server.computingissocial.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi everyone,
>
>
>
> I'm having some troubles with OpenCms again, the error message: "Critical
> error during OpenCms initialization: Error reading all resources on the path
> "/" that have property "exportname"" came up when I tried to start OpenCms.
>
> This is strange because when I ran it yesterday everything was fine. I have
> searched through the archives and seen that Helmut had the same problem a
> little while ago, did anyone find the solution to this problem?
>
> I'm running OpenCms 6.0 on tomcat 5.
>
> As with Helmut's problem there is no stack trace and there is no log of the
> problem.
>
>
>
> Any help would be greatly appreciated!
>
>
>
> Thanks
>
> Tristan
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20050726/fcbd63ec/attachment-0001.html
>
> ------------------------------
>
> Message: 31
> Date: Tue, 26 Jul 2005 15:37:33 +0930
> From: Ian_Symonds at dialog.com.au
> Subject: [opencms-dev] OCSETUP help
> To: opencms-dev at opencms.org
> Message-ID: <OF3C8B4FF9.74E72958-ON6925704A.00210B74 at dialog.com.au>
> Content-Type: text/plain; charset=US-ASCII
>
>
>
>
>
> Hello
>
> I request some help with OCSETUP
>
> I have made some changes to the page editor HTML. - and I would like them
> to be displayed in the editor.
>
>
> WEB-INF\ocsetup\vfs\system\workplace\templates\edit_page_main
> WEB-INF\ocsetup\vfs\system\workplace\templates\edit_text_main
>
> In order to make these effective, I believe I need to run OCSETUP again.
>
> I've changed wizard.enabled=true in opencms.properties
>
> But... when I run OCSETUP, I get many sql errors (entry exists)... and...
> my changes are not reflected in the application.
> (this has also created another "offline" project. This does not matter
> greatly, as I am using a test database).
>
> How do I correctly migrate changes to the workplace templates - into the
> application?
>
> I have had a look at manifest.xml the answer is probably there, but I
> feel I am editing without knowing what I am doing - and risk damaging the
> system.
>
> Thank you for your time.
>
>
> -----------------------
> Ian Symonds
> Consultant
> Dialog, Darwin
>
> Phone: (08) 8936 0399
> Fax: (08) 8942 3600
>
>
> ------------------------------
>
> Message: 32
> Date: Tue, 26 Jul 2005 08:15:44 +0200
> From: GV <kpkp at gmx.net>
> Subject: Re: [opencms-dev] CmsTemplateBean once again!
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <200507260815.44365.kpkp at gmx.net>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Monday 25 July 2005 23:36, Timothy Reaves wrote:
> > > I'm really glad to see a reply to this topic! Thanks for that.
> > >
> > > I wouldn't really disagree with your comments but is any documented
> > > template
> > > around which captures news items (or articles!) placed as independent
> > > files
> > > in a directory and displays them in a master page?
> > >
> > > I was trying to make use of the Article Management module but got into
> > > problems with the current opencms version! I don't know if Ulrich, the
> > > creator of this module, could comment on this?
> > >
> > > Thanks
> > >
> > > George
> >
> > Well, I've looked at this feature in the GA of 6.0, and didn't have
> > any problem. What issue are you having?
>
> I don't know where to start with!!!
>
> Let's say you have a set of news articles (all of them constructed as
> independent web pages including, for example, a text and an image) and you
> place them in a specific directory. Now, which opencms class should I use in
> order to parse the content of this directory, display in a master page an
> abstract of each news item and a link to the complete page?
>
> Thanks
>
> George
>
> ------------------------------
>
> Message: 33
> Date: Tue, 26 Jul 2005 08:24:30 +0200
> From: "Francisco Lopera" <flopera at encamina.com>
> Subject: [opencms-dev] Best tip to implement multilanguaje in opencms
> 5
> To: <opencms-dev at opencms.org>
> Message-ID: <20050726062514.9C5B286E6 at smtp-02.servidoresdns.net>
> Content-Type: text/plain; charset="us-ascii"
>
> There is a mean of tip to implement multilanguage in opencms 5? I can't use
> opencms 6 because I need the calendar module. There is a method that not
> repeat contents?
>
> Thank you.
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20050726/eb16675b/attachment-0001.html
>
> ------------------------------
>
> Message: 34
> Date: Tue, 26 Jul 2005 08:51:36 +0200
> From: Carol Mancho Lagunas <carol at asic.udl.es>
> Subject: [opencms-dev] Acces to module
> To: opencms-dev at opencms.org
> Message-ID: <1122360696.6154.13.camel at ASIC093.udl.net>
> Content-Type: text/plain; charset=ISO-8859-15
>
> Hi list!
>
> I use Opencms 6.0.0 with multisite:
>
> /sites/siteA that it uses templates
> from /system/modules/org.opencms.siteA
>
> /sites/siteB that it uses templates
> from /system/modules/org.opencms.siteB
>
> I defined 2 groups of users:
>
> GroupA: can edit and publish siteA
> GroupB: can edit and publish siteB
>
> Well, the users of this sites are programmers and I need that they can
> modify the templates of the modules! But they single must be able to
> modify the templates of his module and not the other modules, then I
> suppose that they cannot be administrators!
>
> How can I make it?
> Is possible to restrict the access to a module for an user group?
>
>
>
> Thanks
>
>
> --
> ______________________________________________
>
> Carol Manch� Lagunas carol at asic.udl.es
>
> Campus Virtual
> �rea de sistemes de Informaci� i Comunicacions
> Universitat de Lleida
>
> P�a. V�ctor Siurana,1 25003 Lleida
> Tel�fon: +34 973 702140 / +34 973 702040
> ______________________________________________
>
>
>
>
>
> ------------------------------
>
> Message: 35
> Date: Tue, 26 Jul 2005 10:16:24 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: Re: [opencms-dev] Acces to module
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E5F158.1040507 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi Carlo,
>
> Carol Mancho Lagunas schrieb:
>
> >[...]
> >
> >Well, the users of this sites are programmers and I need that they can
> >modify the templates of the modules! But they single must be able to
> >modify the templates of his module and not the other modules, then I
> >suppose that they cannot be administrators!
> >
> >How can I make it?
> >Is possible to restrict the access to a module for an user group?
> >
> >
> >
> Whats about the ACL? Have you tried this? Give the group A read and
> write access to the module folder A and restrict access to module folder
> B, for group B the other way around. Don't forget to set the "overwrite
> inherit" option for the group "Users"!
>
> Perhaps this helps ...
>
> Greetings
> Anatol
>
>
> ------------------------------
>
> Message: 36
> Date: Tue, 26 Jul 2005 10:30:08 +0200
> From: Anatol <opencms at recordcaster.de>
> Subject: [opencms-dev] Question about login() mechanism
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <42E5F490.10408 at recordcaster.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi All!
>
> I've a question about the login() mechanism. I read the login-sample and
> there I found the following lines:
>
> -----------------------------------------
> [...]
>
> CmsJspLoginBean cms = new CmsJspLoginBean(pageContext, request, response);
>
> [...]
>
> // read properties
> String login_project = cms.property("login_project", "search");
> String login_redirect = cms.property("login_redirect", "search");
>
> // now process the login data
> if ("logout".equals(action)) {
> cms.logout();
> } else if ("login".equals(action)) {
> cms.login(username, password, login_project, login_redirect);
> }
> [...]
> -----------------------------------------
>
> Whats about this login_project and login_redirect? For what did I use
> this? What means the parameter "search"?
>
>
> Greetings
> Anatol
>
>
>
>
> ------------------------------
>
> _______________________________________________
> 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 51, Issue 2
> ******************************************
>
--
Swamy K.P.N
Software Engineer
More information about the opencms-dev
mailing list