[opencms-dev] help
Keith Chewning
chewning_keith at yahoo.com
Fri Feb 29 16:51:17 CET 2008
Come on. I have requested that I be removed from this mailing list multiple times now (online and via email). Please remove me from your distribution!
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. Re: Using Apache with OC (Marc Schlegel)
2. Re: Using Apache with OC (Carl Alex Friis Nielsen)
3. unsubscribe (Keith Chewning)
4. Alkacon OpenCms 'tree_files.jsp' Cross-Site Scripting
Vulnerability (Jose.Delgado at londen-insurance.com)
5. Changing Default FCKEditor Values (djano)
6. Re: Alkacon OpenCms 'tree_files.jsp' Cross-Site Scripting
Vulnerability (Claus Priisholm)
7. Uploading multiple doc files - OenCMS 6.2.3 (Wagner,Aaron)
8. Re: Uploading multiple doc files - OenCMS 6.2.3 (Fabian Huschka)
9. need SQL connection example (Christoph P. Kukulies)
10. Re: Using Apache with OC (Marc Schlegel)
11. Re: Uploading multiple doc files - OenCMS 6.2.3 (RuiXian BAO)
12. Re: Uploading multiple doc files - OenCMS 6.2.3 (RuiXian BAO)
13. Re: Changing Default FCKEditor Values (Fabian Huschka)
14. Re: need SQL connection example (Pere Torrodellas)
15. Re: need SQL connection example (Christoph P. Kukulies)
16. Re: need SQL connection example (Jordi Mart?)
17. Write a widget (Cesare Montresor)
18. Re: need SQL connection example (Arash Kaffamanesh)
19. Re: need SQL connection example (Christoph P. Kukulies)
20. Re: [SPAM: medium] Re: Problem integrating jsf-ri 1.2 p4 with
OpenCms 7.0.3 (Hossfeld, Felix)
21. Re: need SQL connection example (Georgi Naplatanov)
22. Re: Problems with "Export Data Base" with system folder in
OpenCms 7.0.3 (enrarjcob at alum.us.es)
----------------------------------------------------------------------
Message: 1
Date: Thu, 28 Feb 2008 12:44:57 +0100
From: Marc Schlegel
Subject: Re: [opencms-dev] Using Apache with OC
To: The OpenCms mailing list
Message-ID: <47C69EB9.3070103 at gmx.de>
Content-Type: text/plain; charset=UTF-8; format=flowed
Thanks again for all suggestions
I am using Tomcat 6.0.14 with Apache 2.2. What would be the easiest
solution? It doesn't have to be the safest, cause its only used for a
simple website (but I am thinking of using openssl for the workplace
later on).
With JK I need an additional file (workers) and it all seems very
confusing to me
regards
-- Marc
Shi Yusen schrieb:
> In Apache 2.2.x, you'll find mod_proxy has supported ajp protocol, so
> you don't need mod_jk any more. This makes Apache and Tomcat integration
> much simple.
> http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html
>
> Regards,
>
> Shi Yusen/Beijing Langhua Ltd.
>
>
> ? 2008-02-28?? 00:33 +0100?Marc Schlegel???
>
>> Thanks for the link...but this one uses mod_jk and because mod_proxy
>> seems to be the official recommendation from alkacon I would like to use
>> that. By the way: is mod_jk still under active development?
>>
>> -- Marc
>>
>> Arash Kaffamanesh schrieb:
>>
>>> Hi Marc,
>>>
>>> this works for me:
>>>
>>> http://www.pomegranate.de:9000/cms/forum/viewthread?thread=93#207
>>>
>>> Best,
>>> Arash
>>>
>>> Marc Schlegel schrieb:
>>>
>>>
>>>> Ok, I found out that when using
>>>>
>>>> ProxyPass /resources/ http://127.0.0.1:8080/opencms/
>>>> ProxyPass /export/ http://127.0.0.1:8080/opencms/
>>>>
>>>> I can at least read css-files, but still no images can be loaded and
>>>> when entering the backend I get an "forbidden" inside of the explorer.
>>>> Was anyone able to set up this configuration according to the documentation?
>>>>
>>>> Marc Schlegel schrieb:
>>>>
>>>>
>>>>
>>>>> Hello List
>>>>>
>>>>> I've read the HOWTO for Apache- and Multisite-configuration and the only
>>>>> differences I made was the domainname and tomcatpath. Anyway, no
>>>>> resources are loaded. When I open /system/login I get the login-page
>>>>> without images and css. I am having two sites and two domains...one for
>>>>> the backend and one for the website i am creating.
>>>>>
>>>>> This is my site-config
>>>>>
>>>>> http://opencms.fun-alliance.de
>>>>> /sites/default/
>>>>>
>>>>> uri="/sites/default/" >
>>>>> -->
>>>>>
>>>>>
>>>>> uri="/sites/fun-alliance/"/>
>>>>>
>>>>>
>>>>> Here's my vhosts
>>>>>
>>>>>
>>>>> Order allow,deny
>>>>> Allow from all
>>>>>
>>>>> ServerName opencms.fun-alliance.de
>>>>> ServerAdmin marc.schlegel at gmx.de
>>>>> DocumentRoot "C:/www/Tomcat6/webapps/ROOT/"
>>>>> ErrorLog logs/error.log
>>>>>
>>>>> # Log only non-redirect requests in "normal" log file
>>>>> SetEnvIf Request_URI "\/opencms\/*" redirect
>>>>> CustomLog logs/localhost-access.log common env=!redirect
>>>>>
>>>>> ProxyPass /opencms/ !
>>>>> RedirectPermanent /opencms/
>>>>> http://opencms.fun-alliance.de/
>>>>>
>>>>> ProxyPass /resources/ !
>>>>> ProxyPass /export/ !
>>>>>
>>>>> ProxyPass /
>>>>> http://127.0.0.1:8080/opencms/
>>>>> ProxyPassReverse /
>>>>> http://127.0.0.1:8080/opencms/
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Order allow,deny
>>>>> Allow from all
>>>>>
>>>>> ServerName www.fun-alliance.de
>>>>> ServerAdmin marc.schlegel at gmx.de
>>>>> DocumentRoot "C:/www/Tomcat6/webapps/ROOT/"
>>>>> ErrorLog logs/error.log
>>>>>
>>>>>
>>>>> # Log only non-redirect requests in "normal" log file
>>>>> SetEnvIf Request_URI "\/opencms\/*" redirect
>>>>> CustomLog logs/siteA-access.log common env=!redirect
>>>>>
>>>>>
>>>>> # Multi domain configuration: All pages in "/siteA/" are to be
>>>>> served from domain "www.siteA.com"
>>>>> ProxyPass /opencms/ !
>>>>> RedirectPermanent /opencms/
>>>>> http://www.fun-alliance.de
>>>>>
>>>>>
>>>>>
>>>>> ProxyPass /resources/ !
>>>>> ProxyPass /export/ !
>>>>>
>>>>> ProxyPass /
>>>>> http://127.0.0.1:8081/opencms/
>>>>> ProxyPassReverse /
>>>>> http://127.0.0.1:8081/opencms/
>>>>>
>>>>>
>>>>> Does the ! mean that this folder are forbidden? I tried to set (for
>>>>> example) http://127.0.0.1:8081/opencms/resources/ but this didn't help
>>>>> as well.
>>>>>
>>>>> I can't find a mistake in my configuration (according to the HOWTO).
>>>>> Maybe someone can help me out here.
>>>>>
>>>>> Thanks in advance
>>>>> -- Marc
>>>>>
>>>>> _______________________________________________
>>>>> 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 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 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: 2
Date: Thu, 28 Feb 2008 13:31:04 +0100
From: "Carl Alex Friis Nielsen"
Subject: Re: [opencms-dev] Using Apache with OC
To: "The OpenCms mailing list"
Message-ID: <8CBCCEE2D9CECF4CAFFF17DE494047A8BEC577 at exchange-2.kb.dk>
Content-Type: text/plain; charset="utf-8"
> -----Original Message-----
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org]On Behalf Of Marc Schlegel
> I am using Tomcat 6.0.14 with Apache 2.2. What would be the easiest
OpenCms is tested with Tomcat 5.0.x and 5.5.x, so you may prefer to downgrade your
Tomcat to one of those.
Cheers,
Carl
------------------------------
Message: 3
Date: Thu, 28 Feb 2008 05:35:57 -0800 (PST)
From: Keith Chewning
Subject: [opencms-dev] unsubscribe
To: opencms-dev at opencms.org
Message-ID: <938110.5904.qm at web50709.mail.re2.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
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. Re: Make jsp-page use a template (Yves Glodt)
2. Body content element displayed twice (Marc Fi?vet)
3. Re: Body content element displayed twice (Isaac R. Higgins)
4. Re: Problems with "Export Data Base" with system folder in
OpenCms 7.0.3 (Justin Stanczak)
5. RE : Body content element displayed twice (Marc Fi?vet)
6. Using Apache with OC (Marc Schlegel)
7. Include arbitrary pages (Yves Glodt)
8. Re: Include arbitrary pages (Yves Glodt)
9. Re: Can't add folder even though logged in as Admin on
OpenCMS 6.0 (Jarrad Waterloo)
10. Re: Using Apache with OC (Marc Schlegel)
11. Re: Using Apache with OC (Arash Kaffamanesh)
12. Re: Best location for resources like images and css (RuiXian BAO)
13. Re: Using Apache with OC (Marc Schlegel)
14. Re: Using Apache with OC (Arash Kaffamanesh)
15. Re: Using Apache with OC (Shi Yusen)
16. February 74% OFF (opencms-dev at opencms.org)
----------------------------------------------------------------------
Message: 1
Date: Wed, 27 Feb 2008 12:30:26 +0100
From: Yves Glodt
Subject: Re: [opencms-dev] Make jsp-page use a template
To: The OpenCms mailing list
Message-ID: <200802271230.26241.yg at mind.lu>
Content-Type: text/plain; charset="iso-8859-1"
On Wednesday 27 February 2008, Yves Glodt wrote:
> Hello,
>
> I have created a jsp-page which displays the results of a search, this
> works nicely.
>
> How can I make this jsp use my template, so that the content produced from
> the jsp will fill the "text1" or "body" elements?
Nevermind, I found it out:
http://www.opencms-forum.org/opencms-forum/viewthread?thread=2689#6733
> Best regards,
> Yves
------------------------------
Message: 2
Date: Wed, 27 Feb 2008 12:47:26 +0100
From: Marc Fi?vet
Subject: [opencms-dev] Body content element displayed twice
To: "'The OpenCms mailing list'"
Message-ID: <005e01c87936$8664b180$6401a8c0 at pc>
Content-Type: text/plain; charset="iso-8859-1"
Hi list,
In the Editor, I activated a second content element (Z1 S2) and I putted
some contents. When I reach the page like a user, the second is not
displayed but the first block element (Z1 S1) is shown twice...
In a preview mode, inside the editor, I see the 2 different blocks
What's wrong and how to avoid this?
Thanks a lot
Kind regards,
MARC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20080227/d48dfb96/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: text.element.jpg
Type: image/jpeg
Size: 14977 bytes
Desc: not available
Url : http://lists.opencms.org/pipermail/opencms-dev/attachments/20080227/d48dfb96/attachment-0001.jpg
------------------------------
Message: 3
Date: Wed, 27 Feb 2008 06:53:38 -0500
From: "Isaac R. Higgins"
Subject: Re: [opencms-dev] Body content element displayed twice
To: , "The OpenCms mailing list"
Message-ID:
<8119B1EC8E920743B0DA581F5C338150985D at schizo00.isaacray.com>
Content-Type: text/plain; charset="iso-8859-1"
http://mail.opencms.org/pipermail/opencms-dev/2006q4/026900.html
________________________________
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Marc Fi?vet
Sent: Wednesday, February 27, 2008 6:47 AM
To: 'The OpenCms mailing list'
Subject: [opencms-dev] Body content element displayed twice
Hi list,
In the Editor, I activated a second content element (Z1 S2) and I putted some contents. When I reach the page like a user, the second is not displayed but the first block element (Z1 S1) is shown twice...
In a preview mode, inside the editor, I see the 2 different blocks
What's wrong and how to avoid this?
Thanks a lot
Kind regards,
MARC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20080227/430287d2/attachment-0001.htm
------------------------------
Message: 4
Date: Wed, 27 Feb 2008 07:18:33 -0500
From: "Justin Stanczak"
Subject: Re: [opencms-dev] Problems with "Export Data Base" with
system folder in OpenCms 7.0.3
To: "The OpenCms mailing list"
Message-ID:
<3887f8450802270418o10d8be2aoad4ab4ad8505c7e at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Have you tried just exporting that folder, or even not exporting it with the
rest?
On Wed, Feb 27, 2008 at 4:19 AM, wrote:
> I installed OpenCms 7.0.3 with MySQL 5.0.27 and Tomcat 5.5.20 last week.
> It works really well, but when I tried to export my data Base including
> system folder I had an exception:
>
> Exception org.opencms.importexport
> .CmsImportExportException: Error adding child resources of folder
> "/alkacon-documentation/javadoc/core/".
> at org.opencms.importexport.CmsExport.addChildResources(CmsExport.java
> :450)
> at org.opencms.importexport.CmsExport.addChildResources(CmsExport.java
> :432)
> at org.opencms.importexport.CmsExport.addChildResources(CmsExport.java
> :432)
> at org.opencms.importexport.CmsExport.addChildResources(CmsExport.java
> :432)
> at org.opencms.importexport.CmsExport.exportAllResources(CmsExport.java
> :555)
> at org.opencms.importexport.CmsExport.(CmsExport.java:332)
> at org.opencms.importexport.CmsVfsImportExportHandler.exportData(
> CmsVfsImportExportHandler.java:107)
> at org.opencms.importexport.CmsImportExportManager.exportData(
> CmsImportExportManager.java:507)
> at org.opencms.workplace.threads.CmsExportThread.run(CmsExportThread.java
> :90)
> Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Error reading
> file "/alkacon-documentation/javadoc/core/constant-values.html".
> at org.opencms.file.CmsVfsResourceNotFoundException.createException(
> CmsVfsResourceNotFoundException.java:78)
> at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:238)
> at org.opencms.db.CmsDbContext.report(CmsDbContext.java:212)
> at org.opencms.db.CmsSecurityManager.readFile(CmsSecurityManager.java
> :3294)
> at org.opencms.file.CmsObject.readFile(CmsObject.java:2721)
> at org.opencms.file.CmsObject.readFile(CmsObject.java:2773)
> at org.opencms.importexport.CmsExport.addChildResources(CmsExport.java
> :403)
> ... 8 more
> Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to
> read file contents with resource ID "e605b87d-8d1b-11dc-8599-f9ffcd1de347"
> (online=false).
> at org.opencms.db.generic.CmsVfsDriver.readContent(CmsVfsDriver.java:1424)
> at org.opencms.db.CmsDriverManager.readFile(CmsDriverManager.java:5567)
> at org.opencms.db.CmsSecurityManager.readFile(CmsSecurityManager.java
> :3286)
> ... 11 more
>
>
> I tried to do the same using OpenCms 6.2.3 with the same configuration and
> i didnt have any problem.
>
> Do u know any solution?
>
> Really Thanks
>
> _______________________________________________
> 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
>
--
"All that is necessary for the triumph of evil is that good men do nothing."
- Edmund Burke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20080227/9635b9c5/attachment-0001.htm
------------------------------
Message: 5
Date: Wed, 27 Feb 2008 13:56:10 +0100
From: Marc Fi?vet
Subject: [opencms-dev] RE : Body content element displayed twice
To: "'Isaac R. Higgins'" , "'The OpenCms
mailing list'"
Message-ID: <001d01c87940$20738a90$6401a8c0 at pc>
Content-Type: text/plain; charset="iso-8859-1"
Hello Isaac,
Thanks for your help. I my case, the problem is not located on the "Element
Right" but it the central content part > In the class="content"
Regards,
MARC
-----Message d'origine-----
De : Isaac R. Higgins [mailto:isaac.higgins at isaacray.com]
Envoy? : mercredi 27 f?vrier 2008 12:54
? : marc at fievet.be; The OpenCms mailing list
Objet : RE: [opencms-dev] Body content element displayed twice
http://mail.opencms.org/pipermail/opencms-dev/2006q4/026900.html
_____
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Marc Fi?vet
Sent: Wednesday, February 27, 2008 6:47 AM
To: 'The OpenCms mailing list'
Subject: [opencms-dev] Body content element displayed twice
Hi list,
In the Editor, I activated a second content element (Z1 S2) and I putted
some contents. When I reach the page like a user, the second is not
displayed but the first block element (Z1 S1) is shown twice...
In a preview mode, inside the editor, I see the 2 different blocks
What's wrong and how to avoid this?
Thanks a lot
Kind regards,
MARC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20080227/af22475b/attachment-0001.htm
------------------------------
Message: 6
Date: Wed, 27 Feb 2008 16:32:19 +0100
From: Marc Schlegel
Subject: [opencms-dev] Using Apache with OC
To: opencms-dev at opencms.org
Message-ID: <47C58283.1090104 at gmx.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Hello List
I've read the HOWTO for Apache- and Multisite-configuration and the only
differences I made was the domainname and tomcatpath. Anyway, no
resources are loaded. When I open /system/login I get the login-page
without images and css. I am having two sites and two domains...one for
the backend and one for the website i am creating.
This is my site-config
http://opencms.fun-alliance.de
/sites/default/
uri="/sites/default/" >
-->
uri="/sites/fun-alliance/"/>
Here's my vhosts
Order allow,deny
Allow from all
ServerName opencms.fun-alliance.de
ServerAdmin marc.schlegel at gmx.de
DocumentRoot "C:/www/Tomcat6/webapps/ROOT/"
ErrorLog logs/error.log
# Log only non-redirect requests in "normal" log file
SetEnvIf Request_URI "\/opencms\/*" redirect
CustomLog logs/localhost-access.log common env=!redirect
=== message truncated ===
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080229/225f5304/attachment.htm>
More information about the opencms-dev
mailing list