Olivier Adam wrote: > Julien Anguenot a écrit : >> Olivier Adam wrote: >> >>> I'm working in the eduction, Rectorat of Rennes, and we are looking for >>> a application that can manage workspaces for teachers and students. Our >>> deadline is the 1 april for selecting this application. >>> >>> Someone of your compagny visit us the 12 march, waiting i wish to verify >>> that Nuxeo could be intall into our environment : SSO CAS, users and >>> groups repository LDAP and Mysql Server for the data. >>> >> >> We do support all the above "ouf of the box" if the SSO is Cas2 in your >> organization. This has been already deployed for some of our customers. >> What's needed is couple of configuration files including jackrabbit and >> the various data sources (workflows, audit, relations, etc...) >> >> For NXP CAS2 component : >> >> http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.platform.login.cas2/trunk >> >> >> For NXP LDAP component : >> >> http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.directory/trunk/ldap >> >> >> Feel free if you got more questions. >> >> J. >> >> > Yes, i've seen this component in the repository. I will try to deploy > them after. > > For the beginning, i want to locate the data into Mysql Server. Where > sould i modify the configuration ? I suppose there's a datasource to > declare in jboss server and a configuration file to modify in the > application in the org.nuxeo.ecm.directory component ?
you need to replace the configuration below located at the following
locations for the moment : /opt/jboss/server/default/deploy/nuxeo.ear
and /opt/jboss/server/default/deploy/nuxeo.ear/datasources. Note, really
soon, all datasources will be located in the /datasources/ sub-directory
of nuxeo.ear.
- demo-ds-bundle.xml => jackrabbit content repository data
- nxworkflow-jbpm-ds.xml => nxworklfow jbpm data
- nxworkflow-document-ds.xml => nxworkflow document data
- nxrelations-default-jena-ds.xml => Jena relations data
- nxaudit-logs-ds.xml => audit logs data
- nxsqldirectory-ds.xml => directories data
- nxuidsequencer-ds.xml => uid related data
Of course, you don't have to change all the configuration above if you
don't need to.
This is fairly easy to find out example of how to define the ds for
MySQL. You will have to deploy the MySQL jdbc driver within the
server/lib of Jboss as well.
Cheers,
J.
[...]
--
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
