我使用bosh/microbosh安装了Cloud Foundry。现在,我正在尝试使用安装
运行./make_manifest warden时,我遇到错误:
Can only target Bosh Lite Director. Please use 'bosh target' before running this script.
我将目标设为192.168.0.5:
$ bosh target
Current target is https://192.168.0.5:25555 (vms-dev2)
我打开make_manifest文件,发现它支持亚马逊网络服务,
在Cloud Foundry上创建mysql作为服务,并通过隧道连接到mysql数据库,这为我提供了连接到mysql数据库的字符串,我将该信息传递给我的应用程序。它在我的机器上工作,但当我在Cloud Foundry服务器上部署该应用程序时,它在连接中出现错误
这是我的连接代码,告诉我要在Cloud Foundry上部署需要更改哪些内容
public class DB {
private static Connection connection = null;
public static Connection getConnection() {
String u
我正在尝试设置一个服务代理,以将postgres添加到我们的Cloud安装中。我们正在vmWare上运行我们的系统。我使用这个版本就是为了做到这一点:
我在波什语中添加了这个版本:
#bosh releases
Acting as user 'director' on 'microbosh-ba846726bed7032f1fd4'
+-----------------------+----------------------+-------------+
| Name | Versions | C