Hi all,
I'm wondering is there any WYSIWYG panel to be used within ofbiz. What i meant is something like the administrator panel for a website, where the content show will be exactly like the one displayed, with bold or underlined Text for example. Since ofbiz contains a ecommerce module, is there any such method exists? I tried briefly the Content Module but can't find anything related in there. Thanx FooShyn |
Hi,
do you had a look at the CMS WebSite: https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite There you can create text using the WYSIWYG editor and store the content with tag information in the DB (ElectronicText). 2012/1/9 Foo Shyn Chung <[hidden email]>: > Hi all, > > I'm wondering is there any WYSIWYG panel to be used within ofbiz. What i > meant is something like the administrator panel for a website, where the > content show will be exactly like the one displayed, with bold or > underlined Text for example. > > Since ofbiz contains a ecommerce module, is there any such method exists? I > tried briefly the Content Module but can't find anything related in there. > > Thanx > FooShyn -- Sascha Rodekamp Visit the new german OFBiz Blog: http://www.ofbiz.biz Lynx-Consulting GmbH Johanniskirchplatz 6 D-33615 Bielefeld http://www.lynx.de |
Hi,
I would like to deploy ofbiz on external apache server 7. I am running ofbiz locally on my windows server and want to deploy it on a linux server having apache 7. I found instructions at https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat but these are for apache 5.5 and 6. What all I need to do to run ofbiz on apache 7? Thanks, Krishan Babbar ---------------------------------------------------------------------------------------------------------------------------- Disclaimer: This email and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended even if addressed incorrectly. If you received this email in error please notify the sender, do not disclose, copy, distribute or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this email is prohibited. Thank you for your compliance. |
In reply to this post by Sascha Rodekamp-3
Exactly what i'm looking for. Thanx! =)
On Mon, Jan 9, 2012 at 5:36 PM, Sascha Rodekamp < [hidden email]> wrote: > Hi, > do you had a look at the CMS WebSite: > > > https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite > > There you can create text using the WYSIWYG editor and store the > content with tag information in the DB (ElectronicText). > > 2012/1/9 Foo Shyn Chung <[hidden email]>: > > Hi all, > > > > I'm wondering is there any WYSIWYG panel to be used within ofbiz. What i > > meant is something like the administrator panel for a website, where the > > content show will be exactly like the one displayed, with bold or > > underlined Text for example. > > > > Since ofbiz contains a ecommerce module, is there any such method > exists? I > > tried briefly the Content Module but can't find anything related in > there. > > > > Thanx > > FooShyn > > > > -- > > Sascha Rodekamp > Visit the new german OFBiz Blog: http://www.ofbiz.biz > Lynx-Consulting GmbH > Johanniskirchplatz 6 > D-33615 Bielefeld > http://www.lynx.de > |
This post was updated on .
In reply to this post by krishan.babbar
For that you'll need to checkout the differences in the previous version and the current one.
Shouldn't be much. Regards Prince ________________________________ From: "krishan.babbar@paxcel.net" <krishan.babbar@paxcel.net> To: user@ofbiz.apache.org Sent: Monday, January 9, 2012 3:30 PM Subject: Deploy Ofbiz on external server Apache 7 Hi, I would like to deploy ofbiz on external apache server 7. I am running ofbiz locally on my windows server and want to deploy it on a linux server having apache 7. I found instructions at https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat but these are for apache 5.5 and 6. What all I need to do to run ofbiz on apache 7? Thanks, Krishan Babbar ---------------------------------------------------------------------------------------------------------------------------- Disclaimer: This email and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended even if addressed incorrectly. If you received this email in error please notify the sender, do not disclose, copy, distribute or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this email is prohibited. Thank you for your compliance.
Regards
Prince |
Administrator
|
It was not clear. But, from the Tomcat word in Krishan message, I guess he is more looking for experiences with using an external
Tomcat 7 (instead of OOTB embeded) Jacques Prince Sewani wrote: > I assume you mean joining Apache Http Server version 7 with OFBiz's internal Tomcat. > If that's the case you can use AJP to do that, just google it and you'll find out all the details for the same. > > Still FYI, you'll find 'ajp-connector' definition in ${ofbiz-install-dir}/framework/base/config/ofbiz-containers.xml which you > can refer to and make > use of to connect to your very own V-host in Apache. > > @All, > Please correct me if I'm wrong. I'm just a young lad,coming up. > > Regards > Prince > > > > > > ________________________________ > From: "[hidden email]" <[hidden email]> > To: [hidden email] > Sent: Monday, January 9, 2012 3:30 PM > Subject: Deploy Ofbiz on external server Apache 7 > > Hi, > > I would like to deploy ofbiz on external apache server 7. > I am running ofbiz locally on my windows server and want to deploy it on a linux server having apache 7. I found instructions at > https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat but these are for apache 5.5 and 6. > > What all I need to do to run ofbiz on apache 7? > > Thanks, > Krishan Babbar > ---------------------------------------------------------------------------------------------------------------------------- > Disclaimer: This email and any files transmitted with it may contain privileged or confidential information. It is solely for use > by the individual for whom it is intended even if addressed incorrectly. If you received this email in error please notify the > sender, do not disclose, copy, distribute or take any action in reliance on the contents of this information; and delete it from > your system. Any other use of this email is prohibited. Thank you for your compliance. |
@Jacques,
Thanks for your update on that, Even I recognized that a min later than hitting the send button, So I went up to Nabble and updated my comment, But what was mailed was mailed. :) @Krishan, You can create one more folder for Tomcat 7 and you'll have to change the server.xml (probably couple more of listeners will be there,you'll have to compare an configure the same), catalina.properties accordingly, catalina.sh and catalina.bat you can find out what and where to change by comparing the ones for tomcat6 in OFBiz and Apache Tomcat 7/bin. That's all you are supposed to do for this one as rest all is pretty dynamic (Based upon Observing GenerateContainer.java), only thing you need to remember is that the folder you create for Apache Tomcat 7 - if its tomcat7 then the argument after '-setup' shall also be tomcat7. Hope it helps. Regards Prince ________________________________ From: Jacques Le Roux <[hidden email]> To: [hidden email]; Prince Sewani <[hidden email]> Sent: Tuesday, January 10, 2012 1:49 PM Subject: Re: Deploy Ofbiz on external server Apache 7 It was not clear. But, from the Tomcat word in Krishan message, I guess he is more looking for experiences with using an external Tomcat 7 (instead of OOTB embeded) Jacques Prince Sewani wrote: > I assume you mean joining Apache Http Server version 7 with OFBiz's internal Tomcat. > If that's the case you can use AJP to do that, just google it and you'll find out all the details for the same. > > Still FYI, you'll find 'ajp-connector' definition in ${ofbiz-install-dir}/framework/base/config/ofbiz-containers.xml which you > can refer to and make > use of to connect to your very own V-host in Apache. > > @All, > Please correct me if I'm wrong. I'm just a young lad,coming up. > > Regards > Prince > > > > > > ________________________________ > From: "[hidden email]" <[hidden email]> > To: [hidden email] > Sent: Monday, January 9, 2012 3:30 PM > Subject: Deploy Ofbiz on external server Apache 7 > > Hi, > > I would like to deploy ofbiz on external apache server 7. > I am running ofbiz locally on my windows server and want to deploy it on a linux server having apache 7. I found instructions at > https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat but these are for apache 5.5 and 6. > > What all I need to do to run ofbiz on apache 7? > > Thanks, > Krishan Babbar > ---------------------------------------------------------------------------------------------------------------------------- > Disclaimer: This email and any files transmitted with it may contain privileged or confidential information. It is solely for use > by the individual for whom it is intended even if addressed incorrectly. If you received this email in error please notify the > sender, do not disclose, copy, distribute or take any action in reliance on the contents of this information; and delete it from > your system. Any other use of this email is prohibited. Thank you for your compliance.
Regards
Prince |
Free forum by Nabble | Edit this page |