Skip to content

pixelweb.jar does not properly support --webport or -w #22

@webdeck

Description

@webdeck

Looks like a copy/paste issue ("p" instead of "w".) The fix is in line 73 of
PIXEL/pixel-web-enabled/src/main/java/org/onebeartoe/web/enabled/pixel/CliPixel.java

Incorrect:
WebPortOption = Integer.parseInt(cmd.getOptionValue("p"));

Fix:
WebPortOption = Integer.parseInt(cmd.getOptionValue("w"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions