Active Volcano

Results 6 comments of Active Volcano

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

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

上GitHub的都知道怎样在GitHub下载源码吧。 至于编译好的jar包,在中央仓库 https://search.maven.org/ 搜包名就有下载链接了,包名看pom.xml

Microsoft Windows 8 and Linux CentOS 6 seem outdated in this year 2022. However, with pull request #43 and #44, jSCSI target is now compatible with Microsoft Windows 10 and...

IP Address can be specified in start code like ```java import org.jscsi.target.Configuration; import org.jscsi.target.TargetServer; var config = Configuration.create (new File ("jscsi-target.xsd"), new File ("jscsi-target.xml"), "127.0.0.1"); new TargetServer (config).call(); ```

Besides the way of passing target address as Configuration class constructor parameter mentioned above, here is a pull request #45 which loads target address setting from XML file. No user...