Changes between Version 3 and Version 4 of JBOSS


Ignore:
Timestamp:
05/14/15 13:17:56 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JBOSS

    v3 v4  
    2525}}}
    2626
     27This will probably require some ACL changes.  Here are the ones that were required on the University LAMP server:
     28
     29{{{
     30setfacl -m u:wwwrun:rwx log
     31setfacl -m u:wwwrun:rw data/jnp-service.url
     32setfacl -m u:wwwrun:rwx data/hypersonic
     33setfacl -m u:wwwrun:rwx data/hypersonic/*
     34setfacl -m u:wwwrun:rw data/hypersonic/*
     35setfacl -m u:wwwrun:wrx /local/jboss-5.1.0.GA/server/default/data
     36setfacl -m u:wwwrun:rwx tmp/
     37setfacl -m u:wwwrun:rwx vfs-nested.tmp
     38setfacl -m u:wwwrun:rwx work/
     39setfacl -m u:wwwrun:rwx work/jboss.web/localhost/
     40setfacl -m u:wwwrun:rwx work/jboss.web/localhost/*
     41}}}
     42
    2743[[BackLinks]]