Changes between Initial Version and Version 1 of Ticket #92, comment 3


Ignore:
Timestamp:
14.09.2011 03:51:51 (13 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #92, comment 3

    initial v1  
    33It should work now. 
    44 
    5 If you want restrict proxy access to localhost you should change the `dm4.proxy.net.filter` setting in `./pom.xml` to `::1/128`. 
     5If you have IPv6 enabled you must specify the `dm4.proxy.net.filter` setting in `./pom.xml` in IPv6 notation as well, e.g. `::1/128` instead of `127.0.0.1/32` 
     6(otherwise proxy requests will fail. See error messages in the terminal log). 
     7 
     8For the binary distribution (not yet released) the setting is found `./conf/config.properties` 
    69 
    710See ticket 92.