cancel
Showing results for 
Search instead for 
Did you mean: 

Running apps on Cloud Platform

0 Kudos
171

Hi,

Our dev tenant is setup with the Neo environment. Is there anyway of using Cloud Platform to host and run java applications, including those that might use Windows based elements such as DOS batch files?

Some apps we'd like to host include:

  • an IIS .NET c# web application
  • CPILINT

To keep things tidy, it would be great to be able to host these in the cloud within our SAP environment.

Accepted Solutions (1)

Accepted Solutions (1)

MortenWittrock
Active Contributor

Hi Logan

On Neo, your options are limited. Anything .NET-based is impossible. A Java CLI application like CPILint would require a significant amount of tinkering to run on Neo, since Neo runs Java EE apps, specifically.

You do have the option of running a virtual machine, but that's probably not what you're after.

On Cloud Foundry, you can run a (much) greater number of different types of web applications, including C# web apps. You still won't be able to deploy a Java CLI app, though.

In summary. Java web apps can be deployed on Neo, many different web apps can be deployed on Cloud Foundry. Neither environment is suitable for running CLI applications.

Regards,

Morten

Answers (1)

Answers (1)

gregorw
Active Contributor

Hi Logan,

in SAP CP Neo you can run Java Applications that use one of the runtimes you find at https://tools.hana.ondemand.com/#cloud. You can't run any DOS Batch files. AFAIK the Java Runtime is hosted on Linux. But you shouldn't be able to access the file system anyway.

For .NET Core Applications you need the SAP CP Cloud Foundry Environment as there is a Buildpack for .NET Core (which isn't a SAP supported buildpack).

With CPILINT I guess you mean CPILint from 7a519509aed84a2c9e6f627841825b5a. Maybe he can answer that.

Best regards
Gregor

0 Kudos

Thank you Gregor!