[opencms-dev] Re: opencms-dev Digest, Vol 108, Issue 5 (Out of the Office)

Mike Jones Mike.Jones at lottery.state.tx.us
Fri Sep 1 12:00:38 CEST 2006


I am out of the office September 1st. I will be back on September 5th.  If you require immediate assistance, please contact Joan Kotal @ 344-5315.  

Please send all Web Site requests to "WebSiteSupport" and all Intranet requests to "Intranet Support".

Thank you,

Michael

>>> opencms-dev 09/01/06 04:46 >>>

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. Adding new content outside of OpenCMS. (Anthony Roy)
   2. Apply Subversion on OpenCms? (James Sun)
   3. Re: CmsProperty class the correct choice to set a	property?
      (Jan Meier)
   4. RE: Apply Subversion on OpenCms? (Carl Alex Friis Nielsen)
   5. RE: Apply Subversion on OpenCms? (Jonathan Woods)
   6. Re: Apply Subversion on OpenCms? (Joe Desbonnet)
   7. How to validate xml content? (Joe Lam)
   8. Re: How to validate xml content? (Christian Steinert)
   9. Re: "Cleanup HTML Code" - additional cleaning
      (Sebastian Himberger)
  10. Re: CmsProperty class the correct choice to set a	property?
      (Christian Steinert)
  11. Re: Adding new content outside of OpenCMS. (Christian Steinert)
  12. Broken links after folder rename (Martin Rioux)
  13. Re: Broken links after folder rename (Michael Moossen)
  14. Re: Broken links after folder rename (Martin Rioux)
  15. OpenCMS Path (/opencms/opencms) (SCHEDENIG Marian)
  16. Re: Nominate OpenCms as the best Open Source CMS! (cherif)
  17. RE: OpenCMS Path (/opencms/opencms) (Scott Carlson)
  18. RE: Broken links after folder rename (Arash Kaffamanesh)
  19. RE: Forum module available? (Arash Kaffamanesh)
  20. Re: CmsProperty class the correct choice to set a	property?
      (Jan Meier)
  21. Re: Forum module available? (Shi Yusen)


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

Message: 1
Date: Thu, 31 Aug 2006 11:47:02 +0100
From: "Anthony Roy" <aroy at hpi.co.uk>
Subject: [opencms-dev] Adding new content outside of OpenCMS.
To: <opencms-dev at opencms.org>
Message-ID:
	<EFA30A31E31018468CFE19B0A6D4227101FFFC72 at email101.hpi-develop.local>
Content-Type: text/plain;	charset="us-ascii"

Hello all,

I am trying to do some of the development of OpenCMS outside of the web
environment. The reason for this is that I want to add some custom
classes for various tasks, and I need to be able to add new class files.

I have exported the module, unzipped it, added the classes I require,
rezipped and imported the module. This simply crashed the OpenCMS
instance.

I tried adding a new <file> section to the manifest.xml, but it
complains about the lack of uuid for the resource. If I copy and alter
an existing uuid it also breaks OpenCMS.

Is it actually possible to do things in this way? Is there a uuid
generator I can use for getting a valid uuid?

Thanks,

-- 
Anthony Roy. 


This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of HPI Limited. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify postmaster at hpi.co.uk.This message has been scanned by Anti-Virus. Recipients are advised to apply their own virus checks to this message on delivery.


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

Message: 2
Date: Thu, 31 Aug 2006 12:00:13 +0100
From: James Sun <H.Sun at dcs.shef.ac.uk>
Subject: [opencms-dev] Apply Subversion on OpenCms?
To: opencms-dev at opencms.org
Cc: Andrew Golightly <A.Golightly at dcs.shef.ac.uk>,	Hamish Cunningham
	<hamish at dcs.shef.ac.uk>
Message-ID: <44F6C13D.9050202 at dcs.shef.ac.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed


Hello guys,

We currently maintain a (mainly static) website by storing the pages in 
SVN (similar to CVS) and regularly checking them out onto the webserver. 
This has
some advantages:
- multiple authors can edit pages simultaneously and resolve any 
conflicting edits using SVN's merge functions
- authors can work off-line and check in their changes when back on-line
- version control, with a mature set of tools for looking at version 
history, diffs, who did what, and so on

We want to replace the site with a CMS-based version and are considering 
using OpenCms. The question is: could some content be stored in SVN, in 
order to
get the benefits listed above?

We know OpenCms has its own offline/online work mechanism, which also 
supports version control. But it stores page contents in the DB rather 
than a svn repository. One of the differences between SVN and a standard 
DBMS backend would be that the application would have to allow for a 
merge step when a change is submitted - i.e. when a user commits an edit 
OpenCms would have to query SVN to identify possible conflicts and, if a 
conflict existed, send the page back to the user to edit it. Would that 
be complex? If so, would it be less complex to introduce a new class of 
pages, whose content was stored in SVN?

Cheers

Haotian Sun


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

Message: 3
Date: Thu, 31 Aug 2006 13:25:16 +0200
From: Jan Meier <jan.meier at zmnh.uni-hamburg.de>
Subject: Re: [opencms-dev] CmsProperty class the correct choice to set
	a	property?
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <200608311325.16701.jan.meier at zmnh.uni-hamburg.de>
Content-Type: text/plain;  charset="iso-8859-6"

Hi Christian,

Am Donnerstag 31 August 2006 02:39 schrieb Christian Steinert:
> CmsProperty represents properties as they are stored in the database.
> If you want to set the locale for one request only, then you could
> append the __locale=xx parameter to your URL.

I know about the possibility to set the locale with __locale=xx, the problem 
is that it is hard to memorize. The people who edit pages in my OpenCms setup 
should create links to english content, for them it would be a lot easier if 
they just have to append locale=xx to the link url. 

You said that CmsProperty is not the right choice to set the locale, how can I 
set the locale within my jsp-code? 

Regards 

Jan


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

Message: 4
Date: Thu, 31 Aug 2006 14:08:23 +0200
From: "Carl Alex Friis Nielsen" <cfn at kb.dk>
Subject: RE: [opencms-dev] Apply Subversion on OpenCms?
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID: <8CBCCEE2D9CECF4CAFFF17DE494047A84C916D at exchange-2.kb.dk>
Content-Type: text/plain;	charset="iso-8859-1"

-----Original Message-----
From: opencms-dev-bounces at opencms.org@KB On Behalf Of James Sun
<H.Sun at dcs.shef.ac.uk>

> We want to replace the site with a CMS-based version and are considering 
> using OpenCms. The question is: could some content be stored in SVN, in 
> order to
> get the benefits listed above?

OpenCms has a mechanism which can synchronize items from the VFS with
files in the real file system - then you can do version control on
those files.

Cheers,

Carl

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

Message: 5
Date: Thu, 31 Aug 2006 13:16:08 +0100
From: "Jonathan Woods" <jonathan.woods at scintillance.com>
Subject: RE: [opencms-dev] Apply Subversion on OpenCms?
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Message-ID: <00e601c6ccf7$40eb7900$0500a8c0 at COMPUTER2>
Content-Type: text/plain;	charset="us-ascii"

And you can trigger this synchronisation from a shell script - search the
mailing list archives for mentions of CmsShell for more information.

Jon 

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Carl Alex Friis
Nielsen
Sent: 31 August 2006 13:08
To: The OpenCms mailing list
Subject: RE: [opencms-dev] Apply Subversion on OpenCms?

-----Original Message-----
From: opencms-dev-bounces at opencms.org@KB On Behalf Of James Sun
<H.Sun at dcs.shef.ac.uk>

> We want to replace the site with a CMS-based version and are 
> considering using OpenCms. The question is: could some content be 
> stored in SVN, in order to get the benefits listed above?

OpenCms has a mechanism which can synchronize items from the VFS with files
in the real file system - then you can do version control on those files.

Cheers,

Carl

_______________________________________________
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: 6
Date: Thu, 31 Aug 2006 13:53:51 +0100
From: "Joe Desbonnet" <jdesbonnet at gmail.com>
Subject: Re: [opencms-dev] Apply Subversion on OpenCms?
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID:
	<1cef3e950608310553l284439ckd9c112b5d589c16e at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

It would help enormously if the OpenCms software was split into a few
modules. The most important being separating the Content Repository
from the rest of the software.

A clean separation between the repository and the rest of OpenCms
would vastly facilitate projects such as this (ie a SVN based
repository) and the Laughing Panda Eclipse module etc.

It would also (in theory) make upgrades easier.

Just my 2c.

Joe.


On 8/31/06, James Sun <H.Sun at dcs.shef.ac.uk> wrote:
>
> Hello guys,
>
> We currently maintain a (mainly static) website by storing the pages in
> SVN (similar to CVS) and regularly checking them out onto the webserver.
> This has
> some advantages:
> - multiple authors can edit pages simultaneously and resolve any
> conflicting edits using SVN's merge functions
> - authors can work off-line and check in their changes when back on-line
> - version control, with a mature set of tools for looking at version
> history, diffs, who did what, and so on
>
> We want to replace the site with a CMS-based version and are considering
> using OpenCms. The question is: could some content be stored in SVN, in
> order to
> get the benefits listed above?
>
> We know OpenCms has its own offline/online work mechanism, which also
> supports version control. But it stores page contents in the DB rather
> than a svn repository. One of the differences between SVN and a standard
> DBMS backend would be that the application would have to allow for a
> merge step when a change is submitted - i.e. when a user commits an edit
> OpenCms would have to query SVN to identify possible conflicts and, if a
> conflict existed, send the page back to the user to edit it. Would that
> be complex? If so, would it be less complex to introduce a new class of
> pages, whose content was stored in SVN?
>
> Cheers
>
> Haotian Sun
>
>
> _______________________________________________
> 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: 7
Date: Thu, 31 Aug 2006 21:17:00 +0800
From: Joe Lam <joe.lam at moni-media.net>
Subject: [opencms-dev] How to validate xml content?
To: opencms-dev at opencms.org
Message-ID: <44F6E14C.1090805 at moni-media.net>
Content-Type: text/plain; charset="iso-8859-1"

how to write jsp to validate xml content? due to modification on schema, 
I wanna search invalid xml content files.
I tried validate(CmsObject cms) of CmsXmlContent.
The returned CmsXmlContentErrorHandler's hasWarnings() and hasErrors() 
both return false on an invalid xml content. i dunno why.

any help?

Thank you very much.

Joe


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20060831/bf195e5c/attachment-0001.html

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

Message: 8
Date: Thu, 31 Aug 2006 16:03:44 +0200
From: Christian Steinert <christian_steinert at web.de>
Subject: Re: [opencms-dev] How to validate xml content?
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <1958630352 at web.de>
Content-Type: text/plain; charset=iso-8859-15


> -----Urspr*ngliche Nachricht-----
> Von: The OpenCms mailing list <opencms-dev at opencms.org>
> Gesendet: 31.08.06 15:20:31
> An: opencms-dev at opencms.org
> Betreff: [opencms-dev] How to validate xml content?

how to write jsp to validate xml content?
> due to modification on schema, I wanna search invalid xml content files.
> I tried validate(CmsObject cms) of CmsXmlContent.
> The returned CmsXmlContentErrorHandler's hasWarnings() and hasErrors()
> both return false on an invalid xml content. i dunno why.
> 
> any help?
> 
> Thank you very much.
> 
> Joe
> 

I don't know how these methods work or don't work. 

Do you want to validate some XHTML code to make sure that it is valid XML?
In that case the problem would be that all HTML stuff is encapsulated in <[CDATA[ - Blocks which are ignored by any xml parser and you would have to pull out the HTML content for these blocks and validate them with normal Java-XML-processing (which I don't know how to do at present but whitch should be easy to loop up).


hth somehow
christian
_______________________________________________________________________
Viren-Scan f*r Ihren PC! Jetzt f*r jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222


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

Message: 9
Date: Thu, 31 Aug 2006 16:04:51 +0200
From: Sebastian Himberger <sebastian.himberger at gmx.de>
Subject: Re: [opencms-dev] "Cleanup HTML Code" - additional cleaning
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <44F6EC83.6060005 at gmx.de>
Content-Type: text/plain; charset=UTF-8

Hi Christian,

i have a similar requirement atm. Cleaning is done in
org.opencms.util.CmsHtmlConverter. Unfortionally is the usage of this
class hardcoded. I', looking for a different solution but this task is
not my top priority.  Maybe you can modify the editor JSP (It's action
13 or so..) and inject a custom action. But imho you have to do some
coding to achieve your goals.

best regards
Sebastian

Christian Steinert schrieb:
> Does anyone know if the "Cleanup HTML Code" function in opencms'
> FCKeditor can be customized? I would like to make that button filter out
> font tags.
>
> I know that font tags are filtered out when using "paste from word", but
> paste from word doesn't get the headings right for me - instead of
> becoming html-headings, any headings just turn into big text if I use
> "paste from word.
>
> Thanks and Regards
> Christian
>
>   
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


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

Message: 10
Date: Thu, 31 Aug 2006 16:06:12 +0200
From: Christian Steinert <christian_steinert at web.de>
Subject: Re: [opencms-dev] CmsProperty class the correct choice to set
	a	property?
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <1958637757 at web.de>
Content-Type: text/plain; charset=iso-8859-15



> Hi Christian,
> 
> Am Donnerstag 31 August 2006 02:39 schrieb Christian Steinert:
> > CmsProperty represents properties as they are stored in the database.
> > If you want to set the locale for one request only, then you could
> > append the __locale=xx parameter to your URL.
> 
> I know about the possibility to set the locale with __locale=xx, the problem 
> is that it is hard to memorize. The people who edit pages in my OpenCms setup 
> should create links to english content, for them it would be a lot easier if 
> they just have to append locale=xx to the link url. 
> 
> You said that CmsProperty is not the right choice to set the locale, how can I 
> set the locale within my jsp-code? 
> 
> 

I would like to understand how your JSP would know which locale should be used for a given request.
Do you implement accept-language parsing or is the language somehow related to the url?

Christian
_______________________________________________________________________
Viren-Scan f*r Ihren PC! Jetzt f*r jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222


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

Message: 11
Date: Thu, 31 Aug 2006 16:47:16 +0200
From: Christian Steinert <christian_steinert at web.de>
Subject: Re: [opencms-dev] Adding new content outside of OpenCMS.
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <1958730183 at web.de>
Content-Type: text/plain; charset=iso-8859-15

You definitely need a new UUID for new resources. If you use old uuids then you create lots of trouble.
Take a look at http://java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.html

Maybe Opencms also has an API for creating UUIDs. That would be better, because for opencms you can configure the network address of your computer to make the ID really completely unique. So search the opencms API-docs

christian

> Hello all,
> 
> I am trying to do some of the development of OpenCMS outside of the web
> environment. The reason for this is that I want to add some custom
> classes for various tasks, and I need to be able to add new class files.
> 
> I have exported the module, unzipped it, added the classes I require,
> rezipped and imported the module. This simply crashed the OpenCMS
> instance.
> 
> I tried adding a new <file> section to the manifest.xml, but it
> complains about the lack of uuid for the resource. If I copy and alter
> an existing uuid it also breaks OpenCMS.
> 
> Is it actually possible to do things in this way? Is there a uuid
> generator I can use for getting a valid uuid?
> 
> Thanks,
> 
> -- 
> Anthony Roy. 
> 
> 
> This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of HPI Limited. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify postmaster at hpi.co.uk.This message has been scanned by Anti-Virus. Recipients are advised to apply their own virus checks to this message on delivery.
> 
> 
> _______________________________________________
> 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


_______________________________________________________________________
Viren-Scan f*r Ihren PC! Jetzt f*r jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222


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

Message: 12
Date: Thu, 31 Aug 2006 11:32:10 -0400
From: "Martin Rioux" <martin.rioux at crim.ca>
Subject: [opencms-dev] Broken links after folder rename
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID: <061c01c6cd12$a0055fd0$665c1e0a at corpo.crim.ca>
Content-Type: text/plain; format=flowed; charset="iso-8859-15";
	reply-type=original

Hi all

After changing the name of a parent folder (this folder contain another 
folder with images), is it possible to opencms to correct the broken link.

ex. :
/content/goal/images/aaa.gif
/content/goal/aaaaa.html

The file aaaaa.html contain a link to aaa.gif

after rename :
/content/gggggg/images/aaa.gif
/content/gggggg/aaaaa.html

But the image link is not updated.

Martin 



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

Message: 13
Date: Thu, 31 Aug 2006 17:39:46 +0200
From: Michael Moossen <m.moossen at alkacon.com>
Subject: Re: [opencms-dev] Broken links after folder rename
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <1157038786.44f702c25e723 at webmail.alkacon.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi, Martin!

> After changing the name of a parent folder (this folder contain another 
> folder with images), is it possible to opencms to correct the broken link.
OpenCms version < 6.5.0 does not.

OpenCms version >= 6.5.0 does. see CVS dev_7_0 branch.

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




Quoting Martin Rioux <martin.rioux at crim.ca>:

> Hi all
> 
> After changing the name of a parent folder (this folder contain another 
> folder with images), is it possible to opencms to correct the broken link.
> 
> ex. :
> /content/goal/images/aaa.gif
> /content/goal/aaaaa.html
> 
> The file aaaaa.html contain a link to aaa.gif
> 
> after rename :
> /content/gggggg/images/aaa.gif
> /content/gggggg/aaaaa.html
> 
> But the image link is not updated.
> 
> Martin 
> 
> 
> 
> _______________________________________________
> 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
> 


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


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

Message: 14
Date: Thu, 31 Aug 2006 11:55:22 -0400
From: "Martin Rioux" <martin.rioux at crim.ca>
Subject: Re: [opencms-dev] Broken links after folder rename
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID: <064501c6cd15$ddb4d1a0$665c1e0a at corpo.crim.ca>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original

Hi again

Is there a release date for this version. I ask this question because I 
don't think we will go on production (site with 6000 pages) with a version 
that is not released (or unstable ???).

Thanks

Martin

----- Original Message ----- 
From: "Michael Moossen" <m.moossen at alkacon.com>
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Sent: Thursday, August 31, 2006 11:39 AM
Subject: Re: [opencms-dev] Broken links after folder rename


> Hi, Martin!
>
>> After changing the name of a parent folder (this folder contain another
>> folder with images), is it possible to opencms to correct the broken 
>> link.
> OpenCms version < 6.5.0 does not.
>
> OpenCms version >= 6.5.0 does. see CVS dev_7_0 branch.
>
> Kind Regards,
> Michael
>
> -------------------
> Michael Moossen
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
>
>
> Quoting Martin Rioux <martin.rioux at crim.ca>:
>
>> Hi all
>>
>> After changing the name of a parent folder (this folder contain another
>> folder with images), is it possible to opencms to correct the broken 
>> link.
>>
>> ex. :
>> /content/goal/images/aaa.gif
>> /content/goal/aaaaa.html
>>
>> The file aaaaa.html contain a link to aaa.gif
>>
>> after rename :
>> /content/gggggg/images/aaa.gif
>> /content/gggggg/aaaaa.html
>>
>> But the image link is not updated.
>>
>> Martin
>>
>>
>>
>> _______________________________________________
>> 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
>>
>
>
> ----------------------------------------------------------------
> 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: 15
Date: Thu, 31 Aug 2006 18:54:47 +0200
From: "SCHEDENIG Marian" <Marian.Schedenig at qualysoft.com>
Subject: [opencms-dev] OpenCMS Path (/opencms/opencms)
To: <opencms-dev at opencms.org>
Message-ID:
	<4507516EF55CD442831FB74B23276ECEC1ACBB at exchange.qualysoft.hu>
Content-Type: text/plain; charset="iso-8859-1"

Hi!

I apologise if this question has been asked before. All the answers I have been able to find require the installation of an Apache HTTPD, which I am trying to avoid.
 
Our client currently has the OpenCMS running under an URL like this:
http://www.client.org:8080/opencms/opencms/ClientSite/
 
And, for obvious reasons, wants to switch this to:
http://www.client.org/
 
Since they already have an IIS running for some pages, we want to avoid installing an Apache (which would then have to redirect to IIS for these pages). Also, I don't know anything about configuring an IIS. The best solution for us would therefore be to have Tomcat run on port 80, with the root directory "mapped" to /opencms/opencms/ClientSite/, and move the IIS to another port (which would not be a problem).
 
So our problem is: Is there a way to make Tomcat/OpenCMS handle the / URI like /opencms/opencms/ClientSite? I've been able to remove the ClientSite part by linking a index.jsp directly in /sites/default/, but I have not found a way to get rid of /opencms/opencms/. I suppose it would involve changing both the Tomcat and the OpenCMS configurations, but I'm not even sure it can be done.
 
Any help is greatly appreciated,
Marian.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20060831/26f44267/attachment-0001.html

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

Message: 16
Date: Thu, 31 Aug 2006 19:29:35 +0200
From: "cherif" <multxt at free.fr>
Subject: Re: [opencms-dev] Nominate OpenCms as the best Open Source
	CMS!
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID: <005301c6cd23$078f0240$0a00a8c0 at internet>
Content-Type: text/plain;	charset="iso-8859-1"

List,
Juste to remind that after the 1st september it will be too late to
participate to Open Source CMS Award 2006 nomination
To nominate OPENCMS, this night and to morrow after that no chance any more
!!!
See this :

Please click here to nominate OpenCms:
 http://www.packtpub.com/nominations


cheers


----- Original Message ----- 
From: "Alexander Kandzior" <alex at opencms.org>
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Sent: Saturday, August 12, 2006 11:40 AM
Subject: [opencms-dev] Nominate OpenCms as the best Open Source CMS!


> Packt Publishing has launched a new award for the title of best open
source
> Content Management System, 2006.
>
> Please nominate OpenCms for the Open Source CMS Award 2006.
>
> The 5 systems with the most votes will go to the final, where an
independent
> jury will select the winner.
>
> It is your vote that counts!!!
>
> Please click here to nominate OpenCms:
> http://www.packtpub.com/nominations
>
> More information about the award can be found here:
> http://www.packtpub.com/award
>
>
> Kind Regards,
> Alex.
>
> -------------------
> Alexander Kandzior
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> _______________________________________________
> 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: 17
Date: Thu, 31 Aug 2006 12:36:34 -0500
From: "Scott Carlson" <scott at optionvue.com>
Subject: RE: [opencms-dev] OpenCMS Path (/opencms/opencms)
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Message-ID:
	<FA672C76D9B6C04FB98EA4CFBD2C29E62C4C64 at newman.optionvue.local>
Content-Type: text/plain; charset="us-ascii"

I have not done exactly what you are describing, but you might be able
to do get the desired results using the iis redirector - see
http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html.

 

Using this, all requests will go through IIS, but then appropriate
requests will be redirected (internally) to Tomcat. Similar to using
Apache as the front-end web-server.

 

Scott

 

________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of SCHEDENIG Marian
Sent: Thursday, August 31, 2006 11:55 AM
To: opencms-dev at opencms.org
Subject: [opencms-dev] OpenCMS Path (/opencms/opencms)

 

Hi!


I apologise if this question has been asked before. All the answers I
have been able to find require the installation of an Apache HTTPD,
which I am trying to avoid.

 

Our client currently has the OpenCMS running under an URL like this:

http://www.client.org:8080/opencms/opencms/ClientSite/

 

And, for obvious reasons, wants to switch this to:

http://www.client.org/

 

Since they already have an IIS running for some pages, we want to avoid
installing an Apache (which would then have to redirect to IIS for these
pages). Also, I don't know anything about configuring an IIS. The best
solution for us would therefore be to have Tomcat run on port 80, with
the root directory "mapped" to /opencms/opencms/ClientSite/, and move
the IIS to another port (which would not be a problem).

 

So our problem is: Is there a way to make Tomcat/OpenCMS handle the /
URI like /opencms/opencms/ClientSite? I've been able to remove the
ClientSite part by linking a index.jsp directly in /sites/default/, but
I have not found a way to get rid of /opencms/opencms/. I suppose it
would involve changing both the Tomcat and the OpenCMS configurations,
but I'm not even sure it can be done.

 

Any help is greatly appreciated,

Marian.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20060831/46d5c447/attachment-0001.html

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

Message: 18
Date: Fri, 1 Sep 2006 02:14:37 +0200
From: "Arash Kaffamanesh" <arash.kaffamanesh at pomegranate.de>
Subject: RE: [opencms-dev] Broken links after folder rename
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Message-ID: <00bf01c6cd5b$9eaf1470$26faa10a at tp1>
Content-Type: text/plain;	charset="us-ascii"

Hi Martin, hi Michael!

With thanks to Michael's Link Management Engine (Content Relation Engine)
and the latest OpenCms Experts efforts at Alkacon, we are going to Go live
with a Site with more than 10.000 Resources (currently we have 8736
resources, as I imported the whole Site from QA to P environment today).

What I can say for now, it seems to be very stable, only on Oracle I have
some doubt, but I'm sure Michael would help us!

In general in the last years, the latest version of OpenCms has been more
stable than the versions before, even the alpha versions, so I hope the
OpenCms 7 alpha 1 will be released soon, in September I think ;-)

Alexander and his great team will give the GoLive of the first OpenCms 7
version!?

Kind Regards,
Arash

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Martin Rioux
Sent: Donnerstag, 31. August 2006 17:55
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Broken links after folder rename

Hi again

Is there a release date for this version. I ask this question because I 
don't think we will go on production (site with 6000 pages) with a version 
that is not released (or unstable ???).

Thanks

Martin

----- Original Message ----- 
From: "Michael Moossen" <m.moossen at alkacon.com>
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Sent: Thursday, August 31, 2006 11:39 AM
Subject: Re: [opencms-dev] Broken links after folder rename


> Hi, Martin!
>
>> After changing the name of a parent folder (this folder contain another
>> folder with images), is it possible to opencms to correct the broken 
>> link.
> OpenCms version < 6.5.0 does not.
>
> OpenCms version >= 6.5.0 does. see CVS dev_7_0 branch.
>
> Kind Regards,
> Michael
>
> -------------------
> Michael Moossen
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
>
>
> Quoting Martin Rioux <martin.rioux at crim.ca>:
>
>> Hi all
>>
>> After changing the name of a parent folder (this folder contain another
>> folder with images), is it possible to opencms to correct the broken 
>> link.
>>
>> ex. :
>> /content/goal/images/aaa.gif
>> /content/goal/aaaaa.html
>>
>> The file aaaaa.html contain a link to aaa.gif
>>
>> after rename :
>> /content/gggggg/images/aaa.gif
>> /content/gggggg/aaaaa.html
>>
>> But the image link is not updated.
>>
>> Martin
>>
>>
>>
>> _______________________________________________
>> 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
>>
>
>
> ----------------------------------------------------------------
> 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
> 



_______________________________________________
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: 19
Date: Fri, 1 Sep 2006 02:37:08 +0200
From: "Arash Kaffamanesh" <arash.kaffamanesh at pomegranate.de>
Subject: RE: [opencms-dev] Forum module available?
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Message-ID: <00c001c6cd5e$c3f1c720$26faa10a at tp1>
Content-Type: text/plain;	charset="us-ascii"

Hi OC- World,

This MVNforum module plugin is somehow a fake; I'm the integrator of it ;-)

The reason, why I'd tried to provide such a module was to show, how easy it
is to integrate other Java Applications into OpenCms and use the same DB.

If anybody is interested to work with me to enhance this module, I've many
ideas about it, like using the same authentication, integrating threads and
post via RSS into OpenCms based XMLContent pages, integrating portlets, etc.

Unfortunately I've no time to do it myself with my team at this time and
probably till the end of this year we can't work on the further development,
if any customers would like to sponsor it at least for 50% of the whole
development effort, but it would be great to do it together with you and
give it to the public as a Christmas present ;-)

Are any volunteers over there ;o)?

Kind Regards,
Arash

   

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Carl Alex Friis
Nielsen
Sent: Donnerstag, 31. August 2006 10:41
To: The OpenCms mailing list
Subject: RE: [opencms-dev] Forum module available?

check out MVN forum.

http://www.pomegranate.de/en/OpenSource/OpenCMS/downloads/index.html

How could you possibly miss this ?

it is one of the first hits when googling with "opencms forum module"

Cheers,

Carl

_______________________________________________
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: 20
Date: Fri, 1 Sep 2006 09:17:58 +0200
From: Jan Meier <jan.meier at zmnh.uni-hamburg.de>
Subject: Re: [opencms-dev] CmsProperty class the correct choice to set
	a	property?
To: The OpenCms mailing list <opencms-dev at opencms.org>
Message-ID: <200609010917.59174.jan.meier at zmnh.uni-hamburg.de>
Content-Type: text/plain;  charset="iso-8859-15"

Hi,

Am Donnerstag 31 August 2006 16:06 schrieb Christian Steinert:
> > > CmsProperty represents properties as they are stored in the database.
> > > If you want to set the locale for one request only, then you could
> > > append the __locale=xx parameter to your URL.
> >
> > I know about the possibility to set the locale with __locale=xx, the
> > problem is that it is hard to memorize. The people who edit pages in my
> > OpenCms setup should create links to english content, for them it would
> > be a lot easier if they just have to append locale=xx to the link url.
> >
> > You said that CmsProperty is not the right choice to set the locale, how
> > can I set the locale within my jsp-code?
>
> I would like to understand how your JSP would know which locale should be
> used for a given request. Do you implement accept-language parsing or is
> the language somehow related to the url?

The language should be set in the Query-String, for 
example /index.html?lang=de

So that I can write:

String lang = request.getParameter("lang");

if (lang != null) 
	if (lang.equals("de")) {
		// here should the locale be set
	}

Regards 

Jan

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

Message: 21
Date: Fri, 1 Sep 2006 16:46:58 +0800
From: "Shi Yusen" <shiys at langhua.cn>
Subject: Re: [opencms-dev] Forum module available?
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Message-ID: <1157100419$63763$73898138 at shiys@langhua.cn>
Content-Type: text/plain;	charset="gb2312"

Hi Arash,

My company has started to build a new website for Chinese Photography.
Chinese Photography is the most famous magazine in China mainland. I'm going
to integrate OpenCms and mvnForum through LDAP in this project. I'll
contribute this part to the community when finished.

Regards,

Shi Yusen/Beijing Langhua Ltd.
--------------------------------------------------------------
Tel: 86-10-88514088, 88514099
Fax: 86-10-88514099
Email: shiys at langhua.cn
Website: http://www.langhua.cn/
--------------------------------------------------------------
 
-----********-----
******: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.
org] **** Arash Kaffamanesh
********: 2006**9**1** 8:37
******: 'The OpenCms mailing list'
****: RE: [opencms-dev] Forum module available?

Hi OC- World,

This MVNforum module plugin is somehow a fake; I'm the integrator of it ;-)

The reason, why I'd tried to provide such a module was to show, how easy it
is to integrate other Java Applications into OpenCms and use the same DB.

If anybody is interested to work with me to enhance this module, I've many
ideas about it, like using the same authentication, integrating threads and
post via RSS into OpenCms based XMLContent pages, integrating portlets, etc.

Unfortunately I've no time to do it myself with my team at this time and
probably till the end of this year we can't work on the further development,
if any customers would like to sponsor it at least for 50% of the whole
development effort, but it would be great to do it together with you and
give it to the public as a Christmas present ;-)

Are any volunteers over there ;o)?

Kind Regards,
Arash

   

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Carl Alex Friis
Nielsen
Sent: Donnerstag, 31. August 2006 10:41
To: The OpenCms mailing list
Subject: RE: [opencms-dev] Forum module available?

check out MVN forum.

http://www.pomegranate.de/en/OpenSource/OpenCMS/downloads/index.html

How could you possibly miss this ?

it is one of the first hits when googling with "opencms forum module"

Cheers,

Carl

_______________________________________________
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


_______________________________________________
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


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

_______________________________________________
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 108, Issue 5
*******************************************




More information about the opencms-dev mailing list