-
Mar 15th, 2012, 09:38 AM
#1
Choices in Deploying Spring Contexts
Hi all,
I'm considering various options for deploying Spring contexts to a multitude of dynamically-provisioned cloud-based servers. I'd really like to avoid having to rely on anything like Debian packages to get my .jars/.wars where they need to go.
Using a Servlet container is a great way of installing an application on a server somewhere, without having to worry about making .jars executable, and setting up OS services to run them. However if one isn't using HTTP, it seems a bit strange to be deploying Spring contexts to a Servlet container without any Servlets!
What options are there for getting Java applications with Spring contexts in out to servers? Is there anything other than:
- Deploying .wars to a Servlet container;
- Deploying executable .jars to a server, and setting up the OS to start them as a service?
-
Mar 16th, 2012, 05:59 PM
#2
Doesn't Heroku allow you deploy applications that are just jar files?
Mark
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules