sebastiangraf / jSCSI

A Java iSCSI Framework
http://jscsi.org
BSD 3-Clause "New" or "Revised" License
60 stars 28 forks source link

Add listening address configuration in XML fileConfig #45

Open ActiveVolcano opened 2 years ago

ActiveVolcano commented 2 years ago

If listening address is not specified when calling Configuration class constructor, the tag value <configuration><GlobalConfig><Address> in XML file will be used. Fix #21 by the way.

NOTE "0.0.0.0" means listening on all addresses.

ActiveVolcano commented 2 years ago

Run the target as standalone executable jar without asking user choose target address if configuration file parameter is provided.

ActiveVolcano commented 2 years ago

Add extended storage class configuration in XML file, so that we can write new storage class without modifying the jSCSI source tree.