cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Application Package #7

Closed danieltardon closed 10 years ago

danieltardon commented 10 years ago

Hi,

when I try to package the application with the play framework ("play dist" or "play universal:package-zip-tarball") [1] the kafka-web-console package doesn't work fine. I mean, it starts, connects with db but there are missing all the views from the content (there isn't the zookeepers form, neither the brokers page view neither the topics page view). Just the header and side bar with the three links (Zookeeper, Brokers and Topics)

I'm new at play framework and scala but it seems that something is not being linked correctly in order to be packaged by play framework.

Regards. Dani

[1] http://www.playframework.com/documentation/2.2.x/ProductionDist

drax68 commented 10 years ago

Hi. Any update here? Stopped on this issue too. After packaging kafka-web-console become unusable.

richiesgr commented 10 years ago

Hello Same behavior here !! All is ok where running on the repository with sbt run but when using packaging the application start but missing all the views. Nothing in the log.

Any help is welcomed Thanks