[opencms-dev] RE: opencms-dev Digest, Vol 85, Issue 2

Xin Ye xinye at pacific.net.sg
Wed Mar 22 02:04:47 CET 2006


Thank you Stuart, I've done so, I saw the mail list archive about this
sun-web.xml, but it doesn't work.
I even tried to insert the line into web.xml, but still can't make it.

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of
opencms-dev-request at opencms.org
Sent: Tuesday, March 21, 2006 7:04 PM
To: opencms-dev at opencms.org
Subject: opencms-dev Digest, Vol 85, Issue 2

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. unable to logon..as admin (Priyanka Shah)
   2. Re: jumping between locales in a pages (Christoph P. Kukulies)
   3. RE: Install 6.2 on WinXP + Sun Application Server
      (McDonald, Stuart)
   4. RE: opencms-dev Digest, Vol 85, Issue 1 (Xin Ye)
   5. cms:decorator in 6.2 beta? (TechnoSophos)
   6. RE: LDAP integration with 6.X (Hossfeld, Felix)
   7. trouble with streaming (Christian Steinert)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Mar 2006 16:54:54 +0530
From: "Priyanka Shah" <priashah at gmail.com>
Subject: [opencms-dev] unable to logon..as admin
To: opencms-dev at opencms.org
Message-ID:
	<f8ba39470603200324h50e40659v3f3edbb9dad056d8 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

hi,

I am unable to logon even as admin.It had been running,till i had an
error,when i tried to move the system folder.Pls help.How do i resolve it.

There was a problem i had been facin with the permissions..i had created a
few users under grps with project managers as their parent grp.I was unable
to access the root directory with the other user logins apart from
admin.Hadmy modules stored in the system folder which i tried to shift,this
resulted in an error.

Pls help,

Regards,
Priyanka.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opencms.org/pipermail/opencms-dev/attachments/20060320/d5589c11
/attachment-0001.html

------------------------------

Message: 2
Date: Mon, 20 Mar 2006 19:05:23 +0100
From: "Christoph P. Kukulies" <kuku at physik.rwth-aachen.de>
Subject: Re: [opencms-dev] jumping between locales in a pages
To: Kai Schliemann <k.schliemann at comundus.com>
Cc: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <20060320180523.GA21826 at physik.rwth-aachen.de>
Content-Type: text/plain; charset=us-ascii

On Fri, Mar 17, 2006 at 07:00:05PM +0100, Kai Schliemann wrote:
> Hi Chris,
> 
> I think you can do something like <a
> href="<%=currentUri%>?__locale=<%=locale%>">myLanguage</a>.
> This works, if all trees are identical or at least the called page in 
> the other locale exists.

My problem is more subtle. Since the trees are different but the pages are a
sibling of one another, I cannot retrieve the path of the other locales'
page by taking the path of the currentUri since it is different (though the
filename is different). I may think of creating siblings of the folders but
I don't know in what mess it would end up.

Example:

/de/produkte/index.htm    is the german page
                 A
                 !
                 V
/en/products/index.htm    is the english page


A-V mark siblings

I need a method like getNextSibling() and test for the locale of that
sibling.
And then something like getResource or getPath on that object.


> HTH

almost.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

------------------------------

Message: 3
Date: Tue, 21 Mar 2006 08:14:33 +1100
From: "McDonald, Stuart" <Stuart.McDonald at sensis.com.au>
Subject: RE: [opencms-dev] Install 6.2 on WinXP + Sun Application
	Server
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID:
	<87F9316D9F30DE43B852A26B85C2437906275262 at C1-EXG-VS2.corp.org.local>
Content-Type: text/plain; charset="us-ascii"


Hi Xin Ye,



I haven't upgraded to 6.2 as yet, but your sun-web.xml should read something
like:



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application
Server 8.1 Servlet 2.4//EN"
"http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd">

<sun-web-app>

<context-root>opencms</context-root>

<class-loader delegate="false"/>

</sun-web-app>



Stuart







________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Xin Ye
Sent: Monday, 20 March 2006 12:08 PM
To: opencms-dev at opencms.org
Subject: [opencms-dev] Install 6.2 on WinXP + Sun Application Server



Dear All,



I am really stuck during the installation. I've checked the mail archive and
done what they suggested, but mine still refused to work

I edited the permission in both client.policy and server.policy, I added the
<class-loader delegate="no" /> in sun-web.xml, but I still get the following
error at step 8 importing modules.



Please help. Windows XP Pro SP2 + Sun Application Server 8.2PE. I knew a
little bit of Java, but very new to this language, and not farmiliar with
any linux or unix system.



36:
35: Shutdown completed, total uptime was 00:01:22.
34: Shutting down OpenCms, version 6.2 beta in web application "opencms"
33:
32:
31:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImp
ortThread.java:201)
30:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.kill(CmsSetupWorkplaceIm
portThread.java:118)
29:  at org.opencms.main.CmsShell.exit(CmsShell.java:605)
28: java.lang.NullPointerException
27:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImp
ortThread.java:186)
26:  at org.opencms.main.CmsShell.start(CmsShell.java:663)
25:  at org.opencms.main.CmsShell.executeCommands(CmsShell.java:801)
24:  at org.opencms.main.CmsShell.printPrompt(CmsShell.java:647)
23: java.lang.NullPointerException
22:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImp
ortThread.java:155)
21:  at org.opencms.main.CmsShell.<init>(CmsShell.java:498)
20:  at
org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1473)
19:  at
org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:848)
18:  at
org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(C
msConfigurationManager.java:343)
17:  at
org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(C
msConfigurationManager.java:498)
16:  at org.apache.commons.digester.Digester.parse(Digester.java:1567)
15:  at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Abstr
actSAXParser.java:1242)
14:  at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.jav
a:148)
13:  at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML1
1Configuration.java:764)
12:  at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML1
1Configuration.java:834)
11:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.s
canDocument(XMLDocumentFragmentScannerImpl.java:368)
10:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$F
ragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:16
93)
9:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.s
canStartElement(XMLDocumentFragmentScannerImpl.java:878)
8:  at
com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startElement
(XMLDTDValidator.java:798)
7:  at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElemen
t(AbstractSAXParser.java:533)
6:  at
org.apache.commons.digester.Digester.startElement(Digester.java:1273)
5:  at
org.opencms.configuration.CmsSetNextRule.begin(CmsSetNextRule.java:206)
4: java.lang.IllegalAccessError: tried to access method
org.apache.commons.digester.Digester.pushParams(Ljava/lang/Object;)V
from class org.opencms.configuration.CmsSetNextRule
3:
2: OpenCms property file:
"C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\opencms\WEB-
INF\config\opencms.properties".
1: OpenCms WEB-INF path:
"C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\opencms\WEB-
INF\".





Best Regards,



Xin Ye

IT Executive

Genesis Origins Pte Ltd.



Tel:  63625277

Fax: 63623979

H/P: 91839579

Email: xinye at picketandrail.com

Address:

566, Woodlands Road,

Mandai Estate

Singapore 728697







www.about.sensis.com.au
A leading Australian advertising, information and directories business.
www.sensis.com.au
www.yellowpages.com.au
www.whitepages.com.au
www.citysearch.com.au
www.whereis.com.au
www.telstra.com.au
www.tradingpost.com.au
www.universalpublishers.com.au
www.invizage.com.au
This email and any attachments are intended only for the use of the
recipient and may be confidential and/or legally privileged.
Sensis Pty Ltd disclaims liability for any errors, omissions, viruses, loss
and/or damage arising from using, opening or transmitting this email.
If you are not the intended recipient you must not use, interfere with,
disclose, copy or retain this email and you should notify the sender
immediately by return email or by contacting Sensis Pty Ltd by telephone on
[+61 3 8653 5000]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opencms.org/pipermail/opencms-dev/attachments/20060321/0e1f2cf4
/attachment-0001.html

------------------------------

Message: 4
Date: Tue, 21 Mar 2006 08:49:41 +0800
From: "Xin Ye" <xinye at pacific.net.sg>
Subject: [opencms-dev] RE: opencms-dev Digest, Vol 85, Issue 1
To: <opencms-dev at opencms.org>
Message-ID: <001801c64c81$569c3dd0$2001a8c0 at Genesis.int>
Content-Type: text/plain;	charset="us-ascii"

 Hi Chris,

Yes, I do have JDK. 

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of
opencms-dev-request at opencms.org
Sent: Monday, March 20, 2006 7:02 PM
To: opencms-dev at opencms.org
Subject: opencms-dev Digest, Vol 85, Issue 1

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. Install 6.2 on WinXP + Sun Application Server (Xin Ye)
   2. RE: Static Export Speed in Version 6 (Brett Beaumont)
   3. Re: Install 6.2 on WinXP + Sun Application Server
      (Christoph P. Kukulies)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Mar 2006 09:07:37 +0800
From: "Xin Ye" <xinye at pacific.net.sg>
Subject: [opencms-dev] Install 6.2 on WinXP + Sun Application Server
To: <opencms-dev at opencms.org>
Message-ID: <001501c64bba$ae154e70$2001a8c0 at Genesis.int>
Content-Type: text/plain; charset="us-ascii"

Dear All,
 
I am really stuck during the installation. I've checked the mail archive and
done what they suggested, but mine still refused to work I edited the
permission in both client.policy and server.policy, I added the
<class-loader delegate="no" /> in sun-web.xml, but I still get the following
error at step 8 importing modules.
 
Please help. Windows XP Pro SP2 + Sun Application Server 8.2PE. I knew a
little bit of Java, but very new to this language, and not farmiliar with
any linux or unix system.
 
36: 
35: Shutdown completed, total uptime was 00:01:22.
34: Shutting down OpenCms, version 6.2 beta in web application "opencms"
33: 
32: 
31:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportT
hread.java:201)
30:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.kill(CmsSetupWorkplaceImport
Thread.java:118)
29:  at org.opencms.main.CmsShell.exit(CmsShell.java:605)
28: java.lang.NullPointerException
27:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportT
hread.java:186)
26:  at org.opencms.main.CmsShell.start(CmsShell.java:663)
25:  at org.opencms.main.CmsShell.executeCommands(CmsShell.java:801)
24:  at org.opencms.main.CmsShell.printPrompt(CmsShell.java:647)
23: java.lang.NullPointerException
22:  at
org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportT
hread.java:155)
21:  at org.opencms.main.CmsShell.<init>(CmsShell.java:498)
20:  at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1473)
19:  at org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:848)
18:  at
org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(CmsCo
nfigurationManager.java:343)
17:  at
org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(CmsCo
nfigurationManager.java:498)
16:  at org.apache.commons.digester.Digester.parse(Digester.java:1567)
15:  at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractS
AXParser.java:1242)
14:  at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:14
8)
13:  at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:764)
12:  at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:834)
11:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanD
ocument(XMLDocumentFragmentScannerImpl.java:368)
10:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Fragm
entContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
9:  at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanS
tartElement(XMLDocumentFragmentScannerImpl.java:878)
8:  at
com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startElement(XML
DTDValidator.java:798)
7:  at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Ab
stractSAXParser.java:533)
6:  at org.apache.commons.digester.Digester.startElement(Digester.java:1273)
5:  at
org.opencms.configuration.CmsSetNextRule.begin(CmsSetNextRule.java:206)
4: java.lang.IllegalAccessError: tried to access method
org.apache.commons.digester.Digester.pushParams(Ljava/lang/Object;)V from
class org.opencms.configuration.CmsSetNextRule
3: 
2: OpenCms property file:
"C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\opencms\WEB-INF\
config\opencms.properties".
1: OpenCms WEB-INF path:
"C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\opencms\WEB-INF\
". 

 
 
Best Regards,
 
Xin Ye
IT Executive
Genesis Origins Pte Ltd.
 
Tel:  63625277
Fax: 63623979
H/P: 91839579
Email: xinye at picketandrail.com
Address: 
566, Woodlands Road,
Mandai Estate
Singapore 728697
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opencms.org/pipermail/opencms-dev/attachments/20060320/c07b67d9
/attachment-0001.html

------------------------------

Message: 2
Date: Mon, 20 Mar 2006 16:35:58 +1200
From: "Brett Beaumont" <brett.beaumont at sytec.co.nz>
Subject: RE: [opencms-dev] Static Export Speed in Version 6
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID:
	<E9A401348CAF8E41A736032FC7D6F03205F54CCD at sywns013.ad.sytec.com>
Content-Type: text/plain;	charset="us-ascii"

Thanks Michael,

This could be just what I'm after. I think we will be able to define enough
of our dependencies through the export-rules, which should save a huge
amount of time for the static export.

Thanks for the pointers.

Brett

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Michael Moossen
Sent: Thursday, 16 March 2006 8:31 p.m.
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Static Export Speed in Version 6

Hi, guys!

> Sadly, there is no incremental dependency-controlled mechanism for 
> doing static export.
> This is badly missing, but currently I don't have the time to write 
> one myself... :-(

you are wrong! see the export-rules introduced in 6.0.2,
http://mail.opencms.org/pipermail/opencms-dev/2005q4/021164.html

Kind Regards,
Michael
 
-------------------
Michael Moossen
 
Alkacon Software GmbH  - The OpenCms Experts http://www.alkacon.com -
http://www.opencms.org




Mensaje citado por Christian Steinert <christian_steinert at web.de>:

> Brett Beaumont wrote:
> > Arash/Christian,
> >  
> > Thanks for you replies. One of the problems we have with our setup 
> > is that we have some shared content which gets loaded into multiple 
> > pages. For example, a news item that gets incorporated into the home

> > page, and the press releases page. This means that our users only 
> > need to create the news item once, but it also means that we need to

> > export the home page and press release page every time a news 
> > release is published (neither of which have really been changed).
> >  
> > Looking at the AfterPublishHandler, we may have an ability to code 
> > in something like "if publishList contains any files in 
> > /common/news/ then export the home page and news pages" to take case

> > of our specific dependencies.
> >  
> > The OnDemandStaticExportHandler handler probably won't help us too 
> > much as our process is to export the pages, and then ZIP them up and

> > transfer to a separate web server. As such, the pages are never 
> > actually /requested/ from the OpenCMS server; we simply expect them 
> > to be on the filesystem.
> >  
> > Thanks again for your prompt replies.
> >  
> > Regards,
> >  
> > Brett Beaumont
> Dear Brett,
> 
> Sadly, there is no incremental dependency-controlled mechanism for 
> doing static export.
> This is badly missing, but currently I don't have the time to write 
> one myself... :-(
> 
> Christian
> 


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
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: 3
Date: Mon, 20 Mar 2006 08:40:33 +0100
From: "Christoph P. Kukulies" <kuku at physik.rwth-aachen.de>
Subject: Re: [opencms-dev] Install 6.2 on WinXP + Sun Application
	Server
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <20060320074033.GA19742 at physik.rwth-aachen.de>
Content-Type: text/plain; charset=us-ascii

On Mon, Mar 20, 2006 at 09:07:37AM +0800, Xin Ye wrote:
> Dear All,
>  
> I am really stuck during the installation. I've checked the mail 
> archive and done what they suggested, but mine still refused to work I 
> edited the permission in both client.policy and server.policy, I added 
> the <class-loader delegate="no" /> in sun-web.xml, but I still get the 
> following error at step 8 importing modules.
>  
> Please help. Windows XP Pro SP2 + Sun Application Server 8.2PE. I knew 
> a little bit of Java, but very new to this language, and not farmiliar 
> with any linux or unix system.

I'm not sure whether the installation of the sun application server is the
right stuff. Wasn't mentioned somewhere that it is mandatory to install a
JDK? Just a j2re isn't sufficient.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

------------------------------

_______________________________________________
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 85, Issue 1
******************************************



------------------------------

Message: 5
Date: Mon, 20 Mar 2006 19:22:48 -0600
From: TechnoSophos <technosophos at gmail.com>
Subject: [opencms-dev] cms:decorator in 6.2 beta?
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID:
	<70fbbb000603201722w101049c4k1e95c9a75caebd30 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I was looking at the Javadocs that are included in the 6.2 beta, and I
noticed the documentation for the <cms:decorator/> tag. This tag is
mentioned in a couple of feature lists for 6.2 but, (1) the tag appears not
to be in the taglib (and is only in the CVS attic, it appears), and (2) the
tag has no documentation.

Can someone fill me in? Is this going to be in 6.2? And what is it?

Curiously yours,

Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opencms.org/pipermail/opencms-dev/attachments/20060320/7035ce5a
/attachment-0001.html

------------------------------

Message: 6
Date: Tue, 21 Mar 2006 10:43:08 +0100
From: "Hossfeld, Felix" <Felix.Hossfeld at bonprix.net>
Subject: RE: [opencms-dev] LDAP integration with 6.X
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID: <45D1031764662C469E03F4919C053A0ECE389F at BPEX02.bonprix.de>
Content-Type: text/plain; charset="utf-8"

Hello!
 
I'm also interested in this project. I have experience developing
JAAS-Modules. It is a good and flexible framework and I would like to dvelop
a module which also to use a JAAS context for authentication and
authorization. Using this approach we could use alsmost any source of
credentials to authenticate against.
 
The main problem I see is mapping the more general roles from a JAAS module
to the special semantics of OpenCMS - like the unique user identifier. Has
anybody a good idea how to do this?
 
Regards
 
Felix HoCfeld

________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Siegfried Puchbauer
Sent: Thursday, March 16, 2006 10:39 AM
To: shiys at langhua.cn; The OpenCms mailing list
Subject: Re: [opencms-dev] LDAP integration with 6.X


I would appreciate such a project on sourceforge and I will certainly
contribute to it. I have some expirience with integration of ldap in
commercial cms and with the user management in opencms. In the past such an
integration was never an essential need in my projects, but its surly nice
to have it available. 

kind regards

sigi


On 3/15/06, Shi Yusen <shiys at langhua.cn> wrote: 

	As the time passing, there will be more and more commercial know-how
become public. No one can stop this trend. Is there anybody would contribute
an LDAP module to this list?
	
	If no contribution available, I'll try to apply a project in
sourceforge.net on building a module integrating OpenCMS and LDAP loosely.
	
	Shi Yusen/Beijing Langhua Ltd.
	
	-----i.d;6ed;6-----
	ed;6d::: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] d;#h!( Jan Meier
	ei





More information about the opencms-dev mailing list