You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by efis <ea...@gmail.com> on 2005/09/16 10:19:01 UTC

thanks, i wanna put security setting in db and file content in filesystem

thanks for ur help, 
but i wanna put security setting in db and file content in filesystem, how can i do that?
thanks again

Re: thanks, i wanna put security setting in db and file content in filesystem

Posted by Jeroen Reijn <j....@hippo.nl>.
Efis,

i'm not sure, but I guess you can do that by configuring the 'securitystore'.

So instead of

<securitystore>
  <reference store="nodestore" />
</securitystore>

It should be something like:

<securitystore classname="org.apache.slide.store.impl.rdbms.JDBCStore">
  <parameter name="adapter">
   org.apache.slide.store.impl.rdbms.MySqlRDBMSAdapter
  </parameter>
  <parameter name="driver">com.mysql.jdbc.Driver</parameter>
  <parameter name="url">jdbc:mysql://localhost/Slide</parameter>
  <parameter name="user">root</parameter>
  <parameter name="dbcpPooling">true</parameter>
  <parameter name="maxPooledConnections">10</parameter>
  <parameter name="isolation">SERIALIZABLE</parameter>
  <parameter name="compress">false</parameter>
</securitystore>

Regards,

Jeroen

efis wrote:
> thanks for ur help, 
> but i wanna put security setting in db and file content in filesystem, how can i do that?
> thanks again

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org