Jump to content

Deploying Java .jar application


greenfo

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...