-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Hello,
When one uses the start.sh script, java jar
tries to start the following jar: kafka-webview-ui-2.0.0-javadoc.jar
instead of this one: kafka-webview-ui-2.0.0.jar
.
See this line: https://github.com/SourceLabOrg/kafka-webview/blob/master/kafka-webview-ui/src/assembly/distribution/start.sh#L20
## launch webapp
java -jar kafka-webview-ui-*.jar $HEAP_OPTS $LOG_OPTS
I had to modify the script as follows:
## launch webapp
java -jar kafka-webview-ui-2.0.0.jar $HEAP_OPTS $LOG_OPTS
In order for the spring boot app to start.
Metadata
Metadata
Assignees
Labels
No labels