python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ServiceLoader is returning empty list for services on Wildfly-17.0.1
ServiceLoader<ConnectionLoader> serviceLoader = ServiceLoader.load(ConnectionLoader.class);
My web application has 3 implementations of the ConnectionLoader service and the above API works perf...
user3111249
Votes: 0
Answers: 0
Can't access webservers on my oracle cloud instance, although I can SSH on 22 and ping the server IP
I'm having a hard time viewing Wildfly welcome page on port 8080 + tried apache on port 80 too, and they timeout. I can ssh to the server and using (curl localhost:8080) and (curl localhost:80) show W...
Snake
Votes: 0
Answers: 1