Changes between Version 2 and Version 3 of KarafDistribution


Ignore:
Timestamp:
07.02.2013 20:19:12 (12 years ago)
Author:
dgf
Comment:

system and http configuration

Legend:

Unmodified
Added
Removed
Modified
  • KarafDistribution

    v2 v3  
    55$ tar xzvf deepamehta-4.0.13-karaf.tar.gz 
    66$ cd deepamehta-4.0.13-karaf 
     7}}} 
     8 
     9configure DeepaMehta specific network and security properties 
     10{{{#!sh 
     11$ cat etc/system.properties 
     12# DeepaMehta specific configuration 
     13dm4.security.read_requires_login=true 
     14dm4.security.write_requires_login=true 
     15dm4.security.subnet_filter=0.0.0.0/0 
     16dm4.host.url=http://<FQDN>:18081/ 
     17dm4.database.path=${karaf.home}/deepamehta-db 
     18dm4.filerepo.path=${karaf.home}/deepamehta-files 
     19}}} 
     20 
     21and optionally configure the HTTP environment 
     22{{{#!sh 
     23$ cat etc/org.apache.felix.http.cfg  
     24org.apache.felix.http.enable = true 
     25org.osgi.service.http.port = 18081 
    726}}} 
    827