-
Notifications
You must be signed in to change notification settings - Fork 10
Hello World program doesn't work #83
Copy link
Copy link
Open
Description
When I ran your Hello World program in conjunction with Undertow, I got an error message: The web page at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
I fixed this by changing the web creation line in my app to:
WebServer webServer = WebServer.create("127.0.0.1", 8088);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels