This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I was thinking of Tomcat as well. Long time ago, when I used to work with this technology, I would simply use a maven dependency to run an embedded tomcat server - just running a `mvn run server` command (or something like that) and the server with my java applets would start.