Skip to Content
1
Former Member
Sep 18, 2017 at 07:17 PM

SAP Cloud Platform, java and agents

310 Views Last edit May 08, 2018 at 06:18 AM 3 rev

How do I deploy a java application on the SAP Cloud Platform that requires an agent to be attached via vm arguments at startup?

The neo tool seems to ignore non .war files, so cannot upload the agent files that I would reference from the vm-arguments setting.

Edit:

What I would like is to have non-war files as source, that I can then reference from the vm-arguments, to set as agents for the JVM, something like:

source=app.war,agent.so,agent.jar
vm-arguments=-javaagent:agent.jar -- or -agentpath:agent.so