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. Quote
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. Quote
greenfo Posted July 21, 2018 Author Posted July 21, 2018 Thank you for replying! Everything is clear. - Dmitry. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.