I'm quite new when it comes to anything open-source. While I was able to successfully run OptaWeb by following the user guide, is there a way to implement/host OptaWeb on IIS? How?
Asked
Active
Viewed 62 times
1 Answers
0
No. If I recall correctly, Microsoft IIS does not support Java 11 or higher.
The optaweb-employee-rostering
process is an HTTP server on it's own. Same for the new employee rostering quickstart with Quarkus. You can maybe have IIS redirect to those, not sure.

Geoffrey De Smet
- 26,223
- 11
- 73
- 120
-
I see. Thank you for the quick response. – Ivan T Jan 17 '22 at 17:45