Deploying a webpage dp package and other server issues #5080
Replies: 2 comments 2 replies
-
Hi Leonardo, are you sure there are not conflicts between kura web ui console and your web apps tcp ports ?
You need to register a new servlet serving your resource. |
Beta Was this translation helpful? Give feedback.
-
I couldn’t deploy my costumed web UI. But I tried a different approach in
the raspberry PI. You can close this issue. Thanks.
V/R
Leonardo Roman
…On Wed, Jan 31, 2024 at 11:07 AM Mattia Dal Ben ***@***.***> wrote:
Does this work for you? If so we can close the discussion as answered.
—
Reply to this email directly, view it on GitHub
<#5080 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCDYJ5U7X5K6WXQFXGDOALYRJT3NAVCNFSM6AAAAABBPCAP6WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMRSGQ3TS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I recently installed Kura in a raspberry pi 3 and I noticed an issue I can't understand. I had a web app running using apache2 and NodeRed also running before Kura installation and now both servers can't be reached. I can see that both services are active and running but when I tried to reach the website from my workstation, the pages do not load/render. If I uninstall Kura however, everything resumes to work. Any thoughts?
Second, how can I deploy the same web app within Kura. I can build a dp package using Angular build files and install them in the packages page in Kura. My deployment is set to copy all files in the "Dist" folder built by angular, into the dp bundle, the bundle then copies all those same files to /opt/kura/srv/www, and I set the security->Webconsole->(Web server Entry Point) field to redirect to something like "/login/ but it does not work. Is there a way to deploy a webpage as a bundle?
Beta Was this translation helpful? Give feedback.
All reactions