是否可以更改YourKit remote profiler放置jars的目录?
当我们尝试使用YourKit性能分析代理在CloudFoundry (运行Ubuntu10.10)上启动Tomcat时,我们遇到了这个错误消息:
Cannot start: failed to create jar file: /tmp/yjp201304241558.jar;
发布于 2013-06-12 21:44:15
解决方案是将tmpdir=<dir>作为代理选项之一传递。
唯一的问题是我们不能在CloudFoundry中设置它,因为它在等于上修剪JAVA_OPTS ...哈哈,皮普和丹迪。
https://stackoverflow.com/questions/17066332
复制相似问题