cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy Java to Hana Express Edition

Former Member
0 Kudos

Hello.

I'm trying to use SAP Hana Express Edition 2.0 to deploy a Hello World application that is part of the "Developing and deploying a basic Java application on SAP Cloud Platform" (https://www.sap.com/developer/tutorials/hcp-java-basic-app.html), It works OK in local and in SAP Cloud, but I don't know which URL do I have to use to deploy to Express Edition in Step 16.

Step 16: Select SAP Cloud Platform as server type

"As before, make sure thatManually define a new serveris selected. This time chooseSAP > SAP Cloud Platformas server type. Make sure to set theLandscape hosttohanatrial.ondemand.com. Leave all other settings unchanged and choose Next.

run on server - cloud "

Please. May someone help me with this deployment?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

According to the tutorial you are referring to, you have created a Java Application based on the Neo Platform SDK. This application cannot be deployed to HANA by default, because HANA supports the Cloud Foundry based XSA development model. If you would have created a Java Application (contained as a module in a Multi-Target-Application (MTA)) for the SAP Cloud Platform Cloud Foundry Environment (not Neo Environment), it would be possible to deploy it to HANA.

Summarized: Your Java Application must be part of an XS Advanced Programming Model MTA to be able to deploy it to HANA using the specific tools.

Regards,
Florian

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you. Florian.

Do you know from where I can download the multi-target application (MTA) archive to use it with Hana Express?

Regards.