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