On 11/11/2013 9:18 PM, Robert Munteanu wrote:
I don't think there's anything special about Sling hosting. There are two ways to run a Sling application: - as a WAR file deployed in a Servlet container - as a JAR file executed as a regular Java process I guess the first one is easier to set up for a hosting provider. The only caveat IMO is that it doesn't run in restricted environments, like Google App Engine, since it requires both Filesystem access and makes use of threading. You should also ensure that you have proper access to the environment for backing up your data. Robert
Hi Robert,

I've gotten an instance up and running on Amazon, via the war file. Thanks for the tips!

Thanks,
Geoff

Reply via email to