How to deploy JavaEE App on Caddy?

Hello everybody.
I try to deploy a simple JavaEE App on Caddy but failed . There are a lot of details that I don’t know about how to run a JavaEE App on Caddy and I can’t find more documents to study.
Where should I put the jar files that my app depends on? How should I config my App so it can finds and uses the jar files?
Please give me a hand , thank you !

Caddy is not a replacement for Tomcat/GlassFish/Weblogic, etc. It’s just a web server, which you could use to put in front of a Java EE application server as a reverse proxy, but you can’t replace it.

3 Likes

Thank you so much to solve my problem.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.