1

I am a total beginner with developing in scalatra, eclipse, sbt, web services, etc...coming from a proprietary SAP Abap world where everything is different. Recently I found interest in developing in scala and SAP opens its SAP Cloud Platform, so I tried some tutorials to create some very simple web applications.

I could manage to create the sample tutorial with scalatra and sbt.

enter image description here

Scalatra includes Jetty as a default container.

I want to use Eclipse as SAP uses it as a standard development environment. I managed also to install the sbt-eclipse plugin and could import the project into the eclipse environment.

enter image description here

But now I'm stuck.

How can I change the web-container (server) to Tomcat which is installed locally in my eclipse environment?
It is a Scala project, so I cannot use the option which is available in a J2EE project to define the Target Runtime Environment in the properties.

Ultimately I would like to deploy it to my Hana trial account at SAP Cloud Platform. Any hint is appreciated.

Tapio Reisinger
  • 196
  • 1
  • 8
  • http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jst.j2ee.doc.user%2Ftopics%2Ftjtargetserver.html – fantaghirocco Jun 28 '17 at 09:47
  • This option is not available, as it is not a J2EE project. It is a Scala project and there the option for target runtime environment is not available. – Tapio Reisinger Jun 28 '17 at 10:22

0 Answers0