[ 
https://issues.apache.org/jira/browse/UNOMI-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Griffon updated UNOMI-798:
--------------------------------
    Description: 
As management feature is not use by default, it will be disabled.

One reason to disabled it, is that the feature opens RMI ports. 

One can have it back either by providing the feature at startup, or running the 
following command

{code}
feature:start management
{code}

h2. Testing
 
Check opened port on your env (command on MacOS):
{code}
netstat -anvp tcp | awk 'NR<3 || /LISTEN/'
{code}

ports 44444 and 1099 should not be opened

Start Unomi
ports 44444 and 1099 should not be opened



  was:
As management feature is not use by default, it will be disabled.

One reason to disabled it, is that the feature opens RMI ports. 

One can have it back either by providing the feature at startup, or running the 
following command

{code}
feature:start management
{code}


> Remove management feature from startup
> --------------------------------------
>
>                 Key: UNOMI-798
>                 URL: https://issues.apache.org/jira/browse/UNOMI-798
>             Project: Apache Unomi
>          Issue Type: Task
>            Reporter: David Griffon
>            Assignee: David Griffon
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As management feature is not use by default, it will be disabled.
> One reason to disabled it, is that the feature opens RMI ports. 
> One can have it back either by providing the feature at startup, or running 
> the following command
> {code}
> feature:start management
> {code}
> h2. Testing
>  
> Check opened port on your env (command on MacOS):
> {code}
> netstat -anvp tcp | awk 'NR<3 || /LISTEN/'
> {code}
> ports 44444 and 1099 should not be opened
> Start Unomi
> ports 44444 and 1099 should not be opened



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to