greenfo Posted July 21, 2018 Posted July 21, 2018 Hello! I have made a small web-application in Clojure and packed it as an uberjar file. Do I need to request Tomcat support and repack it into .war file? All I need is JRE and a number of the port which I should set for my application. I have already requested Tomcat support, so please decline it if necessary. - Dmitry.
wolstech Posted July 21, 2018 Posted July 21, 2018 Applications that include their own server (like yours) are not supported. You need to remove the built in server, repack as a war that can be served through tomcat on 80 or 443, request tomcat, wait in line, and once active deploy the war.
greenfo Posted July 21, 2018 Author Posted July 21, 2018 Thank you for replying! Everything is clear. - Dmitry.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now