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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to