Hi All, Can anybody help me out with the content manager of ofbiz..... I actually require a content management tool and thus want to know whether ofbiz has any such tool and if so a description on it... Thanx
<a href="http://us.rd.yahoo.com/evt=38381/ ylc=X3oDMTEzcGlrdGY5BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDMWF1dG9z/*http://autos.yahoo.com/index.html ">Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars. _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Just checked out the latest source.
OFBiz falls over at startup saying... [java] org.ofbiz.base.start.StartupException: Cannot start() org.ofbiz.webtools.print.rmi.FopPrintServer (No container found with the name : rmi-print-server) Perhaps the rmi-print-server should be disabled for now? Here's a patch in case that makes it easier (though probably not)... Index: base/config/ofbiz-containers.xml =================================================================== --- base/config/ofbiz-containers.xml (revision 6561) +++ base/config/ofbiz-containers.xml (working copy) @@ -48,7 +48,7 @@ <property name="ssl-client-auth" value="true"/> </container> - <!-- RMI FOP Print Server --> + <!-- RMI FOP Print Server <container name="rmi-dispatcher" class="org.ofbiz.webtools.print.rmi.FopPrintServer"> <property name="bound-name" value="RMIFopPrintServer"/> <property name="bound-host" value="127.0.0.1"/> @@ -55,6 +55,7 @@ <property name="bound-port" value="1099"/> <property name="delegator-name" value="default"/> </container> + --> <!-- JavaMail Listener Container --> <container name="javamail-container" class="org.ofbiz.service.mail.JavaMailContainer"> -- Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Yeah, there were a few problems with this. It was using the same name
as the rmi-dispatcher. I fixed it in both the source and the container configuration now. Andy On Jan 24, 2006, at 9:00 AM, Andrew Sykes wrote: > Just checked out the latest source. > > OFBiz falls over at startup saying... > [java] org.ofbiz.base.start.StartupException: Cannot start() > org.ofbiz.webtools.print.rmi.FopPrintServer (No container found > with the > name : rmi-print-server) > > Perhaps the rmi-print-server should be disabled for now? > > Here's a patch in case that makes it easier (though probably not)... > > Index: base/config/ofbiz-containers.xml > =================================================================== > --- base/config/ofbiz-containers.xml (revision 6561) > +++ base/config/ofbiz-containers.xml (working copy) > @@ -48,7 +48,7 @@ > <property name="ssl-client-auth" value="true"/> > </container> > > - <!-- RMI FOP Print Server --> > + <!-- RMI FOP Print Server > <container name="rmi-dispatcher" > class="org.ofbiz.webtools.print.rmi.FopPrintServer"> > <property name="bound-name" value="RMIFopPrintServer"/> > <property name="bound-host" value="127.0.0.1"/> > @@ -55,6 +55,7 @@ > <property name="bound-port" value="1099"/> > <property name="delegator-name" value="default"/> > </container> > + --> > > <!-- JavaMail Listener Container --> > <container name="javamail-container" > class="org.ofbiz.service.mail.JavaMailContainer"> > > > -- > Kind Regards > Andrew Sykes <[hidden email]> > Sykes Development Ltd > http://www.sykesdevelopment.com > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by anuradha devi
Anuradha,
The state of the OFBiz content management is more one of "utilities". There is nothing on the order of, say, Apache's Lenya (since OFBiz is in the process of becoming an Apache project it might be interesting to investigate marrying the Lenya interface with the OFBiz content management utilities). In the specialized/community webapp there are some examples of using the cms tools to create a blog. It is used places in the ecommerce app to display info about a product and to do some factoid display. The cms level is suitable for its use within OFBiz, but it needs more work to be a stand-alone cms. Recently, some functionality was added to let it use OpenOffice to do document translation and diff-ing. -Al anuradha devi wrote: > Hi All, > Can anybody help me out with the content manager of ofbiz..... > I actually require a content management tool and thus want to know > whether ofbiz has any such tool and if so a description on it... > Thanx > > ------------------------------------------------------------------------ > Yahoo! Autos > <http://us.rd.yahoo.com/evt=38381/%20ylc=X3oDMTEzcGlrdGY5BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDMWF1dG9z/*http://autos.yahoo.com/index.html%20>. > Looking for a sweet ride? Get pricing, reviews, & more on new and used > cars. > >------------------------------------------------------------------------ > > >_______________________________________________ >Users mailing list >[hidden email] >http://lists.ofbiz.org/mailman/listinfo/users > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |