You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR : Unknown module=[jsp] List available with --list-modules
Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
java -jar $JETTY_HOME/start.jar --help # for more information
I already tried to replace --module=jsp parameter with ee8-jsp, ee9-jsp and ee10-jsp but while with this option a webserver is started, it doesn't appear to actually launch plantuml-server. http://localhost:8080 return a 404 error in each case.
Background:
I've supporting (or trying to support at least) plantuml-server module for NixOS, with NixOS upgrading it's Jetty package I've received reports of plantuml-server failing to start. Unfortunately I'm not an experienced Java EE operator.
How can I run plantuml-server with the recently released Jetty 12?
With jetty 11 I could start plantuml-server by running
When I try the same with Jetty 12 I get the error
I already tried to replace --module=jsp parameter with ee8-jsp, ee9-jsp and ee10-jsp but while with this option a webserver is started, it doesn't appear to actually launch plantuml-server. http://localhost:8080 return a 404 error in each case.
Background:
I've supporting (or trying to support at least) plantuml-server module for NixOS, with NixOS upgrading it's Jetty package I've received reports of plantuml-server failing to start. Unfortunately I'm not an experienced Java EE operator.
NixOS/nixpkgs#262893
The text was updated successfully, but these errors were encountered: