Hi Geoff,

On Sun, Nov 10, 2013 at 2:07 PM, Geoff Capper <[email protected]> wrote:
> Hi everyone,
>
> Does anyone have any advice with regard to providers of Sling hosting? Or is
> the best course to get Tomcat hosting and run Sling on that?

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

>
> Thanks,
> Geoff
>



-- 
Sent from my (old) computer

Reply via email to