[opencms-dev] opencms-dev Digest, Vol 294, Issue 6
Ashutosh
a.kumar at webdirekt.com
Sun May 30 11:55:42 CEST 2010
Hi all
I am searching jobs on OpenCms ...
Any one have work on it ?
Thanks
Ashutosh
-----Original Message-----
From: opencms-dev-request at opencms.org
To: opencms-dev at opencms.org
Date: Fri, 28 May 2010 12:00:01 +0200
Subject: opencms-dev Digest, Vol 294, Issue 6
> 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: Question about static publishing (Nimret Sandhu)
> 2. Re: Question about static publishing (Nimret Sandhu)
> 3. Re: Re direct Problem (Mario J?ger)
> 4. Re: OpenCMS performance tuning (Sandeep Murthy)
> 5. Re: OpenCMS performance tuning (Achim Westermann)
> 6. URL issue with opencms portlet module (lugge.bezi at gmx.de)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 27 May 2010 14:49:18 -0400
> From: "Nimret Sandhu" <nimret.sandhu at allstardirectories.com>
> Subject: Re: [opencms-dev] Question about static publishing
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID:
> <3853FB685423B143A164135209CCA97B02AA19E2 at be47.exg3.exghost.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Mathias,
>
> Thanks for your reply.
>
> > you cannot just remove the bar folder in opencms already and move the
> content
> > up one level?
>
> No. We want to maintain a different folder structure in OpenCMS which
> makes more sense for our editorial team and a different folder
> structure
> upon publish which is more geared towards the web application, SEO,
> etc.
>
> > Or what's the current purpose of bar in opencms.
>
> It's used to segregate content and make it easy for our editorial team
> to work with it.
>
> I guess I basically want to know whether we can maintain one folder
> structure with OpenCMS which makes more sense for our editorial team
> and
> another for our deployment after publishing without having to customize
> anything post publish.
>
> Thanks!
> Nimret
>
>
>
>
> Nimret Sandhu <nimret.sandhu at allstardirectories.com> wrote:
> >Hi Folks,
> >
> >I have a question about static publishing.
> >We currently have a folder structure like this in OpenCMS:
> >
> >/sites/default
> > /foo
> > /bar
> > /file1.html
> > /file2.html
> > /file3.html
> >
> >We're using on-demand static publishing via a custom publishing
> >mechanism ( via the handle404 servlet, which I have yet to understand
> >fully and will be the topic of another email :). So the real file
> >system contains the above structure after publishing.
> >
> >However, we would like to set it up so that the publishing process
> >removes the '/bar' folder and we end up with the following on the real
> >file system:
> >..../foo/file1.html
> >..../foo/file2.html
> >..../foo/file3.html
> >
> >The internal url links within the html files will also need to be
> >updated to reflect the removal of the '/bar' folder.
> >
> >Is this something that can be easily done in OpenCMS, ideally with
> >minimal customizations?
> >
> >If so, what level of control does it allow? ie can we only remove
> >existing folders or completely control the output folder structure and
> >update the links in the content appropriately?
> >
> >Thanks!
> >--
> >Nimret
> >Senior Developer
> >http://www.allstardirectories.com
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 27 May 2010 14:53:47 -0400
> From: "Nimret Sandhu" <nimret.sandhu at allstardirectories.com>
> Subject: Re: [opencms-dev] Question about static publishing
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID:
> <3853FB685423B143A164135209CCA97B02AA19EC at be47.exg3.exghost.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Kai,
>
> Thanks for your response.
>
> The specific use case for folders was an illustration of the problem I
> am facing. Ideally, we want to maintain one directory structure within
> OpenCMS ( which makes more sense for our editorial team) and then have
> it publish to another directory structure ( which makes more sense for
> deployment), updating all the links within the content appropriately.
>
> Cheers,
> Nimret
>
>
> -----Original Message-----
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Schliemann, Kai
> Sent: Tuesday, May 25, 2010 11:43 PM
> To: The OpenCms mailing list
> Subject: Re: [opencms-dev] Question about static publishing
>
> Hi Nimret,
> have you tried setting the property "exportname" of the folder "bar" to
> "/foo/"?
> This should remove "bar" (and all other parent folders including
> "/sites/default/") from all statically exported resources in folder
> "bar" and set "foo" as new root folder.
>
> HTH
> Regards
> _________________________________________
> ??
> Kai Schliemann
> Senior IT-Berater
> ???
> comundus GmbH
> Sch?ttelgrabenring 3,?D-71332 Waiblingen Telefon +49 7151-50028-0
> E-Mail?k.schliemann at comundus.com Internet www.comundus.com
> ?
> Gesch?ftsf?hrer Klaus Hillemeier
> Amtsgericht Stuttgart, HRB 264290
> ????????
> comundus ist ein Unternehmen der IT EXCELLENCE Group
> _________________________________________
>
>
> Die Kundenzufriedenheit bei comundus wieder verbessert -
> Durchschnittsnote jetzt 1,7.
>
>
> -----Urspr?ngliche Nachricht-----
> Von: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Nimret Sandhu
> Gesendet: Mittwoch, 26. Mai 2010 01:11
> An: The OpenCms mailing list
> Betreff: [opencms-dev] Question about static publishing
>
> Hi Folks,
>
> I have a question about static publishing.
> We currently have a folder structure like this in OpenCMS:
>
> /sites/default
> /foo
> /bar
> /file1.html
> /file2.html
> /file3.html
>
> We're using on-demand static publishing via a custom publishing
> mechanism ( via the handle404 servlet, which I have yet to understand
> fully and will be the topic of another email :). So the real file
> system contains the above structure after publishing.
>
> However, we would like to set it up so that the publishing process
> removes the '/bar' folder and we end up with the following on the real
> file system:
> ..../foo/file1.html
> ..../foo/file2.html
> ..../foo/file3.html
>
> The internal url links within the html files will also need to be
> updated to reflect the removal of the '/bar' folder.
>
> Is this something that can be easily done in OpenCMS, ideally with
> minimal customizations?
>
> If so, what level of control does it allow? ie can we only remove
> existing folders or completely control the output folder structure and
> update the links in the content appropriately?
>
> Thanks!
> --
> Nimret
> Senior Developer
> http://www.allstardirectories.com
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list To change
> your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> 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: Fri, 28 May 2010 08:52:30 +0200
> From: Mario J?ger <m.jaeger at alkacon.com>
> Subject: Re: [opencms-dev] Re direct Problem
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4BFF682E.8080606 at alkacon.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> Are there any entries in the OpenCms logfile WEB-INF/logs/opencms.log
> when you get the blank page?
>
> --
> Kind Regards,
> Mario.
>
> -------------------
> Mario J?ger
>
> Alkacon Software GmbH - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> R. Jonyo schrieb:
> > Anyone encountered this problem. my custom login does not redirect
> anymore
> > to the desired page instead i get a blank page. this happens with
> logout too
> > and in all browsers. The same code had been working quite well before
> until
> > lately.
> >
> > see my code:
> >
> > String login_project = "Online";
> > String login_redirect = "/mytest/index.html";
> >
> > if ("logout".equals(action)) {
> > cmsLogin.logout();
> > } else if ("login".equals(action)) {
> > cmsLogin.login(username, password, login_project,
login_redirect);
> > }
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 28 May 2010 09:05:08 +0100
> From: "Sandeep Murthy" <Sandeep.Murthy at Altran.PT>
> Subject: Re: [opencms-dev] OpenCMS performance tuning
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Message-ID:
>
<DA5EF15463761D4089CE9E0568D74BC832FF5A at atpsrvexch01.AltranPT.Cor
p>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I have started to notice a particular pattern to our problem. On
> restarting the tomcat, the application is typically slow until I have
> clicked all the relevant pages to create a cache.. Once this happens
> the response time is very good BUT a few hours later, the application
> slows down totally which I fear is because of the cache expiration.
>
> Is this a flexcache configuration? And if so, where can I change it to
> not expire?? And is there any consequences to this action?
>
> Many thanks,
> sg
>
> -----Original Message-----
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Shi Yusen
> Sent: quarta-feira, 26 de Maio de 2010 23:25
> To: The OpenCms mailing list
> Subject: Re: [opencms-dev] OpenCMS performance tuning
>
> http://mail.opencms.org/pipermail/opencms-dev/2008q1/029320.html
>
>
> ? 2010-05-26?? 23:13 +0100?Sandeep Murthy???
> > The http://opencms-wiki.org/Performance_Tuning_Example provides some
> tuning suggestions for MySQL but we are using Oracle 10g. Can anyone
> suggest what tuning can be done for Oracle?
> >
> > I just increased the heap size to 1500M and also the flexcache to
> 12Mb. The performance seemed to improved slightly but still leaves a
> lot to be desired.
> >
> > Appreciate any suggestions.
> >
> > Sg
> >
> > -----Original Message-----
> > From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Sandeep Murthy
> > Sent: quarta-feira, 26 de Maio de 2010 17:24
> > To: The OpenCms mailing list
> > Subject: Re: [opencms-dev] OpenCMS performance tuning
> >
> > Basically this was setup almost an year back and now there are having
> problems with performance.. Currently the version cannot be upgraded,
> so I am trying to troubleshoot this..
> >
> > Thanks
> >
> > -----Original Message-----
> > From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Andreas Kuckartz
> > Sent: quarta-feira, 26 de Maio de 2010 17:19
> > To: The OpenCms mailing list
> > Subject: Re: [opencms-dev] OpenCMS performance tuning
> >
> > > Tomcat: Vers?o 5.5
> > > OpenCMS: OpenCms 7.0.5
> > > Apache: 2.2.3
> > > Linux: Debian 4.0
> > > Java: 1.5
> >
> > Why did you install such old/obsolete versions ?!
> >
> > Andreas
> >
> >
> > _______________________________________________
> > 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: 5
> Date: Fri, 28 May 2010 10:56:31 +0200
> From: Achim Westermann <achim.westermann at gmx.de>
> Subject: Re: [opencms-dev] OpenCMS performance tuning
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Message-ID: <4BFF853F.5070609 at gmx.de>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi,
>
> 12 MB of flex cache might be too small. If so constantly new entries
> will wipe out old entries in the cache which just causes overhead but
> not performance improvement. Also you should look out if you have used
> the "params" key for the cache property. This allows to put unlimited
> variations into the cache which will never be requested again. Have a
> look at the flex cache admin page and reload several times to see if
> you
> are hitting the max.
>
> HTH,
>
> Achim
>
> On 05/28/2010 10:05 AM, Sandeep Murthy wrote:
> > Hello,
> >
> > I have started to notice a particular pattern to our problem. On
> restarting the tomcat, the application is typically slow until I have
> clicked all the relevant pages to create a cache.. Once this happens
> the response time is very good BUT a few hours later, the application
> slows down totally which I fear is because of the cache expiration.
> >
> > Is this a flexcache configuration? And if so, where can I change it
> to not expire?? And is there any consequences to this action?
> >
> > Many thanks,
> > sg
> >
> > -----Original Message-----
> > From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Shi Yusen
> > Sent: quarta-feira, 26 de Maio de 2010 23:25
> > To: The OpenCms mailing list
> > Subject: Re: [opencms-dev] OpenCMS performance tuning
> >
> > http://mail.opencms.org/pipermail/opencms-dev/2008q1/029320.html
> >
> >
> > ? 2010-05-26?? 23:13 +0100?Sandeep Murthy???
> >> The http://opencms-wiki.org/Performance_Tuning_Example provides some
> tuning suggestions for MySQL but we are using Oracle 10g. Can anyone
> suggest what tuning can be done for Oracle?
> >>
> >> I just increased the heap size to 1500M and also the flexcache to
> 12Mb. The performance seemed to improved slightly but still leaves a
> lot to be desired.
> >>
> >> Appreciate any suggestions.
> >>
> >> Sg
> >>
> >> -----Original Message-----
> >> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Sandeep Murthy
> >> Sent: quarta-feira, 26 de Maio de 2010 17:24
> >> To: The OpenCms mailing list
> >> Subject: Re: [opencms-dev] OpenCMS performance tuning
> >>
> >> Basically this was setup almost an year back and now there are
> having problems with performance.. Currently the version cannot be
> upgraded, so I am trying to troubleshoot this..
> >>
> >> Thanks
> >>
> >> -----Original Message-----
> >> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Andreas Kuckartz
> >> Sent: quarta-feira, 26 de Maio de 2010 17:19
> >> To: The OpenCms mailing list
> >> Subject: Re: [opencms-dev] OpenCMS performance tuning
> >>
> >>> Tomcat: Vers?o 5.5
> >>> OpenCMS: OpenCms 7.0.5
> >>> Apache: 2.2.3
> >>> Linux: Debian 4.0
> >>> Java: 1.5
> >>
> >> Why did you install such old/obsolete versions ?!
> >>
> >> Andreas
> >>
> >>
> >> _______________________________________________
> >> 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: 6
> Date: Fri, 28 May 2010 11:00:42 +0200
> From: lugge.bezi at gmx.de
> Subject: [opencms-dev] URL issue with opencms portlet module
> To: opencms-dev at opencms.org
> Message-ID: <20100528090042.89750 at gmx.net>
> Content-Type: text/plain; charset="utf-8"
>
> Hi everybody,
>
> this is my first post and I kindly ask for your help regarding the
> opencms-portlet module.
>
> I installed locally on my Windows desktop:
>
> 1) OpenCMS 7.5.2 on Tomcat (Port 8088!) and MySQL with the example
> template and example content
> 2) JBoss Portal Server 2.7.2 on Jboss Application Server 4.3 (Port
> 8080)
>
> Both are up and running.
>
> Then I installed the opencms portlet module 1.0.5 and restartet
> OpenCMS. Up and running.
>
> I created a portlet.war following the instructions pointing top a
> standard news page (based on example OpenCMS content) and deployed it
> on JBoss Portal Server.
>
> Up and running (great work, guys!) - I can see the text but
> unfortunately I can't see the images and can't use the http links -
> because somewhere the OpenCMS port 8088 is replaced by the Jboss port
> 8080 and of course there are no images and OpenCMS content.
> Only the link of the news headline is working (there is something like
> %(Link1) in the OpenCMS config but I was not able to use it similar for
> other links or pictures.
>
> Can you help me out?
>
> Thanks and best regards,
> Karl
> --
> GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
>
> ------------------------------
>
> _______________________________________________
> 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 294, Issue 6
> *******************************************
More information about the opencms-dev
mailing list