Replies: 2 comments
|
Have you seen the Hop Web Development Guide? |
0 replies
|
This is an excellent idea. It is extremely helpful for Windows or Linux production environments without a Docker setup. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Motivation
Hop Web is currently distributed primarily through the official Docker
image. However, Hop Web is built as a WAR application and the official
Docker image runs it on Apache Tomcat.
Some Windows environments cannot use Docker. For these environments,
deploying Hop Web directly on Apache Tomcat would provide a useful
alternative.
Proposal
Document and validate the deployment of Hop Web on Apache Tomcat for
Windows as an additional supported installation method.
The documentation should cover:
Scope
This proposal is limited to:
Current validation
Hop Web has been successfully built as a WAR and deployed directly on
Apache Tomcat for Windows using Java 21 and Apache Tomcat 10.1.
Basic functionality has been validated, including:
All reactions