B4J Question Embed an HTTP Server in a UI App

xulihang

Active Member
Licensed User
Longtime User
I need to start an HTTP server in a UI app to share files within an Intranet. Is there a way to use JServer in a UI app?

I've managed to run embedded jetty in a JavaFX program using Java (code). If JServer cannot be used in a UI app, I may need to use inline java to do this.
 

xulihang

Active Member
Licensed User
Longtime User
I need to host web pages so HTTP is still needed.
 
Upvote 0
Top