30 | | or as an Eclipse project - first set up Eclipse: |
| 33 | |
| 34 | If parameters e.g. !OpenFlow port need to be modified, create a config file and point floodlight to it with the `-cf` flag: |
| 35 | {{{ |
| 36 | cp src/main/resources/floodlightdefault.properties path_to_conffile/config.properties |
| 37 | <edit config.properties> |
| 38 | java -jar target/floodlight.jar -cf path_to_conffile/config.properties |
| 39 | }}} |
| 40 | |
| 41 | For example, if you want floodlight to listen on port 6636 instead of 6633, modify '6633' to '6636' in the following line of your properties file: |
| 42 | {{{ |
| 43 | net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633 |
| 44 | }}} |
| 45 | |
| 46 | 2. as an Eclipse project - first set up Eclipse: |