我按照here所述创建了 public boolean isStoragePermissionGranted() {
if (Build.VERSION.SDK_INT >= 23) {
if (checkSelfPermission(android.Manifest.permission.WRITE_EXTERNAL_STORAGE)
== PackageManager.PERMISSION_GRANTED) {
Log.v(TAG,"Permission is granted");
return true;
} else {
Log.v(TAG,"Permission is revoked");
ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);
return false;
}
}
else { //permission is automatically granted on sdk<23 upon installation
Log.v(TAG,"Permission is granted");
return true;
}
}
,并按照文档中的说明进行了部署:
Camunda + Spring App
然后将mavn package war:war
复制到`$ CAMUNDA_HOME / server / apache-tomcat-8.0.24 / webapps``
我还将war file
定义为pools
,但我无法在驾驶舱内看到我的应用。
我还看了executable
并且那里没有错误
catalina.out