-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TargetServer requires user input to start #21
TargetServer requires user input to start #21
Comments
you're right. Unfortunately I have to admin that this project is here for legacy only. I left the disy-group and have no ressourcen to maintain this project actively. Thanks for the other PullRequests. I really appreciate that:) |
IP Address can be specified in start code like 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, |
Presently TargetServer emits:
and requires user input to proceed. Instead it should read this value from the config file.
The text was updated successfully, but these errors were encountered: