Hi Nitin -- Best regards,
Zdenek Skodik Magnolia International Ltd. Magnolia® - Simple Open-Source Content Management On Tue, 2009-12-01 at 11:15 -0500, Nitin Saroha wrote: > Hello Friend, > > > > We have some question regarding using magnolia with websphere > > > > 1. Do we require any license fee if we want to install magnolia > with websphere.As far as I know magnolia community edition is > free with tomcat. > With enterprise edition we provide the preconfigured webapp ready to be deployed with Websphere without any additional steps. But afaik you should be able to run Magnolia CE also under that server. It just need a bit of effort. You would need to write a simple spool servlet necessary for Websphere to accept serving reguests (with other app servers Magnolia just uses its FilterChain with no specific endpoint) - this is approximately what the magnolia-module-websphere does. And register the servlet to Magnolia. Have a look at Websphere specific notes [1] where the remaining steps are described (they are handled by the Websphere module as well if you decide to jump into Magnolia enterprise which btw has a huge amount of other advantages). Also we ship Magnolia with the Derby database by default which is no longer supported due to an issue between Derby and JackRabbit on WebSphere. So you'll have to change the configuration to use another Persistence manager/database. There is wiki page which describes how to do that [2]. The Magnolia installation process you can find at [3]. > > > 1. We have websphere version 6.1.Will you please tell us which > version of magnolia and java is compatible with websphere 6.1 WebSphere 6.1 runtime operates on a Java 5 which is supported by Magnolia a long time. I would recommend you to use the latest version of Magnolia. For release notes you have a look at [4]. Also you would need at least WebSphere 6.1.0.2 (or better the last one of this branch) which include some important fixes [5]. There is also an issue with Lucene 2.3.0 with WebSphere 6. If you decide for version which use that it is necessary to replace WEB-INF/lib/lucene-2.3.0.jar, which is distributed with JackRabbit by default, with WEB-INF/lib/lucene-2.2.0.jar which works fine. > > > > 1. Is there any problem installing magnolia-websphere on > Iseries(As/400) > I haven't any experience but in general it shouldn't be a problem. [1] http://documentation.magnolia-cms.com/administration/containers/websphere.html [2] http://wiki.magnolia-cms.com/display/WIKI/Changing+Jackrabbit +PersistenceManager [3] http://documentation.magnolia-cms.com/administration/installation.html [4] http://documentation.magnolia-cms.com/releases.html [5] http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg27007951 > > > Thanks, > > Nitin Saroha > > > Confidential: This electronic message and all contents contain > information from Carhartt, Inc. and its affiliates which may be > confidential or otherwise protected from disclosure. The information > is intended to be for the addressee only. If you are not the > addressee, any disclosure, copy, distribution or use of the contents > of this message is prohibited. If you have received this electronic > message in error, please notify us immediately at (313) 271-8460 and > destroy the original message and all copies. > > > ______________________________________________________________________ > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
