Jump to content

Recommended Posts

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...