Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I run plantuml-server with Jetty 12 #318

Open
truh opened this issue Oct 23, 2023 · 0 comments
Open

How can I run plantuml-server with Jetty 12 #318

truh opened this issue Oct 23, 2023 · 0 comments

Comments

@truh
Copy link

truh commented Oct 23, 2023

How can I run plantuml-server with the recently released Jetty 12?

With jetty 11 I could start plantuml-server by running

java -jar jetty/start.jar --module=deploy,http,jsp jetty.home=./jetty jetty.base=./plantuml-server

When I try the same with Jetty 12 I get the error

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.

NixOS/nixpkgs#262893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant